cancel
Showing results for 
Search instead for 
Did you mean: 

Table for inherited attributes in SRM7

former_member620347
Participant
0 Kudos

Hi,

Can you please let me know table for inherited attribute in SRM7.

Example If plant is inherited attribute and i want to know for how many user this attribute is assigned.

Input will be Plant and output req user ID or position.

Thanks

Sudhir

Accepted Solutions (1)

Accepted Solutions (1)

konstantin_anikeev
Active Contributor
0 Kudos

Hi Sudhir,

no special table for that. Plants are saved in the view HRV5502A. You can get HRObject-IDs there.

Then you need to start FuBa BBP_OM_STRUC_GET_USER_FROM_ORG to get the list of users.

And then for each user start FuBa BBP_READ_ATTRIBUTES just to check if some plants excluded...

Best Regards

Konstantin

former_member620347
Participant
0 Kudos

Thanks for your reply

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Sudhir,

For the Attributes you can check the table HRV1222A.

Here you have input options like Attribute id, Attribute value, Inherited etc.

For the Extended Attributes check table HRT5502 & HRP5502. Get the reference number from HRT5502 and get the Position id from HRP5502.

You can give the input here such as Plants, Storage Locations. Extended Product Category are stored in 1222 infotype.

Best Regards,

Anil