cancel
Showing results for 
Search instead for 
Did you mean: 

how to get list of users assinged the same product catagory

Former Member
0 Kudos

Hi All ,

we have a requirement in which we need to get the list of users who are assigned the same product category.

ie if we give the prod category 14000000 then we need the list of users assigned the 14000000 prod category.

is any FM available.

please help.

Regards

-


Channappa Sajjanar

Accepted Solutions (1)

Accepted Solutions (1)

ravindra_mantri2
Active Participant
0 Kudos

Hi Chinnappa,

1) You can create a table query for tables HRT1222 and HRP1222 to get the org Id or Position Id assigned for the product category.

Then use FM BBP_OM_STRUC_GET_USER_FROM_POS to get the list of users for that org ID.

2) or if you want to check list of prod categories linked to user ID, then use FM BBP_READ_ATTRIBUTES

rgds,

Ravi

Answers (1)

Answers (1)

former_member183819
Active Contributor
0 Kudos