ABAP Keyword Documentation → ABAP Glossary
internal table
Dynamic data object that consists of a sequence of rows of the same
data type. An internal table has a
table type that specifies the
row type, the
table category, and a
table key. The associated
generic data type is any table
.