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