Product Information
Return Request Process Automation
Entering manually return request information from customers into a return request document in SAP Business One, verifying the data, and informing customers about the request’s status, is a time-consuming process for sellers.
With FP 2208, SAP Business One introduces the Return Request Process Automation, enabling sellers (“processors”) to simply confirm an automatically created return request based on validated customer input data. Then, a predefined, customized e-mail is sent automatically to the customer (“requester”) with an update about the return request status.
This is a best practice project template for SAP Build Process Automation. The process is triggered by an API call that receives the return request data. Here are the steps in the process:
- The customer (“requestor”) initiates a return request by submitting Invoice Number, Invoice Posting Date, Item Number and Quantity, Return Reason and contact details to an external online form, which calls the SAP Build Process Automation API.
- The submitted data is validated by the process automation against the data in SAP Business One.
If one of the entered details is incorrect (e.g., the invoice number cannot be found) a rejection email is sent immediately to the customer. - Once the complete data is validated, the return request is automatically created based on the A/R invoice, and the seller (“processor”, an SAP Business One user) receives an email notification to confirm the task in the My Inbox app in SAP Build Process Automation. The task also includes a direct link to the created return request document in the Web client for SAP Business One.
- If the data validation fails, or the process could not be completed due to a technical reason, an email notification is sent to the processor with the following options:
- Create the return request manually and then confirm or reject the request.
- Reject the return request without creating the return request document. If the processor rejects the return request, an email is sent to the requestor with the reason for the rejection.
- If the processor confirms the return request, an email notification indicating that the product can be returned is sent to the customer. In SAP Business One, on the Logistic tab of the return request record, the status of the Confirmed field is changed to “Yes”.
Workflow
Watch the Video
Software Requirements
- Application Development for SAP Build Process Automation. For more information, see Subscribing to SAP Build Process Automation in the application help for SAP Build Process Automation on SAP Help Portal (EN only).
- In the SAP BTP Cockpit of SAP Business Technology Platform (BTP), the processor is defined as a user in the subaccount which has a subscription to SAP Build Process Automation.
- Desktop Agent 2.0.20 or higher. For more information, see Install Desktop Agent to Run Automations in the application help for SAP Process Automation on SAP Help Portal (EN only).
- This process automation is supported only by Microsoft Windows operating system.
To summarize, adopting the SAP Build Process Automation may help you leverage SAP Business One, increase efficiency, reduce manual error on a daily basis and increase customer satisfaction.
For detailed information click the following links:
- SAP Help Portal: SAP Business One 10.0 OLH – Business Process Automations
- Training: Open SAP Microlearning – Return Request Process Automation
- Follow the SAP Build Process Automation topic page
Very good indeed. This will considerably reduce the task of reconciling RTVs and subsequent invoices.
Error from Process and Workflow
We are testing this bot and when doing a workflow test, it does not allow us to create the instance with the workload that comes as an example in the technical specification.
TEST THE WORKFLOW
Before starting the process for productive use, we recommend that you test the workflow using a JSON
payload in SAP Build Process Automation before the external API is available.
Procedure
1. In SAP Build Process Automation, choose the Monitor tab.
2. In the left panel, choose Manage and Processes and Workflows.
3. Select the return request process automation.
4. Choose the Start New Instance button.
5. In the Start New Instances dialog box, enter the JSON payload with the inputs defined for the
process. You can find a description of the inputs defined for the process in Table 2, and an example
JSON payload below.
{
"arInvoice": "1046",
"itemsToReturn": "[{\"ItemCode\":\"I00008\",\"Quantity\":1, \"ReturnReason\":
1, \"FreeText\": \"My return reason\"}]",
"postingDate": "2021-08-03",
"returnAll": false,
"reasonReturnAll": "Damaged",
"freeTextReturnAll": "My free text if all items are to be returned.",
"requestorE-mail": "tomas.schmidt@company.com",
"requestorName": "Tomas Schmidt"
}
The received message is:
An error occurred during the processing of your request. Please try again later or contact your service provider.
Has this happened to you in tests?
Thanks in advance and best regards.
Erick
Hi Erick,
Let's have a call together and try to understand what's wrong on your side.
I sent you a meeting request.
Thanks & regards,
Sigal