Hi Experts,
Is there any method or table in CRM which can provide the position for a Business Partner or employee in a particular Sales organization? I just need the position assigned to a particular BP.
Any helps wouldbe highly appreciated.
Regards,
Mayank
RH_STRUCT_GET use this method to get position of user
Kindly award points for the correct answer
Hi Abhinav,
Thanks for providing the FM name. I have tried using this FM, but could not get the position. In my case I have the Sales Organization (say O 12345) and BP number (say 789) . Now I want the position of this BP number(789) in the sales organization(O 12345), if any maintained.
Could you please be a bit elaborate in solution as I am very new to CRM.
Regards,
Mayank
Give otype as 'US'
wedgid as SAP_HOLD
plvar as 01
and objid
Hi Abhinav,
I mentioned the above parameters but I dont get the position in result tables returned. I need the positon as maintained in PPOMA_CRM like Manager, etc.
Regards,
Mayank
Use objid as the name of user u have given in identification of BP to assign in to orgmodel.I m sure this works as I have used in my project .