Application Development and Automation 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: 
Read only

Display Excel without using an ALV

Former Member
0 Likes
743

I want to display an excel report to the user without using an ALV grid. I want it to be similar to GUI_UPLOAD but instead of it saving to disk I want it to open excel and show the report. Is this possible?

Regards,

Davis

I want to display an excel report to the user without using an ALV grid. I want it to be similar to GUI_UPLOAD but instead of it saving to disk I want it to open excel and show the report. Is this possible?

Regards,

Davis

4 REPLIES 4
Read only

Former Member
0 Likes
704

Hi,

Please see the below FM may be useful to you, It is opening the output in excel sheet only.

WS_EXCEL

Thanks

Ganesh

Read only

0 Likes
704

That FM is obsolete is ECC 6.

Davis

Read only

0 Likes
704

It is obsolete but it still works. I believe you are supposed to use a method from class CL_GUI_FRONTEND_SERVICES.

method execute, or exe or...?

Read only

former_member194669
Active Contributor
0 Likes
704

Davis,

Check fm XXL_FULL_API and its example program XXLFTEST