cancel
Showing results for 
Search instead for 
Did you mean: 

Export to excel button in ALV standard web dynpro abap

0 Kudos

                   Hi,

    

     I need the standard button to export to excel in ALV for Webdynpro abap be like the image below, which you can access with just one click.

                  

    

However button is presented as follows:

How do I have the button appear as "Export to microsoft excel", Similarly to the first image?

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member184578
Active Contributor
0 Kudos

Hi,

You can use get_function_std() method of if_salv_wd_function_settings and then you can define the position of standard toolbar function.

Or, check this document to create self define functions: http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/101df93f-4b5c-2910-14aa-9eb0338c2...

Regards,

Kiran