‎2008 Nov 11 3:27 AM
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.
‎2008 Nov 11 3:54 AM
If you use the TRANSPORTING addition together with an explicitly-specified work area, the work area must be compatible with the line type of the internal table.
‎2009 Feb 18 7:40 AM