Skip to content

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.
  • 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:

For more information about the classes and interfaces, see the section Shared Objects in the SAP Library.

Other versions: 7.31 | 7.40 | 7.54