SAP INDEX - Glossary



Get Example source ABAP code based on a different SAP table
  


VERSION 5 IN

index
Selected columns of a database table that are sorted in order and stored as a copy in the database system, and which point to the actual rows. For the database tables of an AS ABAP that are defined in the ABAP Dictionary, there is always a primary index, and additional secondary indexes can also be created. In internal tables there may be one or more table indexes.
ABAP_MORE_INFO