SAP NetWeaver AS ABAP Release 740, ©Copyright 2014 SAP AG. All rights reserved.
ABAP Keyword Documentation → ABAP − Short Reference →
SORT - Short Reference
Syntax
SORT [ASCENDING|DESCENDING]
[AS TEXT]
[STABLE]
[BY {field1 [ASCENDING|DESCENDING] [AS TEXT]}
{field2 [ASCENDING|DESCENDING] [AS TEXT]}
...].
Effect
Obsolete: Sorts the extract dataset after the
field group header.
Additions