SAP SHM CL IMODE AREA



Get Example source ABAP code based on a different SAP table
  


• CL_IMODE_AREA ABAP_CLASS

ABAP_SHM - CL_IMODE_AREA
The class CL_IMODE_AREA is a subclass of CL_ABAP_MEMORY_AREA and a predefined area class that enables the current ABAP_ISESS to be handled as an area instance version. There can be exactly one instance of the class CL_IMODE_AREA (singleton) in an ABAP_ISESS . This instance is an area handle for the current ABAP_ISESS .

Static Methods

GET_IMODE_HANDLE
Returns a reference to the area handle for the current ABAP_ISESS .

Return Value
HANDLE of type REF TO cl_imode_area