Skip to Content
0
Former Member
Sep 17, 2007 at 06:32 PM

Conditional MOVE-CORRESPONDING

2900 Views

Hi, I need to write a piece of code to move records from one internal table to another table. I got to know about the MOVE-CORRESPONDING statement in ABAP. Now my question is: if I use the following, what will the system do:

MOVE-CORRESPONDING ITAB1 TO ITAB2.

Will all the contents of ITAB1 be moved to ITAB2? I want to add a condition to it. Is that possible?

Thanks.