cancel
Showing results for 
Search instead for 
Did you mean: 

How to create many approvers in workflow that is created by SAP Build Process Automation

ayechan
Participant
0 Kudos
364

Hi all,

I would like to create the Approval process with many approvers in the workflow that is created by SAP Build Process Automation.

The Approval process I would like to get is that

if price > 100, go to Approver A

else if price >= 100 <= 300, go to Approver A, if Approver A approved, go to Approver B

else if price > 300, go to Approver C

So, the corresponding approval request should be sent to the corresponding Approver's Inbox only and other approvers should not see it.

 

For now, I created all approver users under my BTP account's Security > Users.

ayechan_0-1733105217399.png

So, all approver users share to use only one Inbox and all approval requests sent from Workflow of SAP Build Process Automation can be able to see by all approvers.

 

Is it possible to show the corresponding request only for the corresponding approver by creating users like this?

If yes, which step I need to add to get the requirement?

(or)

If not, could you please guide me how can I get this kind of Approval process?

 

Thank you.

Best Regards,

Aye Chan

 

View Entire Topic
MauricioMiao
Contributor

Hi @ayechan ,

You will need to implement a "loop" in your flow, implement a counter to store in wich approval level your flow is, because you have 2 approval levels, unless you what to duplicate everything, in that case the loop in the flow will not be necessary.

There is no "automatic" way to help you on this scenario.

Regards,

ayechan
Participant
0 Kudos
Hi MauricioMiao, Thanks for your information!