SAP SORTED TABLE - Glossary



Get Example source ABAP code based on a different SAP table
  


VERSION 5 IN

sorted table
Table category of an internal table that is managed using a primary table index and is always sorted according to its primary table key. Sorting occurs according to the comparison rules for the data types of the key fields. The associated generic data type is sorted table.
ABAP_MORE_INFO