SAP SHM AREAS



Get Example source ABAP code based on a different SAP table
  



ABAP_SHM - Areas
An area is a repository object for storing shared objects. It forms the template for area instance versions in the shared memory. An identically named area class and any area root class are assigned to each area. Areas are created and managed in transaction SHMA. Various properties can be assigned to an area in transaction SHMA. From a technical perspective, the properties are respected when the area class is generated, or are stored automatically in the attributes of the area class when an area handle is created.
Basic properties
Fixed area properties
Dynamic area properties
Runtime-dependent area properties