cancel
Showing results for 
Search instead for 
Did you mean: 

List users having a specific attribute as default

Former Member
0 Kudos

Hi!

How to list all users in SRM having:

Company Code X as default ?

Also, is it possible to do the same for a default storage location (extended attribute)?

brgs ziggy

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Table HRV1222A solves the CompanyCode questions.

Is there a similar table for attribute LAG, showing default assignment?

(do not find this in table BBP_ATTR_VALUE_T)

brgs ziggy

laurent_burtaire
Active Contributor
0 Kudos

Hello Ziggy,

Use table HRP5502 with keys as OBJID (user's position ID), OTYPE = 'S' and subtype = '0100' to get value for reference number.

Then, with this reference number, look for its corresponding storage location (and its value for field DEFAULTVAL ) in table HRT5502:

Regards.

Laurent.

Former Member
0 Kudos

Hi Laurent and thanks!

I'm getting closer, but not entirely. I try to see which user (objid) has a certain Storage location as default. How to see that?

brgs ziggy

laurent_burtaire
Active Contributor
0 Kudos

Hello,

To link user to its position (or the reverse), use following function modules:

BBP_OM_STRUC_GET_POS_FROM_USER,

BBP_OM_STRUC_GET_USER_FROM_POS.

Regards.

Laurent.