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

Get data in Internal Table

Former Member
0 Likes
419

Hi All,

I am having data in two internal table & wanted to put it into one final internal table.

can any one tell me how to do this.

Thanks in advance

Edited by: ptelgaonkar on Apr 19, 2010 9:08 PM

3 REPLIES 3
Read only

Former Member
0 Likes
394

Hi,

Declare the final internal table with the combination two internal tables.

for example,itab is final table,itab1,itab2 are two internal tables.

move-corresponding itab1 to itb.

move-corresponding itab2 to itb.

Thanks.

Ramya.

Read only

0 Likes
394

I created the structure final with all the fields & also declared the final internal table.

i am having the same data in ITAB1 & ITAB2 now i have to move the data from those table to Final ITAB

& i have to display all the data..

Read only

Former Member
0 Likes
394

Moderator message - Please do not ask or answer basic questions - thread locked Rob