Hi, I need hide the "display as" dropdown listbox in ALV toolbar:
I tried it with
it_quot_conf_tab->if_salv_wd_std_functions~set_display_as_allowed( abap_false ).
and also this:
it_quot_conf_tab->if_salv_wd_std_functions~set_graphic_allowed( abap_false ).
it_quot_conf_tab->if_salv_wd_std_functions~set_cr_inplace_allowed( abap_false ).
but nothing helps.
