2006 Jul 15 11:27 AM
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
2006 Jul 15 11:32 AM
2006 Jul 15 11:32 AM
Hope this sample program helps you.
http://www.sap-img.com/abap/download-in-background-in-excel-format.htm
Regds
Manohar
2006 Jul 15 11:38 AM
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
2006 Jul 15 12:00 PM