SAP DATA AREA - Glossary



Get Example source ABAP code based on a different SAP table
  


VERSION 5 IN

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 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.