cancel
Showing results for 
Search instead for 
Did you mean: 

Disable Personalisation for Table in ABAP WD

ioan_radulescu2
Participant
0 Kudos

Hello,

I'm using a Table in a ABAP Webdynpro application. Some of the users of this application noticed that it's possible to drag and drop columns of the table to a different position and messed up the layout. After starting the application again, the columns stay in the user-personalised position which is bad.

How would you recommend fixing this? At best they shouldn't be able to drag and drop those columns and I should now also find a way to reset the position of the columns.

Thank you!

Accepted Solutions (0)

Answers (1)

Answers (1)

Lukas_Weigelt
Active Contributor
0 Kudos

If the WDA is your own (not standard) and you don't have to restrict removing the personalization option on that one table, you can use the application parameter WDDISABLEUSERPERSONALIZATION = X within the Application of your Component. So the user cannot personalize anything on the WDA anymore (we even globally shut it off to avoid confused users )

Cheers, Lukas