cancel
Showing results for 
Search instead for 
Did you mean: 

Notify Opportunity or Sales Quote of Follow Up Document from SAP Business Suite

dhruv_mehta
Active Contributor
0 Kudos
776

Dear Integration experts,

We are trying to link S4 Order to C4C Quote and hence we are following the process.

And by standard in integration the service which is being used is customerquoteprocessingupdati1, Can any one help me with a sample payload file!

Since i tried with a lot of time but some how i am not getting any sucess!

Kindly help.

BR

Dhruvin

View Entire Topic
dhruv_mehta
Active Contributor
0 Kudos

Hey naveen.kumar.mallenahalli.p

Good to hear from you.

I actually solved this mapping 😉 thanks for the best practice link though.

<glob:SalesOrderMassNotification xmlns:glob="http://sap.com/xi/SAPGlobal20/Global">
  <MessageHeader>
    <ID>0000000001604310</ID>
    <CreationDateTime>2020-08-11T21:44:08Z</CreationDateTime>
    <SenderParty>
      <InternalID schemeAgencyID="310" schemeID="LocalSystemID">SAP</InternalID>
    </SenderParty>
    <RecipientParty>
      <InternalID schemeAgencyID="310" schemeID="LocalSystemID">0Mxxxx</InternalID>
    </RecipientParty>
  </MessageHeader>
  <SalesOrderNotification>
    <MessageHeader>
      <ID>0000000001604310</ID>
    </MessageHeader>
    <SalesOrder businessTransactionDocumentReferenceListCompleteTransmissionIndicator="false" itemListCompleteTransmissionIndicator="false">
      <ID schemeID="SAP">204</ID> //<-S4 Order ID
      <TypeCode>114</TypeCode>
      <BusinessTransactionDocumentReference actionCode="04">
        <ID>66012</ID> // <- C4C Quote Id
        <TypeCode>30</TypeCode>
      </BusinessTransactionDocumentReference>
    </SalesOrder>
  </SalesOrderNotification>
</glob:SalesOrderMassNotification>

Nevertheless thanks for the feedback.

BR

Dhruvin