cancel
Showing results for 
Search instead for 
Did you mean: 

How to get overall Head of Organisation mode

former_member191111
Participant
0 Kudos

Hi,

I need to find overall head of Organisation mode .

I have following scenario in SRM 5.0 .

User M1 & M2 directly assign to Purchase Organisation

Rest of users assign to urchasing Groups below purchasing Organisation

One Purchaseing Organisation ABC

| |- Usr M1(Manager)

| |- Usr M2

|

|-->Purchasing Group A1

|- Usr A(Manager)

|- Usr B

|-->Purchasing Group A2

|- Usr C(Manager)

|- Usr D

I need to get overall manager of <b>user D</b> which is <b>user M1</b>

I am using FM RH_GET_LEADING_POSITION by that I am getting manager : <b>User C</b>

Can anybody let me know how can I retrieve this ?

Thanks& Regards,

Sachin

Accepted Solutions (1)

Accepted Solutions (1)

yann_bouillut
Active Contributor
0 Kudos

Hi,

You can use FM BBP_OM_DETERMINE_RESP_PGRP

Input the user ID and you get the purchasing org he belongs to.

Kind regards,

Yann

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

<b>Please go through these links -></b>

<u>Other related Function modules -></u>

CALL FUNCTION 'RH_STRUC_GET'

CALL FUNCTION 'BBP_ORGUNIT_GET_EMPLOYEES'

Hope this will help.

Regards

- Atul