ABAP Keyword Documentation → ABAP Glossary
session memory
Memory for the modifiable parts of a program in an internal session. From the perspective of an ABAP program, the session memory can be divided into a heap area and a stack area. The non-modifiable parts of a program are saved in PXA, which is referenced in the session memory.