Start of Content Area
standard table (BC-ABA)

ABAP Runtime Environment (BC-ABA)

A table kind of an internal table that is managed by a primary table index and has no unique table key. During access to a standard table via its primary table key, it is searched through linearly. Secondary table keys can be defined for efficient key access to standard tables. The corresponding generic data type is [standard] table.

End of Content Area