SAP AREA HANDLE - Glossary



Get Example source ABAP code based on a different SAP table
  


VERSION 5 OUT

area handle
Instance of an area class. An area handle allows an ABAP program access to an area instance version in the shared memory and to the shared objects stored there. An area handle is created by the static methods of its area class and is bound to an area instance version. Each bound area handle sets an area lock on the affected area instance version.
ABAP_MORE_INFO