cancel
Showing results for 
Search instead for 
Did you mean: 

How to obtain responsible prog categories

Former Member
0 Kudos

Hi

we are in SRM 4.0. I need to find the prod categories maintained in the "responsibility" tab of the purc group. I have used bbp_read_attributes FM with the attribute resp_prcat. But I am getting only the "from prod category" va;ue. I am not able to obtain the "To prod category" value. How to get this value. is there any other way.

If I have a prod category with me how can I find out that this prod exissts between tee "from prod category " and "to prod category" maintianed in the responsiblity tab of the purc grp.

thanks

sankar

Accepted Solutions (1)

Accepted Solutions (1)

laurent_touillaud
Contributor
0 Kudos

Hi Sankar,

call the below FM :

CALL FUNCTION 'RHGA_READ_ATTRIBUTES'

EXPORTING

scenario = scenario

otype = otype

realo = objid

ppoma_mode = 'X'

attributes = subscreenattribute (filled with PRCAT)

IMPORTING

attrib_ext = attributes

You'll get the results in table lt_1222 with LOW and HIGH values.

Regards,

Laurent.

*reward points if helpfull

Former Member
0 Kudos

Hi Laurent,

After posting this query I have debugged bbp_read_attributes and found out these FM . Anyway thanks for your input. full marks assigned

thanks

sanakr

Answers (1)

Answers (1)

yann_bouillut
Active Contributor
0 Kudos

Hi,

Check FM BBP_OM_DETERMINE_RESP_PGRP

Kind regards,

Yann