cancel
Showing results for 
Search instead for 
Did you mean: 

Given Root Org Object and User ID, find position

Former Member
0 Kudos

Hi,

Can anyone tell me what FMs to call to get the position given the user id and root org object?

Thanks.

Regards,

Mel Calucin

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Mel!

You can also call FM 'RH_STRUC_GET' giving these parameters:

ACT_OTYPE = 'US'

ACT_OBJID = 'YOUR_USER_ID' "sy-uname for example

ACT_WEGID 'MANAS'

Regards,

Alexander Kirillov.

Answers (2)

Answers (2)

0 Kudos

Hi,

I have looked into the query. I feel that if you give user Id as input, you will be getting position data along with other details.

BBPU_GET_ORGSTRUCTURE_OF_USER

I hope this helps.

Regards,

Venkat

Former Member
0 Kudos

Hi Mel,

U can try below FM's

BBPU_GET_USERS_OF_ORGUNIT : To get all users of orgunit

GET_USER_ORG_UNITS : To get user orgnit

Regards,

DD's