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>