Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Problme in Insert

Former Member
0 Likes
649

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
616

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...

4 REPLIES 4
Read only

Former Member
0 Likes
617

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...

Read only

Former Member
0 Likes
616

Hi,

please check if you have specified all the key fields during sorting...

Read only

Former Member
0 Likes
616

Database table is always having a sorted copy on the basis of primary index.

Hence, we need not to worry for the same .

Read only

0 Likes
616

check ur primary key sorting values in the internal table.