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.