Sort statement?
Answers were Sorted based on User's Feedback
Answer / sameer
yep its correct its is used for sorting internal table.
synatx :
SORT <itab> by <field> Ascending/descending.
Is This Answer Correct ? | 2 Yes | 0 No |
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 |
Answer / amrit
Shreeshail may or may not have good knowledge. bcoz he/she only does copy n paste works. That's really not good for career improvement.
ans should be simple n short.
SORT <itab> by <field> Ascending/descending.
Is This Answer Correct ? | 1 Yes | 0 No |
Events used in Interactive Reports?
What is sequence of event triggered in report?
write the program for prime numbers between 1 to 1000
What are Table control and tab strip control in dialog programming ?
How do you read the data from clusters
Describe data classes.
What are pooled tables? : abap data dictionary
What are the user interfaces of interactive lists?
If u r working with call transaction method .any problem occurs error records r stored in BDCMSGCOLL structure.How do u find that an error has occured at a particular point,how can u handle to rectify and process it successfully? If a file has 10000 records where 3 records doent having right format,how do u tackle with this issue either by using call transaction or session method to transfer data perfectly into database table?tell me the steps how to procede?
difference between at new and on change of pl its urgent
the control commands in the report program are atfirst,atnew,atlast,atend of and what is the difference between them
What is a multiple line field?