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

Join the two internal table

Former Member
0 Likes
357

Hi Guys,

I have two internal tables with same structure, ITAB1 is having 100 records and ITAB2 is having 150 records, i need to club two internal tables into ITAB3.

I hope, we can loop one internal table append record by record.

Is any other way, can we club two internal tables.

Thanks,

Gourisankar.

2 REPLIES 2
Read only

gerd_rother
Active Participant
0 Likes
323

Hi,

You can use INSERT LNES OF ITAB1 INTO ITAB3 and afterwards do the same with ITAB2.

Regards, Gerd Rother

Read only

Former Member
0 Likes
323

Moderator message - Please search before asking - post locked Rob