‎2010 Apr 19 4:37 PM
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
‎2010 Apr 19 4:42 PM
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.
‎2010 Apr 19 4:52 PM
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..
‎2010 Apr 19 4:52 PM
Moderator message - Please do not ask or answer basic questions - thread locked Rob