SAP NetWeaver AS ABAP Release 740, ©Copyright 2014 SAP AG. All rights reserved.
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.