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
How to do find it?
What are the system table used in abap?
When the get cursor command used in interactive lists?
How to write a code in tab control? : abap bdc
What are the steps to be followed to set lockobjects? : sap abap data dictionary
What is IMG in SAP?
How do you set up background jobs in sap? What are the steps? What are the event driven batch jobs?
Explain the advantages and disadvantages of abap query tool?
Do we create table fields with out data elements and domains?
What is partner selection?
Difference between user exit and badis?
Can a filed occur in several field groups? : abap modularization
What are the advantages and disadvantages of using views in abap programming ?
What is off cycle payroll run
What two statements would be used to exchange data between programs using abap memory?