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

FM EXPORT_TO_SPREADSHEET

Former Member
0 Likes
658

how to use the fm EXPORT_TO_SPREADSHEET, what should be the parameters if i have to downlad the contents of itab to folder D:/

how to use the fm EXPORT_TO_SPREADSHEET, what should be the parameters if i have to downlad the contents of itab to folder D:/

4 REPLIES 4
Read only

RemiKaimal
Active Contributor
0 Likes
622

Hi,

Why don't you use the FM SAP_CONVERT_TO_XLS_FORMAT

Check my response in the thread :

Cheers,

Remi

Read only

Former Member
0 Likes
622

Hi Imran,

Instead of using this Fm use GUI_DOWNLOAD which is the most stable FM.

Regards,

Atish

Read only

Former Member
0 Likes
622

hi,

try to use excel specific FM 'MS_EXCEL_OLE_STANDARD_DAT' for download.

Also refer to the link

Regards,

Arunsri

Read only

krzysztof_murkowski2
Participant
0 Likes
622

Here an example how to use function EXPORT_TO_SPREADSHEET:

http://www.kerum.pl/infodepot/00038

regards,

Kris