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

background excecution

Former Member
0 Likes
487

Hi,

I am using FM SAP_CONVERT_TO_XLS_FORMAT to download data from sap to application server. The job was failing.

Can any one tell me a FM that used to download data to excel or text format in background to application server other than using OPen Data Set.

Since if we use open data set it is converting my japan data to some other format even though i have installed japanese language.

is there any other FM that support downloading into text/excel format??

Regards,

Ratna

2 REPLIES 2
Read only

Former Member
0 Likes
454

To write a file in the background you need to use open dataset.....

If you are having problems with Japan characters can you specify the encoding addition to you r open dataset command.

Read only

0 Likes
454

Hi Martin,

Thanks for your reply.

I am using IN BINARY MODE.

Regards,

Ratna