cancel
Showing results for 
Search instead for 
Did you mean: 

Required to get position to a list of users

Former Member
0 Kudos

Hi,

I have a list of user IDs (SU01 ID). I want to get the corresponding position number of each user. Is there any table/s

to input the user IDs and get the positions. I'm working on SRM version 4.0.

Thanks in advance

Prasad

Accepted Solutions (1)

Accepted Solutions (1)

robin_janke
Contributor
0 Kudos

Hi,

table HRP1001

Parameters:

SUBTY: A008

SCLAS: US

SOBID: your list of SU01 users.

The positions will be in the OBJID field after execution.

Regards,

Robin

Answers (1)

Answers (1)

Former Member
0 Kudos

I am not sure if SRM 4 has this FM BBP_OM_STRUC_GET_POS_FROM_USER. But this one seems to give you what you want.

Former Member
0 Kudos

Hi,

In SRM 4.0 also

You can use BBP_OM_STRUC_GET_POS_FROM_USER

Import parameter

USER USERID

SEL_DATE 25.03.2010

PPOMA_CALL

AUTHORITY_CHECK X

Export parameters

POSITION

Regards,

Neelima

Edited by: S Neelima on Mar 25, 2010 11:59 AM

Edited by: S Neelima on Mar 25, 2010 11:59 AM