cancel
Showing results for 
Search instead for 
Did you mean: 

User Settings in ALV - need to disable

Former Member
0 Kudos

Hi - I need to disable the user settings for ALV, I try from if_salv_wd_std_functions ~ set_dialog_settings_allowed( abap_false ) but is working fine for the screen, if I go to the column and do right click, the user settings are enable at the column level.

Is there any way I can disable the column user settings?

thanks!

Jason P-V

Accepted Solutions (1)

Accepted Solutions (1)

arjun_thakur
Active Contributor
0 Kudos

Hi Jason,

I simply set the WDDISABLEUSERPERSONALIZATION parameter of my component's apllication to 'X' and now i don't see the usersetting option when I right click even on the column of the ALV. You can try that.

To do so: double click on your application, go to the parameters tab, make it editable, in the parameters column get 'WDDISABLEUSERPERSONALIZATION' parameter and set its value as 'X'.

I hope it helps.

Regards

Arjun

Former Member
0 Kudos

thank you!!!! it works!

Answers (0)