‎2009 Jun 15 8:48 AM
Hi,
I am Sorting an Internal Table and after that I am inserting that data into database.
But, when I look at Database table, the data is not in Sorted Order....
Can you please let me know, why like thi?
Ex: Sort itab by f1 f2.
Insert DB from Table Itab.
Thanks,
Sandip
‎2009 Jun 15 8:50 AM
why do you need to sort it? is it for easier viewing only? if yes, then you can sort it via SE16N... with the pyramid like icon...
‎2009 Jun 15 8:50 AM
why do you need to sort it? is it for easier viewing only? if yes, then you can sort it via SE16N... with the pyramid like icon...
‎2009 Jun 15 8:51 AM
Hi,
please check if you have specified all the key fields during sorting...
‎2009 Jun 15 9:22 AM
Database table is always having a sorted copy on the basis of primary index.
Hence, we need not to worry for the same .
‎2009 Jun 15 10:06 AM