cancel
Showing results for 
Search instead for 
Did you mean: 

SAP SRM 7.0 Function module to replace BBP_USER_GET_ATTRIBUTES

Former Member
0 Kudos

Hi,

As the function module BBP_USER_GET_ATTRIBUTES is not available in SRM 7.0 system .Could any one please let me know if there is any other function module which will help to fetch the user attributes.

Thanks in advance.

Regards,

Kalyani

Accepted Solutions (1)

Accepted Solutions (1)

former_member183819
Active Contributor
0 Kudos

Hi

Did you try BBP_READ_ATTRIBUTES ?

i dont know why SAP abonded this FM

mUTHU

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Thanks alot for both of you. My issue got resolved

Regards,

Kalyani.

laurent_burtaire
Active Contributor
0 Kudos

Hello Kalyani,

If you want to get all inherited and not inherited attributes for a user, use RH_OM_ATTRIBUTES_READ function modul.

Use import parameters :

- PLVAR = '01', (get from RH_GET_PLVAR function module)

- OTYPE = 'US',

- OBJID = username,

- SCENARIO = 'BBP'.

To know if attribute is inherited or not, check if field INHERIT from function module table ATTRIB_EXT is set or not. Nevertheless, this is true if you get attributes at position level (because user always inherits attributes from his/her position).

Regards.

Laurent.