cancel
Showing results for 
Search instead for 
Did you mean: 

Error in raising ESS requests for an Approver

0 Kudos

Hello Experts,

We have implemented standard claims workflow WS18900023 and have implemented BADI to get next approver.

Everything is working fine except one case when an Approver of certain claim type is raising request for himself. Then we are getting error while saving the claim: Approver can not raise claim.

I checked the documentation of BADI and found that we should return Person No and Group or Group in case we have multiple approvers but if we return null Group or null person no and group badi will go into error.

Can you please help me with a possible solution to this issue? How can I enable the approver to raise claim for himself??

Best Regards,

Deepak

Accepted Solutions (1)

Accepted Solutions (1)

former_member182426
Active Contributor
0 Kudos

in that BADI method GET_NEXT_APPROVER.

Make sure your passing the values for export parameters EFD_APGRP and EFD_APERN based on no.of approval levels.

For EFD_APGRP, you can pass value 'ADMIN' as default.

When it's final level don't pass any values to these parameters.

0 Kudos

Thanks Shankar! It solved my issue.

Answers (0)