SAP AREA HANDLE - Glossary

Get Example source ABAP code based on a different SAP table
  


ARTICLE

area handle
Instance of an area class. An area handle allows an ABAP program to access an area instance version in the shared memory and 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. Every attached area handle sets an area lock on the respective area instance version.
ABAP_MORE_INFO