2006 Nov 27 10:02 AM
Hi,
My internal table contains 3 fields: doc no, date and time.
I wish to sort my internal table by date and time in descending order.
Kindly help me out by sending some sample code.
Regards,
Kalai.
try this code
sort itab by date time descending.
shiba dutta
2006 Nov 27 10:04 AM
hi,
sort <itab> by <date> < time > descending.
should help u.
santhosh
2006 Nov 27 10:04 AM
2006 Nov 27 10:04 AM
2006 Nov 27 10:05 AM
2006 Nov 27 10:06 AM
2006 Nov 27 10:19 AM
hi,
this will help..
<b>sort itab by date decending time decending.</b>
Rgds,
Ajith
2006 Nov 27 10:23 AM
| User | Count |
|---|---|
| 6 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |