I am in the process of upgrading from XI 2.0 to XI 3.0 SP12. I am having an issue with mapping. It really is a pretty easy map. Here is my situation.
The following is a user defined structure used as the source mapping
Structure--
cXML----
Complex
->>Request--
>>OrderRequest
-
>>ItemOut--
-
quantity--
-
lineNumber--
-
requestDeliveryDate--
-Attribute
optional
-
>>ItemID--
-
SupplierPartID--
-
>>ItemDetail--
-
>>UnitPrice--
-
>>Money--
-
Currency--
-
Description--
-
UnitOfMeasure--
-Element
0..1
-
>>Classification----
-Element
0..1
-
domain--
-
ManufacturePartID-Element--0..1
-
ManufactureName
Element
0..1
-
>>Extrinsic--
-
name--
The following is an imported RFC which is the target mapping
Z_B2B_R3_PO2SO_Create----
Element
->>ORDER_ITEMS--
-
>>item--
-
ITM_NUMBER--
-
MATERIAL--
-
Source mapping cXML --->>> to target mapping Z_B2B_R3_PO2SO_CREATE
OrderRequest --->>> ORDER_ITEMS
ItemOut --->>> item
lineNumber --->>> ITM_NUMBER
ManufacturePartID --->>> MATERIAL
Using the same test data the above mapping works in XI 2.0 but in XI 3.0 the source field called ManufacturePartID does not map to the target field MATERIAL.
Is there something different in XI 3.0 that would cause the above example to not map properly?
Thanks,
Jim