Answer Posted / shreeshail diggi
This statement sorts an internal table itab. As standard,
numeric and byte-type components are sorted by their value
and character-type components according to their binary
representation code page). Textual sorting of character-
type components is performed using the addition AS TEXT.
Syntax
SORT itab [STABLE]
{ { [ASCENDING|DESCENDING]
[AS TEXT]
[BY {comp1 [ASCENDING|DESCENDING] [AS TEXT]}
{comp2 [ASCENDING|DESCENDING] [AS TEXT]}
... ] }
| { [BY (otab)] } }.
Thank's and Regards,
Shreeshail Diggi
SAP Technical Consultant Infinite India
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What are the different methods of passing data? : abap modularization
How can end-of-selection be used?
What do you mean by transparent tables in sap abap? : abap data dictionary
What is sequence of event triggered in report?
Explain about workbench request and customization requests?
What are control tables? : abap data dictionary
What is sap abap tables?
In the abap/4 dictionary tables can be defined independent of the underlying database (t/f). : abap data dictionary
Have you printed any report?
How do you execute the payroll
Explain the difference between tables and structures?
What are the dynamic actions and how to configure it? : sap abap hr
In the MM module for finding out the standard cost what is the view one has to look at?
Name the special commands of list?
What is interactive reporting?