‎2008 Jul 11 3:22 PM
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.
‎2008 Jul 11 6:05 PM
check the order of fields.the structure of source internal table should be same as target internal table
‎2008 Jul 11 6:12 PM
‎2008 Jul 11 7:03 PM
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
‎2008 Jul 14 3:35 AM
‎2008 Jul 14 3:42 AM
HI,
Use APPENDING FIELDS TO TABLE instead of INTO CORRESPONDING FIELDS OF TABLE.
This should work.
Regards,
Subramanian
‎2008 Jul 14 6:11 AM
Hi sri,
Please make sure that you are appending the field properly..if possible please post your code too..
Regards,
bhumika