SAP DATA AREA - Glossary

Get Example source ABAP code based on a different SAP table
  


ARTICLE

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.