SAP SHM OBJECTS REFERENCES
Get Example source ABAP code based on a different SAP table
ABAP_SHM - References
Objects in area instance versions are instances of classes or anonymous data objects and therefore can only be addressed using
Access to Shared Objects
To use a reference of this type to perform reads or writes on objects in area instances of the shared memory from an
Only if an area handle exists in an ABAP_ISESS for an area instance version can objects of the area instance version be used in the ABAP_ISESS and references can be made from the area instance version to objects in the session. The references can be used as usual during the lifetime of an area lock, with the restriction that the type of lock determines whether or not the referenced objects of the area instance version can be changed. If a read or write is performed on the content of an object in the area instance version despite there being no associated lock, a runtime error occurs.
Latest notes:
The static methods
ABAP_HINT_END
Completed Area Instance Versions
Area instances versions to which no area handles are bound are self-contained. If the lock is released using the method
A special restriction applies to data references in completed area instance versions: their