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

populate final table in Function module

Former Member
0 Likes
438

hi,

please tell me the way to populate the final intenal table in function module, form four of the other tables with the corresponding data. i'd like to know how to move fileds of one table to other with maximum performance, can i user move-corresponding for the same.........

2 REPLIES 2
Read only

Former Member
0 Likes
389

ya, u can use..

Read only

Former Member
0 Likes
389

hi,

There are two ways to move the data ....

1. You can loop through the table data and move the corresponding field on to your final internal table .

2. You can directly assign the table value ...but remember the stucture of both the tables should be same.

i.e,


itab1[] = itab[]. 

.

Regards,

Santosh