SAP Managed Tags: ABAP Development ... an also the documentation says If no explicit table key name is declared after USING KEY, the order in which the rows are read depends on the table type as follows: Standard tables and sorted tables The rows are read by ascending row numbers in...
In the case of key accesses for internal tables, the primary key is always used implicitlyprocessing statementsas long as no secondary key is specified. Intable expressions, the primary key must also always be specified explicitly. The primary key has the predefined nameprimary_key, with which ...