2008 May 10 11:59 AM
2008 May 10 12:00 PM
How to do sorting in classical report?
2008 May 10 12:00 PM
2008 May 10 12:01 PM
hi check this..
sort table itab by field1 field2 .
http://www.sts.tu-harburg.de/teaching/sap_r3/ABAP4/sort.htm
regards,
venkat
2008 May 10 12:01 PM
Sort the internal table that you want to print as the list.
eg:
if ITAB is the internal table you are printing, sort it like this
sort ITAB.
if you want to sort by a field
SORT ITAB by FIELD1.
Sort by multiple fields.
SORT ITAB by FIELD1 FIELD2..
Regards,
Ravi
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |