Skip to Content
0
Former Member
Aug 08, 2005 at 04:28 PM

XI 2.0 to XI 3.0 mapping problem

24 Views

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--


CategoryOccurence

cXML----


Complex

->>Request--


Element0..1

>>OrderRequest


Element0..1

-


>>ItemOut--


Element0..unbounded

-


quantity--


Atrributeoptional

-


lineNumber--


Attributeoptional

-


requestDeliveryDate-- -Attribute optional

-


>>ItemID--


Element0..1

-


SupplierPartID--


Element0..1

-


>>ItemDetail--


Element0..1

-


>>UnitPrice--


Element0..1

-


>>Money--


Element0..1

-


Currency--


Attribute0..1

-


Description--


Element0..1

-


UnitOfMeasure-- -Element 0..1

-


>>Classification---- -Element 0..1

-


domain--


Attributeoptional

-


ManufacturePartID-Element--0..1

-


ManufactureName Element 0..1

-


>>Extrinsic--


Element0..1

-


name--


attributeoptional

The following is an imported RFC which is the target mapping

Z_B2B_R3_PO2SO_Create----


Element

->>ORDER_ITEMS--


Element0..1

-


>>item--


Element0..unbounded

-


ITM_NUMBER--


Element0..1

-


MATERIAL--


Element0..1

-


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