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: 

Problem with chinese characters while sending data to legacy system with .CSV format

Former Member
0 Kudos

I have developed a report that created a .CSV file and the file will be transferred to non-SAP system via FTP.

I am using “OPEN DATASET gv_filename OUTPUT IN TEXT MODE ENCODING DEFAULT” to transfer data to application server and also using the Function module “'G_RW_CODEPAGE_TRANSLATE “and code page “8400” for chinese language. I am using FTP_COMMAND Function module to transfer data from application server to legacy system.  But the receiving system is displaying garbage characters and not appearing in Chinese characters in the .CSV file.

Please help me on this

Thanks In Advance.

3 REPLIES 3

Former Member
0 Kudos

Hi,

Try ENCODING NON UNICODE in open data set statement.

Regards

Chudamani

Former Member
0 Kudos

Hi,

I tried this option, still it is not displaying in Chinese character. Is there any other option is there?

nils_buerckel
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi,

did you try to set as target code page 4103 (Unicode - little endian) ?

Best regards,

Nils