cancel
Showing results for 
Search instead for 
Did you mean: 

Negative ASN Quantity and Already processed ASN not processing to SNC from ERP getting failed in SXI_MONITOR of SCM system

Former Member
0 Kudos

Dear Friends,

Business Process we are following:

1.       CIF ing of material from ECC to SCM

2.       CIF ing of info records from ECC to SCM

3.       Transferring of PO from ECC to SCM.

4.       Confirmation of PO from SCM to ECC.

5.       Creation of ASN and creating creation of inbound at ECC

6.       ASN confirmation (MIGO and QA11) from ECC to SCM.

7.     We have another way for ASN confirmation from ECC to SCM. A custom program (ZTEST_RFC_NEW) developed which sends the ASN quantity to be confirmed via RFC Function Module ‘ZBAPI_UPDATE_RETQTY’, which is mapped to the inbound proxy ‘ReceivedDeliveryNotification_in’

a. User confirms the quantity for same ASN for multiple times, through the program.

b. User returns the quantity (Negative Quantity) for an ASN (This ASN can be same or a new ASN). This process we are doing when the customer receives goods at shop floor and finds some products are defective, and return that quantity with the ASN Number he received.

After Upgrade to SNC 7.12, above 6 processes are working fine, but the 7th process (Both points a & b) are not working and both are getting failed in SXI_MONITOR of SCM system, however these were working before upgrade.

But Positive quantity for ASN is proceesing , but only negative quantity and already processed ASN not working its getting failed with below errors in SXI_MONITOR of SCM system.

Errors in SXI_MONITOR of SCM System

Error in Point a:

XML Inbound Payload

<?xml version="1.0" encoding="UTF-8" ?>

- <ns1:ReceivedDeliveryNotification xmlns:ns1="http://sap.com/xi/SAPGlobal20/Global">

- <MessageHeader>

  <ID schemeAgencyID="0000702449">12345</ID>

  <CreationDateTime>2016-05-20T12:04:24</CreationDateTime>

  </MessageHeader>

- <Delivery>

  <ID>KE01045492</ID>

- <VendorParty>

  <InternalID>0000701559</InternalID>

  </VendorParty>

  <ReceiptDateTime>2016-05-20T12:04:24</ReceiptDateTime>

- <Item>

  <ID>000001</ID>

  <CompletedIndicator>TRUE</CompletedIndicator>

  <InventoryStatusDateTime>2016-05-20T12:04:24</InventoryStatusDateTime>

- <Product>

  <InternalID>451ZZ50139</InternalID>

  </Product>

  <ReceivedQuantity unitCode="NO">10.000</ReceivedQuantity>

  </Item>

  </Delivery>

  </ns1:ReceivedDeliveryNotification>

Below error is occurring in SXI_MONITOR of SCM system, when the above payload is processed.

- <faultDetail>

  <severity>error</severity>

  <text>WO KE01045492 item 000001: Update forbidden - inwd deliv. completed ID has been set</text>

  <id>234(/SCMB/DM_DLV)</id>

  </faultDetail>

- <faultDetail>

  <severity>error</severity>

  <text>BOL processing failed. XML-message inbound processing has been terminated</text>

  <id>002(/SCA/DM_BOL_CON)</id>

  </faultDetail>

- <faultDetail>

  <severity>information</severity>

  <text>End of inbound processing: ReceivedDeliveryNotification</text>

  <id>008(/SCA/BIF_DELVRY)</id>

  </faultDetail>

  </standard>

  </n0:ReceivedDeliveryNotificationFault>

Error in Point b:


Payload in the XML

<?xml version="1.0" encoding="UTF-8" ?>

- <ns1:ReceivedDeliveryNotification xmlns:ns1="http://sap.com/xi/SAPGlobal20/Global">

- <MessageHeader>

  <ID schemeAgencyID="0000701559">12345</ID>

  <CreationDateTime>2016-05-20T12:09:31</CreationDateTime>

  </MessageHeader>

- <Delivery>

  <ID>KE01045492</ID>

- <VendorParty>

  <InternalID>0000701559</InternalID>

  </VendorParty>

  <ReceiptDateTime>2016-05-20T12:09:31</ReceiptDateTime>

- <Item>

  <ID>000001</ID>

  <CompletedIndicator>TRUE</CompletedIndicator>

  <InventoryStatusDateTime>2016-05-20T12:09:31</InventoryStatusDateTime>

- <Product>

  <InternalID>451ZZ50139</InternalID>

  </Product>

  <ReceivedQuantity unitCode="NO">-10.000</ReceivedQuantity>

  </Item>

  </Delivery>

  </ns1:ReceivedDeliveryNotification>

Below error is occurring in SXI_MONITOR of SCM system, when the above payload is processed.

  </faultDetail>

- <faultDetail>

  <severity>error</severity>

  <text>BOL processing failed. XML-message inbound processing has been terminated</text>

  <id>002(/SCA/DM_BOL_CON)</id>

  </faultDetail>

- <faultDetail>

  <severity>information</severity>

  <text>End of inbound processing: ReceivedDeliveryNotification</text>

  <id>008(/SCA/BIF_DELVRY)</id>

  </faultDetail>

  </standard>

  </n0:ReceivedDeliveryNotificationFault>

kindly suggest as we need to set any ASN validations / any SPRO settings in SNC system or any mandatory data to be sent from ERP after upgrade

Kindly help how to solve the above issue .

Regards,

Karunakar

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Karunakar,

The RDN_IN xml is failing because of validation check in SNC system.

So kindly check the validation in SNC system.

Thanks&Regards,

Vishnu

Former Member
0 Kudos

Hi Vishnu,

Can u please suggest which type of validations to be changed in SNC 7.12.

Thanks.

karunakar M