SAP TABLE TYPE - Glossary



Get Example source ABAP code based on a different SAP table
  


VERSION 5 IN

table type
Data type of an internal table. Defines the line type, table category, and table key of an internal table, as well as an initial memory requirement. The table type can be generic with regard to the key. A table type can either be defined in ABAP programs using the addition TABLE OF or as a DDIC table type in the ABAP Dictionary.
ABAP_MORE_INFO