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.