cancel
Showing results for 
Search instead for 
Did you mean: 

Shopping Cart - No approval required - work item coming into creators inbox

Former Member
0 Kudos

Dear all,

We have copied the n-step approval workflow to a custom workflow and activated the same.

We have also activated the badi bbp_wfl_approv_badi

Our requirement is the approval process should be triggered when SC value is less than 1000 USD.

The approval workflow is running well for shopping cart greater than or equal to 1000 USD.

The problem is for SC value less than 1000 USD.

When the shopping cart is created for a total values less than 1000 USD, then we set the flag 'no_further_approval_required' in BADI to 'X'.

When seen in approval preview, it shows 'no approval required'.

But when ordered, the work item comes into the inbox of the creator of shopping cart and goes into approved state only after his approval.

How to solve this so that when no apporval is required, the SC goes to approved state directly and not into the creator's inbox

Advance Thanks

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Please check approval workflow start conditions and make sure that the start conditions are correct.

Regards,

Jagadish

Former Member
0 Kudos

When the workflow does not find any approvers, it sends the work item to all the users.

So, activate two workflows - one with approval and the other without - and mantain the start conditions accordingly so that only one workflow is called for specific instance

Former Member
0 Kudos

Hi,

If you want approval for SC with value less then 1000 USD,then clear the flag 'no_further_approval_required' in the BADI.

BR,

Disha.