cancel
Showing results for 
Search instead for 
Did you mean: 

BBP_PDH_WFL_APPROVER*

Former Member
0 Kudos

hello, i've found out that i can use FM from BBP_PDH_WFL group to change an approver in SRM. you have to launch the FM in a particular order.

e.g BBP_PDH_WFL_APPROVER_SET

BBP_PDH_WFL_APPROVER_REPLACE

BBP_PDH_WFL_APPROVER_DB_SAVE.

Problem is that i do not know the exact order and none of the FM seem to work. thx .

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

In our project we are using "BBP_WFL_APPROV_BADI" and inturn using method "GET_REMAING_APPROVERS" .

We are calling a custom function module in the method to get the approveres which are stored in a 'Z' table.

I dont know whether this information is useful to you r not .... this is an FYI..........

Lokesh Bollineni.

Answers (1)

Answers (1)

Former Member
0 Kudos

im trying to run: BBP_PDH_WFL_APPROVER_GET am i'm passing the parameters:

IV_OBJECT_TYPE = 'BUS2121'

IV_OBJECT_ID = '1000003522'

IV_WORKITEM_ID = 000000150049

IV_TASK = 'WS14000133'

IV_FROM_BUFFER = 'X'

IV_GUID = '49756BD020DB0064000000000A8702C0'

IV_SET_DEFAULT_AGENT = 'X'

nothing is being returned.