2009 Mar 03 5:25 AM
Hi All,
I have a requirement wherein I need to download data from the Application Server into Excel Sheet containing Multiple tabs,
i.e. The Data read from application Sever is to be populated into different tabs of the Excel Sheet.
Please Suggest.
Regards,
Amit.
Hi All,
I have a requirement wherein I need to download data from the Application Server into Excel Sheet containing Multiple tabs,
i.e. The Data read from application Sever is to be populated into different tabs of the Excel Sheet.
Please Suggest.
Regards,
Amit.
2009 Mar 03 5:27 AM
Hi,
You can also use this FM GUI_DOWNLOAD or method CL_GUI_FRONTEND_SERVICES=>GUI_DOWNLOAD.
In the class CL_GUI_FRONTEND_SERVICES you can find others methods, for example:
FILE_GET_VERSION
FILE_OPEN_DIALOG
FILE_SAVE_DIALOG
Keerthi