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

Insert Statement

Former Member
0 Likes
680

Hi

I have retrieve data using 3 tables. here i used for all entries. Here i am displaying 80 fields. In read statement i move to all 80 fields.

Here i used insert statement directly append final internal table.

But it is not adding the records to final internal table.

Please tell me how to rectify this problem?

Regards,

lakshmi.

6 REPLIES 6
Read only

Former Member
0 Likes
659

check the order of fields.the structure of source internal table should be same as target internal table

Read only

Former Member
0 Likes
659

Can you show your code?

Read only

Former Member
0 Likes
659

Hi,

Check the value of SY-SUBRC value after each select statement in debugging mode

or

show your code so that we could give solution exactly..

Regards

Narin Nandivada

Read only

0 Likes
659

can you send your code.

Read only

Former Member
0 Likes
659

HI,

Use APPENDING FIELDS TO TABLE instead of INTO CORRESPONDING FIELDS OF TABLE.

This should work.

Regards,

Subramanian

Read only

Former Member
0 Likes
659

Hi sri,

Please make sure that you are appending the field properly..if possible please post your code too..

Regards,

bhumika