on 2016 Dec 08 10:48 AM
Hi SAP gurus,
Is there any function module or table with which we can get the position of requester using partner GUID or person number? Multiple requesters can have same user id but position is always unique.
My requirement is to get position of requester using partner details. Kindly help
Request clarification before answering.
Please use CP-S-O. Because as you said: with this we can get the position from the person number, just like your initial question was.
BR,
Robin
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
please use FM BBP_OM_STRUC_GET_POS_FROM_USER to get the position from the user ID.
FM RH_STRUC_GET with WEGID CP-S-O using CP and person number is another possibility.
Or if you want to create your own functionality use table HRP1001 which contains all org. model relations.
Regards,
Robin
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.