ABAP Keyword Documentation → ABAP Glossary
data area
Memory area of an ABAP program where data is stored. The data area includes a static area for
data objects of fixed length and a dynamic area for data objects of variable length
(data types
string
, xstring
, and
internal tables). The internal
references to the dynamic area are in the static area.