cancel
Showing results for 
Search instead for 
Did you mean: 

mapping of ReplenishmentOrderConfirmation_In

Former Member
0 Kudos

Hi Experts,

I want to know how to map XML message- ReplenishmentOrderConfirmation_In ( in order to send PO confirmation from ECC to SNC, once PO is changes upon batch request as explained below)

Business scenario

1) Subcontractor/supplier gets a single line PO for finished item (e.g. 3600 EA)

2) Supplier confirms PO line item on SNC with delivery date etc..and , order acknowledgment (OA) is updated on ECC side, on PO confirmation tab.

3) When supplier is ready to produce he need a batch ID and requests a batch ID via portal (custom enhancement).  Supplier enters the production date, the vendor lot # and the production batch quantity.  Note: here the batch quantity is 1000 but the PO requested quantity was 3600

4) Portal gets responds with a batch ID from ECC (custom enhancement), and a manufacturing code.  In addition, a new PO line item is created for the 2600 balance (3600-1000 = 2600) on same PO in ECC & SNC both.

Now the issue is when the PO updated with changed qty & second line, the confirmation data is missing on SNC , that origianlly confirmed by vendor.

So Is there any way to trigger above XML and update confirmation data from ECC to SNC for both line items? Let me know id there is any additional config or BADI can be used?

Thanks

VVS

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi VVS

We have exactly similar scenario. Could you please share the solution you implemented.

Thanks in advance.

Former Member
0 Kudos

Hi VVS,

Whenever the PO is updated with any of below data:

  • Goods recipient
  • Ship-to location
  • Product
  • Requested delivery date
  • Incoterm
  • Price

Then PO confirmation gets deleted but if you want to retain the original confirmation then deactive the validation check PO_CONFIRMATION_DELETE.

Path:SPRO>>Supply Network Collaboration>>Basic Setting >> Validation >>Own Settings>>Maintain Settings in Validation Profiles

Val profile:POC1

Val.check:PO_CONFIRMATION_DELETE

Status:Inactive

Save above setting.

Now original confirmation won't be deleted.

Regards,

Nikhil