cancel
Showing results for 
Search instead for 
Did you mean: 

Hide ALV 'Settings' Links

Former Member
0 Kudos

How do I hide the 'Settings' hyperlink of an ALV grid in ABAP Web Dynpro? I have tried with the following code but it's not working. It also trigger an error when I clicked on the hyperlink after adding the codes. Can anyone help?

l_value_close->if_salv_wd_std_functions~set_display_settings_allowed( ABAP_FALSE ).

l_value_close->if_salv_wd_std_functions~set_dialog_settings_as_popup( ABAP_FALSE ).

l_value_close->if_salv_wd_std_functions~set_dialog_settings_allowed( ABAP_FALSE ).

Ricky

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos
Former Member
0 Kudos

Ricky,

check this thread:

Joris