SAP NetWeaver AS ABAP Release 740, ©Copyright 2014 SAP AG. All rights reserved.
ABAP Keyword Documentation → ABAP Glossary →Data Area
Memory area of an ABAP program in which data is stored. The data area covers a static area for data objects of fixed length and a dynamic are for data objects of variable length ( data types string, xstring and internal tables). The internal referenes to the dynamic area are in the static area.