2008 Dec 03 7:07 AM
Hi All,,
I want to knw wat the following sort statement is doing..... the below snippet follows certain code, but im unable to make out what role in this sort playing. on which table/s this sort works...
.....
.....
....
CLEAR RTAB.
REFRESH RTAB.
SORT.
.....
....
thanks in advance.
regards
Prem Sharma
Hi All,,
I want to knw wat the following sort statement is doing..... the below snippet follows certain code, but im unable to make out what role in this sort playing. on which table/s this sort works...
.....
.....
....
CLEAR RTAB.
REFRESH RTAB.
SORT.
.....
....
thanks in advance.
regards
Prem Sharma
2008 Dec 03 7:11 AM
press F1 on SORT.
You can find
SORT means - Sorting an Extract Dataset.
Hope.. the explanation you get thr. will clarify your doubt.
Regards
Rudra
2008 Dec 03 8:52 AM
SORT without Itab name after sort will sort field groups declared using INSERT in that program.
2008 Dec 03 9:02 AM
Hi Prem,
SORT ITAB
This statement sorts an internal table itab. As standard, numeric and byte-type components are sorted according to their value and character-type by their binary representation (Code Page) For text-based sorting of character-type components, you can use the addition AS TEXT.
Press F1 on SORT keyword you will get the complete information on that.
Best Regards,
Deepa Kulkarni
2009 Apr 15 5:30 AM
| User | Count |
|---|---|
| 5 | |
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |