cancel
Showing results for 
Search instead for 
Did you mean: 

How to get managers from org unit?

Former Member
0 Kudos

Hi Experts,

Anyone knows how to get managers information from given org unit?

Thanks

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

I have figured out a solution by reading data from table hrp1001.

Former Member
0 Kudos

Hi Shane,

I'm facing a similar problem..can u please share your solution .

I need to get a BP/User'd manager id from territory management.

I understand that u had done the same through organisation model, kindly let me know how to do that

Regards

Shaili

Former Member
0 Kudos

Hi Shailip,

Database Tables HRP1001 and HRP1000 hold the relationships and IDs of all the organizations objects (viz. org units, bps etc.)

You need to find similar tables holding Territory Management Data, even better if you can find the standard FMs to retrieve the BPs or Users. Tables are usually different to store BPs and Users for the same Territories.

Regards,

Vartika.

Former Member
0 Kudos

Hi Shane,

You need to use two FM's for this :

Use BBPU_GET_USERS_OF_ORGUNIT to get user IDs of all users of the ORGUNIT

And then use BBPU_GET_MANAGER_FLAG to get manager flag for each user ID.

Hope this helps

Regards

Vishal

Former Member
0 Kudos

hi

are you looking for Position Search in Org Model?

Please elaborate little..

regards

G.Venugopal rao

Former Member
0 Kudos

Hi,

I want to get the user assigned to the manager position of a org unit. Do you know how to do this?

Thanks

former_member297645
Participant
0 Kudos

This message was moderated.

Former Member
0 Kudos

Hi Shane,

This should be simple If I understand you correctly.

Use T-code- PPOMA_CRM-click on Manager Position ( if already created) right click and assign user. If manager is not there you can create by double clicking on thr Org Model roght click assign poition and name as Manager.the you can create user as mentioned above.

Regds...

Arup