ABAP Keyword Documentation → ABAP Glossary
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 generated by static methods of its area class and is attached to an area instance version in the process. Every attached area handle sets an area lock to the respective area instance version.