cancel
Showing results for 
Search instead for 
Did you mean: 

Retrieve Manager's Manager as request approver

khush_bafna
Explorer
0 Kudos

Hello,

I want the access request stage level approver to be Manager's Manager.

Please suggest how can i achieve this in GRC MSMP workflows.

The current solution in mind is to copy the function module (GRAC_MSMP_MANAGER_AGENT) that fetches the Manager information for the user. and provide manager's name instead of user to get the manager's manager.

The current hurdle to achieve this is to identify specific method in the function module (GRAC_MSMP_MANAGER_AGENT), that is used to get the user's manager.

Please let me know if you know the specific method for calling user's manager or any work around to fetch  manager's manager as request approver.

Thanks & Regards,

Khush Bafna.

Accepted Solutions (1)

Accepted Solutions (1)

former_member197694
Active Contributor
0 Kudos

Hello

I think similar discussion is going on below thread

Please do follow up

BR

Baithi

Former Member
0 Kudos

The called method name can be better be answered by an ABAPer. i found the method:cl_grac_access_request_util=>get_req_managerinfo.

you can consult ABAPer to replace <user> with <user's manager>

Answers (0)