ABAP Keyword Documentation → ABAP Glossary
ABAP memory
Memory area within every ABAP session that can be accessed jointly by the programs of a
call sequence using the
statements EXPORT
and IMPORT
. The data of this memory area is persisted as long as the
top-level transaction of a call sequence.