cancel
Showing results for 
Search instead for 
Did you mean: 

ALV if_salv_wd_std_functions~SET_DISPLAY_AS_ALLOWED doesn't work

0 Kudos

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.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member197475
Active Contributor
0 Kudos

Hi Josip,

Please try to change your booleans as abap_true and check it out.

BR,

RAM.

0 Kudos

I have had the same thought already. It do not work. I have also tried all possible combinations with these functions and false/true. It dosen't work.