2008 Jun 09 5:59 AM
Hi Gurus,
Is there any FM, which can download a list in Excel format in desktop.
I hav used GUI_DOWNLOAD, but other than that is there anything else??
Will be rewarded.
With Regards,
Seevangi Mishra
Hi Gurus,
Is there any FM, which can download a list in Excel format in desktop.
I hav used GUI_DOWNLOAD, but other than that is there anything else??
Will be rewarded.
With Regards,
Seevangi Mishra
2008 Jun 09 6:03 AM
Pls. chk FM "XXL_FULL_API".
Sample programs :
XXLFTEST
XXLTTEST
Best regards,
Prashant
2008 Jun 09 6:04 AM
Hi,
Which version of SAP you are currently using? why do you need another FM other than gui_download when this is working right?
Anita
2008 Jun 09 6:09 AM
try
XXL_FULL_API-Output Excel list viewer list
MCP_PRINT_EXCEL-Transferring the planning table to EXCEL
But the best available FM for this purpose is GUI_DOWNLOAD
thanks
Reward if useful
Richa
2008 Jun 09 6:14 AM
hi,
try the fm
SAP_CONVERT_TO_XLS_FORMAT
EXAMPLE
data : begin of itab occurs 0,
fi(5) type c,
end of itab.
itab-fi = 00100.
append itab.
itab-fi = 00010.
append itab.
CALL FUNCTION 'SAP_CONVERT_TO_XLS_FORMAT'
EXPORTING
i_filename = 'D:\Documents and Settings\vzf91z\Desktop\x.xls'
tables
i_tab_sap_data = itab.
regards
prasanth
2008 Jun 09 6:37 AM
Hi,
Try this FM , 'SAP_CONVERT_TO_XLS_FORMAT'.
Regards,
Prabakaran.S
2008 Jun 09 7:06 AM
You can also Function: EXCEL_OLE_STANDARD_DAT. Its simple and easy to use.
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |