cancel
Showing results for 
Search instead for 
Did you mean: 

update BBP_APPROVAL_LIMIT for mass users (Personalization)

Former Member
0 Kudos

Hello ,

To update the approval limit for individual users , one can do so by using SU01 --> Personalization --> BBP_APPROVAL_LIMIT

Can anybody let us know if we can update the same for n numbers of users (say 1000 users) by mass changes.

Regards

Chetan Agrawal

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

You can try updating the attribute at the Role level.

Go to PFCG select role and go to Personalization tab and update the BBP_APPORVAL_LIMIT attribute.

Regards,

Satya

Former Member
0 Kudos

HI Satya,

Won't updating the value in PFCG personalization tab change it for all users having that role , i want to update it for selective but mass users.

I guess the personalization is SU01 has priority over personalization in PFCG.

Regards

Chetan

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi ,

I am not sure about the standard way of mass uploading for approval limit, but you can develop a custom report program and using class cl_pers_admin=>SET_DATA to upload the approval limit for mass users. try it out..

Saravanan

Former Member
0 Kudos

I have tried to work with SPERS_OBJ , it seems to be working , I will confirm the same once i successfully complete the same