cancel
Showing results for 
Search instead for 
Did you mean: 

Remove buttons in ALV grid display in ABAP Web Dynpro

Former Member
0 Kudos

Hi,

Sub: ALV grid-->Web Dynpro ABAP.

Request guidance to prevent display of the buttons "Microsoft Excel" and "Print Version" (which provide options to export the ALV grid output into an Excel format document).

Is there a way we could hide this from being displayed on the ALV grid in a Web dynpro ABAP component output?

Thanks very much.

Best Regards,

Adi

Accepted Solutions (0)

Answers (1)

Answers (1)

0 Kudos

Hi Adithya,

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