cancel
Showing results for 
Search instead for 
Did you mean: 

ReplenishmentOrderConfirmation_In XML failing

Former Member
0 Kudos

Hi Experts,

We are facing XML message faling issue for ReplenishmentOrderConfirmation_In in SNC. When we run TLB to generate sales Order it create SO correctly in ECC & sends confirmation back to SNC successfully. When we make changes to sales order (Normal change like add/delete of products, change RDD date etc) sometime confirmation back to SNC get fails in APO with following error message.

TST 20110213122203 (type CreationDateTime) was transferred as local time, interpretation as UTC

Order 0200000373, item 000010: planning product could not be determined

Order 0200000373, item 000020: planning product could not be determined

Order 0200000373, item 000030: planning product could not be determined

Item 000010: Unit of measure conversion from CS to failed

Item 000020: Unit of measure conversion from CS to failed

Item 000030: Unit of measure conversion from CS to failed

Mapping cannot be executed completely

BOL processing failed. XML-message inbound processing has been terminated

Can anyone help me to resolve this issue?

Thanks & Regards

Sujay Joshi

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Sujay

Unit of measure table in R/3 and SCM system should be in sync. Also ISO code should be uniqly assigned to UoM.

Check if ISO code assigned to UoM "CS" and if yes is this assignment unique using T code CUNI

Thanks

Pravin

Former Member
0 Kudos

what do you base your integration with erp on? is it the gtin/ean? what is the tag for product in your ROC xml?

if it's ean check on material master UoM tab that there is a conversion maintained for CS to your base unit and that ean is maintained.

Former Member
0 Kudos

Hi Nikhil/Pravin/Juraj,

I checked the UOM & ISO code config & looks good. There is unique entry for CS.

The important thing is initially same sales order got updated correctly & then changes of the sales order start failing in APO.

Second thing, while updating the delivery XML it is showing an error "ASN 0800323282: referenced document in item 000020 contains a different product". This case also not for all deliveries. We have 10% of deliveries where we are getting this type of error.

Do you know what is this error & why it is coming?

Regards

Sujay Joshi

Former Member
0 Kudos

Hi Joshi,

Sounds like one problem to me and that the item 020 has changed. Perhaps the item was substituted n R3. Check whether the item in ROC XML and in SNC for that line item matches and if the same UoM is used. ans as said in previous post check what is the tag for product that you use in the XML.

J.

Former Member
0 Kudos

Hi Juraj,

As far as the product substitution I didn't find any product substirution in R/3 but we reject two Items & delete one line Item from Sales Order & result is we didn't get these products in delivery.

Second thing, can you please elloborate "Tag for the Product in XML"? How can we check that?

Regards

Sujay Joshi

Former Member
0 Kudos

Ideally post three XML files here and we can review it and probably find what's wrong.

File1 = RON which created this order in R3

File2 = ROC for confirmation (first which was successful)

File3 = ROC with changes which is failing.

J.

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Sujay,

You are getting this UOM error because of due to ISO code conversion in SNC.

When ECC sends IDoc for confirmation it converts UOM to ISO code so when it comes to SNC it looks for UOM which is assigned to ISO code.

In your case check UOM CS is assigned to which ISO code in ECC then check this ISO code assigned to which UOM's in SNC.

If this ISO code is assigned to more than one UOM in SNC you will get UOM error.

solution ISO code and UOM should be 1-1 only.

Regards,

Nikhil

Former Member
0 Kudos

Hi Sujay

Does the planning product assigned to active model and available in APO system???

ISO code and units of measure properly maintained in APO ??? SPRO-SAP Netweaver-General Settings-Check UOM

BADI's for mapping master data in XML messages are they active???---SPRO-SNC-BADI FOR SAP SNC-PROCESS INBOUND AND OUTBOUND ???

Best Regards

Vinod

Former Member
0 Kudos

Hi Vinod,

Does the planning product assigned to active model and available in APO system??? --- YES

ISO code and units of measure properly maintained in APO ??? ---YES

BADI's for mapping master data in XML messages are they active???--- YES

SPRO-SNC-BADI FOR SAP SNC-PROCESS INBOUND AND OUTBOUND ??? --- We used /SCA/IF_EX_BIF_I_REPLORDC~BEFORE_CONVERSION for ReplenishmentOrderConfirmation_In

Actually we have lots of successful ReplenishmentOrderConfirmation_In XML as well for same sales order but sometime there is XML failure for ReplenishmentOrderConfirmation_In for same sales order.

Regards

Sujay Joshi