cancel
Showing results for 
Search instead for 
Did you mean: 

Hide the Setting Button from WD ALV Lists

Former Member
0 Kudos

Hello all,

how may I Hide the Settings  Button from an ALV List.

I will be very happy of any kind of help.

regards

Aga

Accepted Solutions (1)

Accepted Solutions (1)

ramakrishnappa
Active Contributor
0 Kudos

Hi Ofla,

Write the below code to disable the settings

   DATA lo_config      TYPE REF TO cl_salv_wd_config_table.


lo_config->if_salv_wd_std_functions~SET_DIALOG_SETTINGS_ALLOWED(

                  EXPORTING value = abap_false ).

Regards,

Rama

Former Member
0 Kudos

Thank you

Answers (0)