ABAP Keyword Documentation → ABAP - Reference → Creating Objects and Values → Shared Objects → Shared Objects - Area Instance Versions
Shared Objects - States of Area Instance Versions
Area instance versions can have the following states.
In an area without area instance versioning, there is always only one area instance version, which is available in one of the states mentioned above. In an area with versioning, there can be different states in an area instance at the same time:
- Since there can be a maximum of one change lock on an area instance, there is a maximum of one building version for each area instance at any given time.
- There is a maximum of one active version for each area instance.
- Depending on the maximum version number, several obsolete versions can exist in parallel.
Other versions:
7.31 | 7.40 | 7.54
Note
If there are a large number of obsolete area instance versions for an area that still have read locks, but there is an updated version in an active state, this can indicate a problem with the use of shared objects.
Example
In a simple case with a maximum of two version, there can be a maximum of:
- One active version and one building version
- One active version and one obsolete version
- One building version and one obsolete version