Hello,
I have this source segment.
This segment appear with occurrence 0 to 999<E1EDP05 SEGMENT="">
<ALCKZ/>
<KSCHL/>
<KOTXT/>
<BETRG/>
<KPERC/>
<KRATE/>
<UPRBS/>
<MEAUN/>
<KOBTR/>
<MENGE/>
<PREIS/>
<MWSKZ/>
<MSATZ/>
<KOEIN/>
<CURTP/>
<KOBAS/>
</E1EDP05>
I need to map all the fields to the same segment in target but only if the field <KOTXT> in the source is "Item net price".
In all source message has only one segment with the value "item net price"
This segment appear with occurrence 1 to 1<E1EDP05 SEGMENT="">
<ALCKZ/>
<KSCHL/>
<KOTXT/>
<BETRG/>
<KPERC/>
<KRATE/>
<UPRBS/>
<MEAUN/>
<KOBTR/>
<MENGE/>
<PREIS/>
<MWSKZ/>
<MSATZ/>
<KOEIN/>
<CURTP/>
<KOBAS/>
</E1EDP05>
Elad