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

Conversion to excel file

Former Member
0 Likes
611

I was converting data from my internal table to a file on my desktop

I am using FM 'SAP_CONVERT_TO_XLS_FORMAT' for the same.

But the issue when the data gets converted, it removes leading 0's from it due to which we are not able to interpret the data into another system.

How to get data with leading 0's ?

Please help

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
565

Hi,

Try GUI_DOWNLOAD with file type DBF.

I was converting data from my internal table to a file on my desktop

I am using FM 'SAP_CONVERT_TO_XLS_FORMAT' for the same.

But the issue when the data gets converted, it removes leading 0's from it due to which we are not able to interpret the data into another system.

How to get data with leading 0's ?

Please help

3 REPLIES 3
Read only

Former Member
0 Likes
566

Hi,

Try GUI_DOWNLOAD with file type DBF.

Read only

Former Member
0 Likes
565

Hi Varun,

check these links :

www.sap-img.com/abap/function-list.htm

abaplovers.blogspot.com/2008/04/simple-sap-abap-alv-report.html

reg

siva

Read only

Former Member
0 Likes
565

Hi,

By using this FM "SAP_CONVAER_TO_XLS_FORMAT" we can convert the data to excel format.

if u want put leading zero's u use this FM: 'CONVERSION_EXIT_ALPHA_INPUT'

Regards,

seshu...