1.internal Table and Work Area
1.internal Table and Work Area
*Internal Tables
-Temporary memory locations which are used to store the data of database table.
Internal table is an instance of database table.
-By default 8kb memory will be allocated and it increases dynamically( +8kb +8kb).
General Syntax :
*Work Areas
-Temporary memory locations which are used to store the data of database table.
Work area is an instance of database table.
General Syntax:
DATA : <WA> TYPE <DBTABLE> .
OR