cancel
Showing results for 
Search instead for 
Did you mean: 

Disable "User settings" context menu for ALV

Former Member
0 Kudos

Hi!

I've disabled "Settings" button for the ALV with code:

lr_alv_config->if_salv_wd_std_functions~set_dialog_settings_allowed( abap_false ).

lr_alv_config->if_salv_wd_std_functions~set_display_settings_allowed( abap_false ).

But settings dialog is still available from the context menu of the grid ("User Settings" item). How can this menu item be disabled?

View Entire Topic
Former Member
0 Kudos

Hi,

You mean when you right click on the ALV grid, the USer settings of the context menu.. should get disbaled right.

In the WD application, use the parameter WDDISABLEUSERPERSONLIZATION to false('X').

Regards,

Lekha.