Start of Content Area

Function documentation CL_IMODE_AREA  Locate the document in its SAP Library structure

A predefined area class with which the current internal session can be handled like an area instance. There can be exactly one instance of the CL_IMODE_AREA class (singleton) in an internal session. This instance is an area handle for the current internal session.

 

Static Methods

 

GET_IMODE_HANDLE

This method returns a reference to the area handle for the current internal session.

Return Value

·        HANDLE of type REF TO CL_IMODE_AREA

 

End of Content Area