cancel
Showing results for 
Search instead for 
Did you mean: 

display agent name in workflow

former_member305388
Active Contributor
0 Kudos

Hi Experts,

In Application controlled workflow the FM BBP_PDH_WFL_PARAM_APPLET_FILL2 returned the approver details. In the ET_WF_APPROVER structure the field DISPAGENT has the agent display name. Now for Process Controlled workflow I am using /sapsrm/cl_wf_apv_facade class to get the approvers but I can get only agent id, is there any method which can return the display agent?

Thanks

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

For PC WFL , forecast approvers are not stored as we do it in the container of the AC Workflow.

You can run the method GET_PROCESS_INFO (/SAPSRM/CL_WF_APV_FACADE) to get all approvers (history, current, forecast).

But we only support this method when calling it by the class /SAPSRM/CL_PDO_DO_APV_EXT as it must be called with correct parameters which are taken from the context mo_apf_context.

Cheers,

Melina