cancel
Showing results for 
Search instead for 
Did you mean: 

Find the Org.Unit to which a user belongs

Former Member
0 Kudos

Hello,

Im working with version SRM 5.5.

What FM helps me to find the Org.Unit to which a particular user belongs?

Thanks for any reply.

Aart

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello,

Please use below FM, give user name and current date

BBP_OM_STRUC_GET_ORG_FROM_USER

Thanks,

Neelima

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

You can use the FM RH_STRUC_GET

Pass the Position ID :

   ACT_OTYPE      = 'S'

   ACT_OBJID       = Position ID of the User

   ACT_WEGID     = 'S-O'

Result_Tab will give you the ORG ID to which the position ID belongs

You can check the View T778A for various values of WEGID (i.e. the Evaluation Paths).

I have used this in SRM 7.0 check if this is available in SRM 5.5 .

Reward if helpful!!!

Regards

Punit

Former Member
0 Kudos

Check tis functions:

I´m working with 7.01...

BBP_OM_DETERMINE_RESP_PGRP

BBP_OM_USR_ASSIGN_AGR_TO_USER

BBP_OM_USR_ASSIGN_EMPLOYEE

BBP_OM_USR_ASSIGN_MGR_POSITION

BBP_OM_USR_ASSIGN_POSITION

BBP_OM_USR_ASSIGN_PUR_POSITION

BBP_OM_USR_ASSIGN_USER

BBP_OM_USR_CREATE_EMPLOYEE

BBP_OM_USR_CREATE_EMPLOYEE_EXT

BBP_OM_USR_CREATE_POSITION

BBP_OM_USR_CREATE_POS_AT_ORG

BBP_OM_USR_CREATE_USER

BBP_OM_USR_DELETE_EMPLOYEE_EXT

BBP_OM_USR_DELETE_MANAGER_FLAG

BBP_OM_USR_GET_ALL_ROLES

BBP_OM_USR_INSERT_MANAGER_FLAG

BBP_OM_USR_READ_PERSONAL_ADDR

BBP_OM_USR_READ_WORKPLACE_ADDR

BBP_OM_USR_RESET_BUFFER

BBP_OM_USR_RESTORE_POSITION

BBP_OM_USR_STORE_POSITION

BBP_OM_USR_UPDATE_DATABASE

BBP_OM_USR_UPDATE_EMPLO_DATA

BBP_OM_USR_UPDATE_USER_DATA