SAP STANDARD TABLE - Glossary

Get Example source ABAP code based on a different SAP table
  


ARTICLE

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 .
ABAP_MORE_INFO