Skip to Content
0
Former Member
Nov 11, 2008 at 03:27 AM

Update fields data into Itab.

18 Views

Hi All,

I have two differnte line type tables Ex: Itab1(matnr,erdat,ernam, etc) & Itab2(matnr, erdat, etc) (structure is different for these tables). But bothe tables have 2 common fields (Ex: matnr & erdat), Itab1 contains data of these 2 fields with other fields. I'm calling a FM and it returns table Itab2. Itab2 has data for other fields but for matnr & erdat has empty. I want to update data of those 2 fields from Itab1 to Itab2. I used Modfy table...Transporting.... statment but it is not working becouse of line type is not same for both tables.

Help on this.