ABAP Keyword Documentation → ABAP Glossary
table type
Data type of an
internal table. Defines the
row type,
table category, and
table key in an internal table. The table type can be
generic with respect
to the key. A table type can either be defined in the local program using TABLE OF
or as a global
table type in ABAP Dictionary.