cancel
Showing results for 
Search instead for 
Did you mean: 

How to get complete list of SC approver agents in SRM 7.0 GUI

former_member434229
Active Participant
0 Kudos
1,054

Hi,

I found multiple ways to get current agent/approver for a given shopping cart.

Transaction SWIA

Class-method - /SAPSRM/CL_WF_EVENT_FACADE->GET_CURRENT_AGENTS

FM SAP_WAPI_GET_WI_AGENTS
FM RH_SWWUSERWI_READ_FOR_WI

Table SWWUSERWI

However, my requirement to get all level of approvers for any shopping cart in SRM 7.0 GUI.

Is there any way, I can retrieve the complete approver list either through Class-method, function module or thr database tables.

Help will be appreciated and points will be awarded.

Thank you,

Ni3

View Entire Topic
former_member434229
Active Participant
0 Kudos

Got the solution.

Class - method /SAPSRM/CL_WF_APV_FACADE->GET_PROCESS_INFO provides all approver details based on below parameter

Agent ID - <SC Creator>

Regards,

Ni3