cancel
Showing results for 
Search instead for 
Did you mean: 

Table for CAT attribute

Former Member
0 Kudos

Hi all,

I am using SRM3.0,ECS.

We are using 7-8 different catalogs.Catalogs are assigned to users.I want a list catalaogs/user.

Pls suggest me if any table is available from where I can fetch the list.

Brgds/Gopesh

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

Try this ->

For reading the users attributes(Company code and existing catalog id assigned to user attribute in org structure using Function module ‘BBP_READ_ATTRIBUTES’ and than using the values retrieved from this function module and some custom table.

You can use the FM "BBP_READ_ATTRIBUTES".Also, see table BBP_ATTR_VALUE_T.

For retrieving user attributes you should use the FM that Disha mentioned as it will give you also inherited attributes.

But if you're looking for the tables, check:

HRT5500 / HRP550 : function (company, purch org, purch group)

HRT5501 / HRP5501: product category responsabilty

HRT5502 / HRP5502: location, plant (extend attribute)

Extend product category are stored in 1222 infotype

Also Look in table - BBP_WS_DETAILS / WSI_DESCRIPTION / WSI_ENTITY.

Do let me know.

Regards

- Atul

Former Member
0 Kudos

Hi Atul,

Thanks for useful reply.Now I will have to customise the report for it and FM BBP_CATALOG_GET_LIST is very useful.

Aapprciate your help.

Regards,

Gopesh

Answers (0)