Ansicht
Dokumentation

ABAPSORT_ITAB_OBSOLETE - SORT ITAB OBSOLETE

ABAPSORT_ITAB_OBSOLETE - SORT ITAB OBSOLETE

General Data in Customer Master   Fill RESBD Structure from EBP Component Structure  
This documentation is copyright by SAP AG.
SAP E-Book

SORT itab BY field_symbol

SORT itab BY fs1> fs2> ...

Effect

In internal tables with header lines, field symbols can also be specified as a sort criterion for comp1 comp2 ... after SORT ... BY. If a component of the header line or the entire header line is assigned to the field symbol when the statement is executed, the table is sorted by the corresponding component or the entire line. If no data object is assigned to a field symbol, the specification is ignored. If a different data object is assigned to a field symbol, an uncatchable exception is raised.

Note

Instead of using field symbols for dynamic component specifications, it is best to specify parenthesized character-like data objects or an internal table, which contain the name of the components.

name = 'ITAB-COL1'.
ASSIGN (name) TO <fs>.

SORT itab BY <fs>.

name = 'COL1'.

SORT itab BY (name).






BAL_S_LOG - Application Log: Log header data   TXBHW - Original Tax Base Amount in Local Currency  
This documentation is copyright by SAP AG.

Length: 1373 Date: 20240427 Time: 034707     sap01-206 ( 33 ms )