Hi,
I have an internal table itab1
itab1:
f1
400
200
700
for that entries i am selecting data from another db table using FOR ALL ENTRIES and i am getting data in sorted manner as below:
f1 f2
200 545
400 222
700 845
So how to get my original order back.