cancel
Showing results for 
Search instead for 
Did you mean: 

FM to update the attribute BBP_APPROVAL_LIMIT for a user

Former Member
0 Kudos

Hi,

I have a requirement where I need to update the Approval limits for a group of users programatically.Is there any std FM available which I can use for this?

The values maintained for the attribute BBP_APPROVAL_LIMIT in trascn SU01 under personalization tab for a user is stored in the table "SPERS_OBJ" but i couldnt find a Std FM which can be used to update these values.

All inputs will be highly appreciated and rewarded with points!

regards,

SRM Tech.

Accepted Solutions (0)

Answers (3)

Answers (3)

LeventeKiraly
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi,

in the function module BBP_TRACE there is a solution for setting/deleting SU01-Parameter.

Originally this is used in the transaction BBPTRACE, but maybe you can use it as well.

E.g. the FORM TRACE_USER_PARA_SET.

It needs to be adjusted a little bit for your purpose, but basicly it looks like what you are searching for.

Regards, Levente

Former Member
0 Kudos

hi,

I want to update the attribute BBP_APPROVAL_LIMIT maintained in SU01 trasnc under personalization tab not in org structure .

regards,

SRM Tech.

Former Member
0 Kudos

Hello,

Class CL_PERS_OBJECT_DATA and its utilization references can be a start point

best regards

LeventeKiraly
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello,

did you already try with BBP_UPDATE_ATTRIBUTES ?

Regards,

Levente