cancel
Showing results for 
Search instead for 
Did you mean: 

Assistance on XML ROC_Out (ReplenishmentOrderConfirmationout) for ICH

Former Member
0 Kudos

Hello Experts:

This XML is used to transfer confirmation from the Supplier to the Customer.

Our customer would like to have a autoconfirmation; i,e as soon as the PO is recieved by the Supplier it would be automatically approved.

I would appreciate getting the standard XML file (ROC_Out) and would greatly appreciate knowing what fields would be mandatory for the supplier to do the autoconfirmation.

Thanks

Vivek

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Vivek,

If you are looking to confirm a PO in ICH by receiving a signal from supplier then you will need a ReplenishmentOrderConfirmation_In XML.

I am enclosing XML structure for your reference. This will give you idea of what is required / mandatory -

-


<ID schemeID="DoCID1234" schemeAgencyID="SC5CLNT100">POConfIn</ID>

<CreationDateTime>2007-05-21T00:00:00</CreationDateTime>

- <SenderParty>

<InternalID>MAX001</InternalID>

</SenderParty>

- <RecipientParty>

<InternalID>DM01</InternalID>

</RecipientParty>

</MessageHeader>

- <ReplenishmentOrder>

<ID>21000001</ID>

<CreationDateTime>2007-05-21T00:00:00</CreationDateTime>

- <BuyerParty>

<InternalID>DM01</InternalID>

<BuyerID>DM01</BuyerID>

</BuyerParty>

- <VendorParty>

<InternalID>MAX001</InternalID>

<BuyerID>MAX001</BuyerID>

</VendorParty>

- <Item>

<ID>00001</ID>

- <ShipFromLocation>

<InternalID>MAX001</InternalID>

<BuyerID>MAX001</BuyerID>

</ShipFromLocation>

- <ShipToLocation>

<InternalID>DM01</InternalID>

<BuyerID>DM01</BuyerID>

</ShipToLocation>

- <Product>

<InternalID schemeAgencyID="SC5CLNT100">TEST001</InternalID>

<BuyerID>TEST001</BuyerID>

</Product>

<Note>FOC PO</Note>

- <ScheduleLine>

- <DeliveryPeriod>

<StartDateTime>2007-04-24T23:58:59</StartDateTime>

<EndDateTime>2007-04-24T23:59:59</EndDateTime>

</DeliveryPeriod>

<Quantity unitCode="EA">5000</Quantity>

</ScheduleLine>

- <ConfirmedScheduleLine>

- <DeliveryPeriod>

<StartDateTime>2007-05-01T23:58:59</StartDateTime>

<EndDateTime>2007-05-01T23:59:59</EndDateTime>

</DeliveryPeriod>

<Quantity unitCode="EA">5000</Quantity>

</ConfirmedScheduleLine>

</Item>

</ReplenishmentOrder>

</ns1:ReplenishmentOrderConfirmation>

-


Hope this helps,

Thanks,

Sunil

(Dont forget to award points if this helps)

Answers (1)

Answers (1)

Former Member
0 Kudos

Thanks Sunil...

This greatly helps.

Now do I award points

Vivek