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

Excel Save As functionality using ABAP

Former Member
0 Likes
320

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

1 REPLY 1
Read only

Former Member
0 Likes
290

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