Skip to Content
0
Former Member
Dec 05, 2006 at 02:37 PM

Moving data from one internal table to another

35 Views

Hi,

I have one internal table populated with a list of material codes and another with all the material numbers.

ITAB1: MCODE KSCHL KNUMH MATNR

ITAB2: MCODE MATNR

The matnr field in itab1 is blank initially. It needs to be populated with all the material numbers from itab2. How can I achieve this?

Thanks,

ap