2009 Apr 10 11:25 PM
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.
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.
2009 Apr 11 2:41 AM
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.
2009 Apr 11 2:53 AM
Try using :
MS_EXCEL_OLE_STANDARD_DATor
FTBU_START_EXCEL.Regards,
Lalit Mohan Gupta.