hello abap gurus,
in my requirement,
all the records in ITAB1 need to be moved to ITAB2 where
both have a common key field which should match.
Note: ITAB1 and ITAB2 have only few common fields. ITAB2 is completely empty.
can someone tell the best way of coding this.
thank you.