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: 

List to Excel

Former Member
0 Kudos

Hi,

I am working in 4.0B version. I use ALV-List to diaply my report. The default ALV variant has total/sub-totals and some column layout modifications. From the menu using, LIST i can download the list to Excel sheet.

But the user, wants to the launch the XLS as display. I am using WS_EXCEL, but it will take the final internal table and display it. Whereas the list on screen is shown with the default variant. How to achieve this ?

Thanks,

Ram.

2 REPLIES 2

Former Member
0 Kudos

you should manipulate the internal table according to the selection screen parameters before passing to the function module so that you have the final data in it.

Regards,

Lalit Mohan Gupta.

Former Member
0 Kudos

Try using :

MS_EXCEL_OLE_STANDARD_DAT

or

FTBU_START_EXCEL.

Regards,

Lalit Mohan Gupta.