cancel
Showing results for 
Search instead for 
Did you mean: 

Aprrover Issue in SC

Former Member
0 Kudos

Hi

Guys

We have implemented a n-step BADI for approving the shopping cart. The n-steps are based on the shopping cart value.We have issue in approval process for one org unit.

When user creates shopping cart for value say 18 USD, which is below than the first approver's approval limit say 1KUSD,it also trigers the second level approver i.e reporting manager for the first approver.As per process it should have only one approver.

How this second level approver is getting triggered.

We are on SRM4.0 and Classic scenario. As always any help is appreciated.

With Regards

Ram

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

ok

Former Member
0 Kudos

HI ,

You can validate your requirement through BADI BBP_WFL_APPROV_BADI and method

GET_REMAING_APPROVERS . Example code is also available for N level approval and validation .

Regards

Abhijeet

Former Member
0 Kudos

Hello Ram

if you use your own BADI, then it does not matter what you have in ppoma, the approval chain just depends on the approval table, what is coming from your BADI.

Put a breakpoint in your BADI, and approve the workitem with the transaction bbp_bgrd_approval (do not use the header workitem but the workitem belonging to this step - you can get it from swi1)

and then you will see the approval table.

Best regards

szd