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

downloading Excel format data to application server.

Former Member
0 Likes
2,140

Hi Frnds,

Is there any "Function module" to write the data(internal table) into "Application server in EXCEL" format.

Or sample code will also be useful

Many thanks in advance.

Karthick.C

4 REPLIES 4
Read only

Laxmana_Appana_
Active Contributor
0 Likes
763

Hi,

Use Open data set method to create file on application server with '.xls' extension

check this link :

Regards

appana

Read only

Manohar2u
Active Contributor
0 Likes
763

Hope this sample program helps you.

http://www.sap-img.com/abap/download-in-background-in-excel-format.htm

Regds

Manohar

Read only

Former Member
0 Likes
763

hi,

U cant download data to application server in XL format.

u have to use Dataset .

U can only download data in XL format on presentation server.

FM :- GUI_DOWNLOAD

Read only

Former Member
0 Likes
763

Hi,

You can use <b>MS_EXCEL_OLE_STANDARD_DAT</b> function module.

For more detail you can refer to below thread, this will definitely solve your problem:

<b>Reward if helpful</b>

Rgds,

Shakuntala