ABAP Keyword Documentation → ABAP - Reference → Creating Objects and Values → Shared Objects → Shared Objects - Areas
Areas - Dynamic Area Properties
The dynamic properties of an area are not considered when the area class is generated. These properties can be changed by developers only. When the dynamic properties of an area are changed dynamically during operation, the current area instance versions (versions that are being built, active or obsolete) are not affected. The new dynamic properties are not used until the next change lock is set in the corresponding version that is being built.
- Area Constructor Class
- Displacement Type
- Displacement Not Possible
Area instance versions cannot be displaced. If the addressing area is no longer sufficient for all area instance versions, this results in a runtime error.
- Displacement Possible
Area instance versions can be displaced. The content is lost (complete displacement). Displacement only takes place if no area handle is bound to the area instance at the same time, or if there are no locks on the area instance. This means that only those area instances can be displaced that have exactly one version (the active version) with no read lock at the time of displacement.
Other versions:
7.31 | 7.40 | 7.54