cancel
Showing results for 
Search instead for 
Did you mean: 

Get dynamic approver list in BADI method get_remaing_approvers

Former Member
0 Kudos

Hi All,

I am new to SRM and I have a requirement to fetch the dynamic approver list using the BADI BBP_WFL_APPROV_BADI and method get_remaing_approvers. I am not aware of what all function modules available for getting the approver list.

The method has importing parameters

object_id, object_type, guid, actual_approval_index and approval_history_table.

Can any body let me know how do I go about.

Thanks and Regards,

Madhu C

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi

<u>For sample code of N-Level Approver BADI - BBP_WFL_APPROV_BADI,</u>

<b>Refer to this link -></b>

Regards

- Atul

khan_voyalpadusman
Active Contributor
0 Kudos

hi,

there is one default implementation provided by sap for the badi , can you please check out.

there are no standard function modules which you have to use , each customer according to his requirements has to use relevant function modules.

please check out the documentation provided with badi

Former Member
0 Kudos

Hi,

The default code is already implemented, which is hard coded. The requirement is now to fill in dynamically. Thanks very much for your reply.

Regards,

Madhu C

martin_nooteboom
Active Contributor
0 Kudos

Hi Madhu,

This is up to you and the customer. The customer will give the requirements for who has to approve when. Then you have to code it in the BADI. As we don't know the requirements we cannot give you the code. Check the sample code to give you some inspiration.

Regards,

Martin