ABAP Keyword Documentation → ABAP Glossary
standard table
Table category of an
internal table that is managed using a
primary table index and which does not have a unique
primary table key. When a standard table is accessed using its primary table key, it is searched linearly.
Secondary table keys can be defined to make key access to standard tables more efficient. The associated
generic data type is [standard] table
.