‎2009 Jul 13 6:32 AM
Hi friends,
we developed a query to download somedata, for the query output format we choose option FILE STORE instead of ABAP LIST or List viewrs..... all the data is downloading properly but the problem is when the download data have some chinese chracters it is displaying as ####### instead of downloading chinese chracters..
our system is unicode, when we check with ABAP List option there have chinese chracters in output list, only problem is downloading to ecxel or text file..
if any idea abt this pls let me know
Thanks & Regards,
sksk.
‎2009 Jul 13 7:08 AM
Hi,
Even though your system is UNICODE enabled, the addition you have used at OPEN DATASET might be different.
ENCODING DEFAULT / UTF - 8 / NO CONVERSION ERRORS are possible.
I guess, you need to check the code page available for this chineese character set, and use the addition for which this code page is available.
Regards,
Santhosh.
‎2009 Jul 13 7:08 AM
Hi,
Even though your system is UNICODE enabled, the addition you have used at OPEN DATASET might be different.
ENCODING DEFAULT / UTF - 8 / NO CONVERSION ERRORS are possible.
I guess, you need to check the code page available for this chineese character set, and use the addition for which this code page is available.
Regards,
Santhosh.
‎2009 Jul 13 7:17 AM
Hi santhosh,
Thank u for reply, can u explain a little more means how to find this code pages or where we need to add these pages... etc.
Thanks & Regards,
sksk.
‎2009 Jul 13 7:34 AM
Hi,
This will be done by the BASIS people. Exactly the people those who are working and looking after the printer settings, UNIX file administrator etc.. can help you.
In the mean time, by modifying the addition used for the stement OPEN DATASET, you can try.
I hope they may work.
Regards,
Santhosh.
‎2009 Aug 26 10:50 AM