‎2006 Aug 22 3:03 AM
Hi Gurus,
I have an Excel file on Presentation server. I need to save this file in specified directory in Presentation server (Means Save As functionality). How can I do it in ABAP.
Is there any API available. Could you help me on this.
Thanks,
Rayudu
‎2006 Aug 22 3:20 AM
Hi,
To upload the Excel file, please refer this thread :
To download the Excel file on application server, please refer this thread :
To summarize :
You need to use GUI_UPLOAD to upload the excel file and need to use FM MS_EXCEL_OLE_STANDARD_DAT to download the excel file on application server.
Best regards,
Prashant