cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Duplicate values in message mapping

Former Member
0 Likes
2,689

Hi Guys,

I have IDoc to file scenario and source IDoc have two same fields from two different segments but target there is only one field to send to. What is the best way and how to map two source fields to one target field by removing duplicate values from source fields? Can this be done with graphical mapping or need UDF?

Source:
<E1EDP01 SEGMENT="">
    <MATNR>12345</MATNR>
     </E1EDP01>
<E1EDL44 SEGMENT="">
<MATNR>12345</MATNR>
</E1EDL44>

Target:
<Material>12345</Material>

Thanks,

Marko

View Entire Topic
0 Likes

Dear Marko P

Validate your specification ... since the E1EDL44-MATNR segment (Handling Unit Item) field can be different from E1EDP01-MATNR (Item General Data), you should check with consultant SAP which position the delivery to be mapped. Based on this definition should apply the mapping.

regards

Juan