on 2005 Aug 11 9:57 PM
Hi,
I have very limited XI mapping experience. I'm trying to convert the following XML
<?xml version="1.0" encoding="UTF-8" ?>
<ns:C2TCustomer_MSG xmlns:ns="http://omni.com/c2tcustomer">
<cuname>Bob Smith</cuname>
<billingcontactname>Smith</billingcontactname>
<billingcontactfirstname>Jim</billingcontactfirstname>
<billingcontactemailaddress>jim.smith@email.com</billingcontactemailaddress>
</ns:C2TCustomer_MSG>
Into:
<?xml version="1.0" encoding="UTF-8" ?>
<DEBMAS06>
<IDOC BEGIN="1">
<E1KNA1M SEGMENT="1">
<NAME1>Bob Smith</NAME1>
<E1KNVKM SEGMENT="1">
<MSGFN>009</MSGFN>
<PAFKT>18</PAFKT>
<NAMEV>Jim</NAMEV>
<NAME1>Smith</NAME1>
<E1KNVKM SEGMENT="1">
<MSGFN>009</MSGFN>
<PAFKT>29</PAFKT>
<NAMEV>Jim</NAMEV>
<NAME1>Smith</NAME1>
</E1KNVKM>
</E1KNA1M>
</IDOC>
</DEBMAS06>
As you can see I need 2 E1KNVKM segments for the same data, just the PAFKT value is different.
Is there a way to do this in XI Mapping?
Thanks,
Jeff
Hi Jeff,
You can create two segment of E1KNVKM under E1KNA1M.
Right click on E1KNVKM and press Duplicate Subtree.Your
idoc structure will contain 2 segment of E1KNVKM.Accordingly you can map your values.
Hope it Helps.
Rekha.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi jeff,
i think using duplicate sub tree will suffice.
Regards,
Divya
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
70 | |
10 | |
8 | |
8 | |
7 | |
7 | |
6 | |
6 | |
6 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.