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

Problem with unicode

Former Member
0 Likes
402

Hi Abapers,

I have a problem with special characters. I am trying to download Japanese names into excel but somehow it joins with the previous column. The expected results was suppose to be 2 separate columns. I have provide links on the print screen.

http://img123.imageshack.us/my.php?image=debug7mw.jpg (debug)

http://img76.imageshack.us/my.php?image=output9mv.jpg (Output)

Any ideas. Please post if you need any further explanation.

Regards,

Brian

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
367

Thung,

You are facing problem since you are using WS_EXCEL, which is an obsoluted one. Can you change you download by using <b>XXL_FULL_API, rh_start_excel_with_data</b>, or try with <b>Classes</b>.

See the link for example

rgds,

TM.

1 REPLY 1
Read only

Former Member
0 Likes
368

Thung,

You are facing problem since you are using WS_EXCEL, which is an obsoluted one. Can you change you download by using <b>XXL_FULL_API, rh_start_excel_with_data</b>, or try with <b>Classes</b>.

See the link for example

rgds,

TM.