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 is system-land-scape of your project?
SAP query how to use end users?
What is personnel sub are
Explain Catch Command in ABAP?
How can I make a differentiation between dependent and independent data? : abap hr
how to update the filed value in SAP in ZAWSYS and create time and date? please tell me the answer
What is abap dictionary or data dictionary? What is the transaction to access abap dictionary? : abap data dictionary
Explain the disadvantages of different types of bdc's?
In the MM module for finding out the standard cost what is the view one has to look at?
To how many tables can an append structure be assigned. : abap data dictionary
What are the modes in which any update tasks work?
How to call a subroutine in sapscript?
In order to upload purchase order details, how you handle multiple values for a single field?
When a program is created and need to be transported to prodn does selection texts always go with it? If not how do you make sure? Can you change the cts entries? How do you do it?
What is a transport?