Skip to content

ABAP Keyword Documentation →  ABAP - Reference →  Creating Objects and Values →  Shared Objects →  Shared Objects - Classes and Interfaces →  Shared Objects - CL_ABAP_MEMORY_AREA 

Shared Objects - 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 internal session to be handled as an area instance version. There can be exactly one instance of the class CL_IMODE_AREA (singleton) in an internal session. This instance is an area handle for the current internal session.

Other versions: 7.31 | 7.40 | 7.54

Static Methods

GET_IMODE_HANDLE

Returns a reference to the area handle for the current internal session.

Return Value

  • HANDLE of type REF TO cl_imode_area