Skip to Content
0
Feb 02, 2009 at 01:20 PM

Disable "User settings" context menu for ALV

126 Views

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?