cancel
Showing results for 
Search instead for 
Did you mean: 

Issue with usage of ServiceOrderQuotationCRMChangeRequestConfirmation

former_member560382
Participant
0 Kudos

Hi guys,

my aim is to use the standard enterprise service ServiceOrderQuotationCRMChangeRequestConfirmation to update the Service Order Quote. Unfortunately, when I use the request below, the service says the execution was successful, but the BP doesn't change.

Do you have experience with thsi service? Can you please give me some hints how to change the request so the BP get changed?

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

<ns0:ServiceOrderQuotationCRMChangeRequest_sync xmlns:ns0="http://sap.com/xi/CRM/SE">

    <ServiceOrderQuotation>

      <ID>320231560</ID>

      <ProcessingTypeCode>Z210</ProcessingTypeCode>

      <ServiceOrderQuotationHeader actionCode="02">

       <ID>320231560</ID>

         <ProcessingTypeCode>Z210</ProcessingTypeCode>

         <Party actionCode="02">

         <PartyData actionCode="02">

             <RoleCode>00000015</RoleCode>

               <ID>501315197</ID>

            </PartyData>

         </Party>

      </ServiceOrderQuotationHeader>

   </ServiceOrderQuotation>

</ns0:ServiceOrderQuotationCRMChangeRequest_sync>

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member560382
Participant
0 Kudos

guys, any hint appreciated

thanks, Peter