Skip to Content
0
Former Member
Dec 26, 2007 at 10:00 AM

Sort on Internal table

25 Views

Hi,

I have an internal table with the below data.

date

________

________

________

________

20040130

20071231

i want it to be sorted so that the result is as follows

date

20040130

________

________

________

________

20071231

Is there any sort technique by which i can achieve the above result????

Cheers,

Raghav.