cancel
Showing results for 
Search instead for 
Did you mean: 

Rejection scenario in Dynamic parallel workflow using BRF+

0 Kudos

We have implemented dynamic parallel workflow as per standard SAP document for MDG Material but we need the functionality were one rejection will invalidate other open parallel tasks and the workflow immediately goes back to requester.

As of now the system waits for all parallel tasks to complete to trigger the merge parallel results BADI.

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member646652
Discoverer
0 Kudos

Hello ashwin.kulkarni1,

I got a similar problem. Any Solution you got for this ?

Hi mohd.samad,

Can you please provide more information or publish a document.

Regards,

Sekhar

former_member260552
Active Participant
0 Kudos

Hi Ashwin Kulkarni,

You can achieve this by using system call method once user does his action. Basically when user either rejects or approve, your current workflow will have only one step which terminated parallel path and the merge badi comes into picture to decide on the outcome. Here you need to split it into two where the approve action will close the parallel path while the rejection goes into system method.

Now you can use WAPI FMs to basically fetch the other parallel paths and complete them. This should enable the functionality you are looking for(I have implemented the same and it works).

Regards

Abdul