cancel
Showing results for 
Search instead for 
Did you mean: 

list the users where a storage location

Former Member
0 Kudos

Hi

Is it possible to list the users where a storage location lets say 3550 is set up?

Regards

MArco

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

You can develop a report :

1. Get the Position id for the User id using FM BBP_OM_STRUC_GET_POS_FROM_USER

2. Then using FM BBP_READ_ATTRIBUTES read the attribute LAG of the position you read above.

Regards

Virender Singh

Former Member
0 Kudos

Hi Virender,

i dont need LAG for a user. I need all the user for a LAG ? Is that way the correctly one which you have

described ?

Regards

Marco

Former Member
0 Kudos

Hi,

Use table HRT1222 and then with the reference number go to table HRP1222.

Once in table HRT1222 use as filter criteria attibute technincal name. For instance, CAT for catalogues and the value should be WEB ID as set up in OCI.

Thanks and Regards,

Abraham

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Marco,

 Use table HRT5502.Table to search for extended node attributes (PLANT, STORAGE LOCATIONu2026.).

 Then with reference number go to HRP5502. Insert reference number into field reference number. Table will retrieve object that has this attribute. It could be a node, a user, a positionu2026

Thanks and Regards,

Ab.

Former Member
0 Kudos

Dear Abraham,

thx. Do you also have name of the table for node of normal attributes ?

Regards

Marco