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 2 INTERNAL tables

Former Member
0 Likes
745

Can we join 2 internal tables without using loop?

pls advise.thanks.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
718

Hi Simon,

You can use APPEND LINES OF itab1 TO itab2, when there is <b>no condition and the structure of the 2 internal tables are the same</b>.

If you have to join 2 internal tables <b>upon some condition, then Loop is necessary</b>.without looping it is not possible.

Reward If useful,

Regards,

Chitra

7 REPLIES 7
Read only

Former Member
0 Likes
718

Hi,

Please check Ravi' s answer.

Regards

Read only

Former Member
0 Likes
718

Hi Simon,

You can use APPEND LINES OF itab1 TO itab2.

regards,

Atish

Read only

0 Likes
718

what i mean is:

can we join two internal tables become one internal table according to certain criteria without using the loop? like inner join? is it possible?

pls advise. thanks.

Read only

0 Likes
718

Hi Simon,

Without loop, it is not possible.

Regards,

Ravi

Read only

0 Likes
718

Hi Simon,

No it is not possible.

Regards,

Atish

Read only

Former Member
0 Likes
719

Hi Simon,

You can use APPEND LINES OF itab1 TO itab2, when there is <b>no condition and the structure of the 2 internal tables are the same</b>.

If you have to join 2 internal tables <b>upon some condition, then Loop is necessary</b>.without looping it is not possible.

Reward If useful,

Regards,

Chitra

Read only

Former Member
0 Likes
718

Dear friend

Two internal tables without loop we cannot join.

Please read ABAP 21 days Once If u Dont mine, int hat they cleary given about that one.

Plz Reward the points if it is useful to u.

Regards,

SATISH