cancel
Showing results for 
Search instead for 
Did you mean: 

Globally reset user personalization

stephenjohannes
Active Contributor
0 Kudos

Is there a program/utility that would allow to globally delete all user UI personalization settings? I would like to delete all user personalization settings after transported changes to configuration.

Thank you,

Stephen

Accepted Solutions (1)

Accepted Solutions (1)

Former Member

Hello,

Pls try to use the Report Program 'BSP_DLC_DELETE_PERSONALIZATION'

Hope this helps.

Kind regards

Former Member
0 Kudos

Thanks Yasushi. It worked for me.

Former Member
0 Kudos

Hello Yee-Tee,

Does the report delete the skin selection and color for it too? If not, do you have a program or utility to do it?

thanks!!!!

Answers (1)

Answers (1)

Former Member
0 Kudos

Stephen,

Use static method DELETE_ALL_OBJECTS of class CL_PERS_ADMIN to delete the personalization of all users.

Make sure that P_ALL_USERS & P_ALL_ROLES import parameters are set to 'X'.

Thanks,

Thirumala.

stephenjohannes
Active Contributor
0 Kudos

Thirmula,

Does this actually delete the UI config personalization settings(assignment blocks, table layouts)? I looked at what tables this deletes and in my system I don't see that data stored in that location.

Thank you,

Stephen

stephenjohannes
Active Contributor
0 Kudos

I found another possible solution using the method:

CL_BSP_DLC_XML_STORAGE2=>DELETE_CONFIG_DATA. This appears to delete the data out of the bspc_dl_persstor table, if the parameter IV_PERSONALIZATION_FOR_USER is passed in. However this only appears to be used for a development scenario.

Any other ideas on how this might be used in a more productive scenario?

Thank you,

Stephen