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?