cancel
Showing results for 
Search instead for 
Did you mean: 

Workflow only has 1st approver after restart even if more were there before

Former Member
0 Kudos

Hi,

We have are using a BADI, BBP_WFL_SECUR_BADI, to restart the workflow of a shopping cart. This restart is triggered when the price of the shopping cart has been changed and if the shopping cart has been partially approved (approvals consist of 2 or more approvers).

The BADI only includes 1 export parameter. In the BADI, I call function modules to check if the price has been changed. If true, then I set the export parameter to '2'. This restarts the workflow once the shopping cart is saved.

However, if the workflow had 2 or more approvers - after the restart, only the 1st approver remains in the approval preview.

Can anyone help?

Thanks.

Accepted Solutions (0)

Answers (2)

Answers (2)

masa_139
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi,

I think approvers are re-evaluated after workflow re-start.

Can you check workflow log in SWI1? If it shows only 1 approver, approver preview is correct. If it shows multiple approvers, it looks a bug in preview.

Regards,

Masa

Former Member
0 Kudos

Anyone?