SAP Knowledge Base Article - Public

3103564 - Reference ID From Down Payment Request Gets Blank After Release

Symptom

You have created a Down Payment Request with Sales Order Reference using webservice, and after releasing the Down Payment Request, the Reference ID field is blank.

Environment

SAP Business ByDesign

Reproducing the Issue

To find the webservice:

  1. Go to the Application and User Management work center.
  2. Go to the Service Explorer view.
  3. Search for the web service ManageDownPaymentCustomerInvoiceRequestIn.
  4. Select the button Download WSDL to download the WSDL file for the webservice.

Using a third party tool like SOAPUI, run the Request Payload:

  1. Log in to the SOAPUI tool
  2. Select File -> New SOAP Project.
  3. In the Initial WSDL field, browse for the downloaded WSDL file for ManageDownPaymentCustomerInvoiceRequestIn.
  4. Select Request 1.
  5. Paste the Request payload.
  6. At the bottom of the screen, select Auth (Basic).
  7. Provide the relevant credentials and the domain.
  8. Run the Request Payload.

To check the Down Payment Request in the system:

  1. Go to the Customer Invoicing work center.
  2. Go to the Invoice Requests view.
  3. Search and open the previously created Down Payment Request.

See that field Reference ID is filled with the Sales Order Reference ID.

Now you follow the same steps to release the Down Payment Request using webservice, and after checking in the system the field Reference ID is now empty.

Cause

The issue is caused by the use of both SalesOrderReference and ExternalReferenceID in the payload. Both these tags are related to the same node in the BO, and  hence it causes an inconsistency. Please note also that if you send only SalesOrderReference tag, BuyerParty tag must appear in the Payload, otherwise the same  error will happen.

Resolution

If you want to have the Down Payment to be associated to the Sales Order, Please use the SalesOrderReference tag only. This would be similar to the Create Down Payment button that would be seen in the UI of the Sales Order.

Keywords

Down Payment Request, SalesOrderReference, Reference ID, reference, empty, blank, release, Payload , KBA , SRD-CRM-INV , Customer Invoicing , How To

Product

SAP Business ByDesign all versions