Show TOC Start of Content Area

Process documentation Shared Objects - Classes  Locate the document in its SAP Library structure

The following graphic shows the hierarchy of the global classes that are involved when you work with shared objects.

This graphic is explained in the accompanying text

·        The CL_ABAP_MEMORY_AREA class is the common superclass of all area classes.

·        The CL_SHM_AREA class is the superclass of all area classes that are generated when an area is created using Transaction SHMA.

·        The CL_IMODE_AREA class is a predefined area class that enables the current internal session to be handled as an area instance. Its instances are handles for the current internal session.

·        The <area> classes are generated when an <area> area with the same name is generated in Transaction SHMA. Its instances are used as area handles of this area.

 

Furthermore, there is an IF_SHM_BUILD_INSTANCEsapurl_link_0003_0007_0008 interface, which has to be implemented by the class for the optional <area_constructor>sapurl_link_0003_0008_0008 area constructor.

This graphic is explained in the accompanying text

 

End of Content Area