ABAP Keyword Documentation → ABAP - Reference → Creating Objects
Shared Objects
Shared objects are objects in the shared memory. The following classes and interfaces are available for their use:
- CL_ABAP_MEMORY_AREA
Common superclass for all area classes.
- CL_SHM_AREA
Common superclass for all area classes for area handles of area instance versions in the shared objects memory.
- CL_IMODE_AREA
Predefined area class that can be used to handle the current internal session like an area instance.
- IF_SHM_BUILD_INSTANCE
This interface must be implemented by the class that implements the optional area constructor for an area.
To create shared objects, the addition AREA HANDLE
of the following statements is used:
CREATE DATA
and
For more information about the classes and interfaces, see the section Shared Objects in the SAP Library.