Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Downloading report o/p to excel file

Former Member
0 Kudos

Hi experts,

I have developed a report in abap. I want to add a functionality in the output display of the report giving user an option to download in excel file. what functions do i need to call? Someone plz help. <b><REMOVED BY MODERATOR></b>

Thanks

Message was edited by:

Alvaro Tejada Galindo

1 REPLY 1

naimesh_patel
Active Contributor
0 Kudos

Hello,

you can use the FM:

GUI_DOWNLOAD

If you want to use the OOP concept, than you can use

CALL METHOD CL_GUI_FRONTEND_SERVICES=>GUI_DOWNLOAD

regards,

Naimesh Patel