2006 Dec 18 4:15 PM
I have used this statement to sort the internal table . I dont think its working properly. I appreciate if anyone can check this statement once.
SORT itab ascending BY date matnr descending qty.
2006 Dec 18 4:17 PM
The order ascending / descending should be specified for each field, By default it will be ascending.
SORT itab BY date ascending matnr descending qty.
Regards,
Ravi
Note - Please mark all the helpful answers
I have used this statement to sort the internal table . I dont think its working properly. I appreciate if anyone can check this statement once.
SORT itab ascending BY date matnr descending qty.
2006 Dec 18 4:17 PM
Hi Deepthi,
Keep cursor on <b>Key SORT</b> in Se38.
Do F1 on.. Read details from SAP documentation.
Will learn more about the Options and limitations.
Reward points if this Helps.
Manish
Message was edited by:
Manish Kumar
2006 Dec 18 4:17 PM
The order ascending / descending should be specified for each field, By default it will be ascending.
SORT itab BY date ascending matnr descending qty.
Regards,
Ravi
Note - Please mark all the helpful answers
2006 Dec 18 4:18 PM
Hi,
What do you want to do exactly ? Which field ascending, which one descending?
Try : SORT itab BY date matnr descending qty ascending ....
2006 Dec 18 4:20 PM
hi try,
SORT ITAB DESCENDING BY QTY ASCENDING DATE MATNR.
OR
SORT ITAB BY DATE MATNR ASCENDING QTY DESCENDING.
regards
cnu
2006 Dec 18 4:19 PM
| User | Count |
|---|---|
| 6 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |