SAP STANDARD TABLE - Glossary



Get Example source ABAP code based on a different SAP table
  


VERSION 5 IN

standard table
Table category of an internal table that is managed using a primary table index and that has no 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 for more efficient key access to standard tables. The associated generic data type is $[standard$] table.
ABAP_MORE_INFO