ABAP Keyword Documentation → ABAP Glossary
Standard Table
Table category of an
internal table that is managed with a
primary table index and has no unique
primary table key. When you access a standard table using the primary table key, it is searched linearly. You can define
secondary table keys for efficient key access to standard tables. The corresponding
generic data type is [standard] table
.