cancel
Showing results for 
Search instead for 
Did you mean: 

Hide ALV buttons and links

gopalkrishna_baliga
Participant
0 Kudos

Hi Experts,

I am using the ALV component SALV_WD_TABLE.

How to hide the ALV buttons like Excel, Print Version and links like Settings etc. i just want to display the plain ALV table.

-Gopal

Accepted Solutions (0)

Answers (1)

Answers (1)

0 Kudos

Hi Gopal,

really simple solution is to call cl_salv_wd_model_table_util=>if_salv_wd_table_util_stdfuncs=>set_all( abap_false ). This deactivates all ALV functionality.

For individual setting cl_salv_wd_config_table if_salv_wd_standard_functions~set_<x>_allowed.

- Michelle