ABAP Keyword Documentation →  ABAP − Reference →  Creating Objects and Values →  Shared Objects →  Shared Objects - Areas → 

Areas - Fixed Area Properties

Like basic properties, an area’s fixed properties can be only be changed by developers. When the fixed properties of an area are changed during operation, all area instances of the area are set to status expired. The area class does not have to be regenerated however.

The context that you specify for this property defines the visibility and lifetime of the instance's area instance version. Possible contexts are:
This property defines whether there can be only one or several area instance versions of an area instance. Without versioning, there is only one version and the area instance is equivalent to this area instance version. With versioning, there can be several versions in different states, and an area instance is the quantity of all area instance versions with the same area instance name.
Without versioning, several readers from different internal sessions can access an area instance after it has been built. Write access is only possible if no read locks are in force. With versioning, a change lock can be set on an area instance that still has read locks.
The maximum number of versions of an area instance can be specified in the runtime-dependent area properties.