ABAP Keyword Documentation → ABAP Glossary
roll area
A delimited memory area in an application server reserved for each internal session. The changeable parts of a program are managed in the roll area, while the unchangeable parts of a program are stored in the PXA. The roll area contains references to the necessary data in the PXA. The roll area can be further divided into the areas heap and stack.