‎2007 Oct 25 1:09 AM
Can we join 2 internal tables without using loop?
pls advise.thanks.
‎2007 Oct 25 4:37 AM
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
‎2007 Oct 25 1:15 AM
‎2007 Oct 25 1:33 AM
Hi Simon,
You can use APPEND LINES OF itab1 TO itab2.
regards,
Atish
‎2007 Oct 25 1:36 AM
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.
‎2007 Oct 25 1:38 AM
‎2007 Oct 25 1:49 AM
‎2007 Oct 25 4:37 AM
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
‎2007 Oct 25 5:07 AM
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