ABAP Keyword Documentation → ABAP Glossary
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
.