Application Development 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: 

Need to send data in .xls format

Former Member
0 Kudos

Hi all ,

I have to send data from internal table to .xls file . Iam just giving file extension in .xls .Iam getting file .xls format also . my requirement one field data should be in one column .is there any function module for that?

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

You can use the FM GUI_DOWNLOAD to download the data from an internal table to xls file..

pass the WRITE_FIELD_SEPARATOR = 'X' to have one field in one column..

Thanks

Naren

3 REPLIES 3

Former Member
0 Kudos

Hi,

You can use the FM GUI_DOWNLOAD to download the data from an internal table to xls file..

pass the WRITE_FIELD_SEPARATOR = 'X' to have one field in one column..

Thanks

Naren

ferry_lianto
Active Contributor
0 Kudos

Hi,

Please check also FM SAP_CONVERT_TO_XLS_FORMAT.

Regards,

Ferry Lianto

Former Member
0 Kudos

you can have a look at

http://www.saptechnical.com/Tips/ABAP/downloadToExcel.htm

You can find an example here on downloading to excel with many advanced features