on 2023 Sep 20 12:35 PM
We are developing the application where Backend is ABAP on cloud and Front end is SAP Build App. We are designing the workflow in SAP process automation.
We have maintained all our approvers information in ABAP on cloud and API is already exposed from ABAP on cloud. Can we use the same API for approvers information in Business rule or do we need to create new approvers table inside the process automation workflow.?
Request clarification before answering.
You could. Create an Action to fetch the correct list of approvers for the context. Use the Action output as the input for the Recipients.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
daniel.wroblewski
archana.shukla
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @nishantbansal91,
My understanding is that you should have the approvers list on BPA as the process of WF starts from BPA.
But I'm curious to know which API you are using to read the approvers list on your backend system?
Thanks,
Venkat Vyza
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @nishantbansal91,
I think you can try the below:
1. Creation an Actions project for the custom API to get the approvers details.
2. Add that Actions project in the Automation and write a custom script to get the approvers details as output parameters.
3. Then add that Automation in the Business Process and trigger the Workflow.
Please let me know your views.
Thanks,
Venkat Vyza
User | Count |
---|---|
71 | |
18 | |
10 | |
7 | |
7 | |
4 | |
4 | |
4 | |
4 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.