cancel
Showing results for 
Search instead for 
Did you mean: 

Function module to get manager using position id of user

Former Member
0 Kudos

Is there any function module which we can use to get requester's manager using position id. We know function module to get manager using user id. We want to get list of manager using position id as it is always unique.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Please use RH_GET_LEADING_POSITION with:

PLVAR 01
OTYPE S
SOBID <the requester position ID>

Regards,

Robin

Former Member
0 Kudos

Thanks Robin, It gave me position id of manager, i think we can easily get from position to user id.

Answers (0)