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

About garbled and broken characters when EXEC SQL

Former Member
0 Likes
619

Hi All,

We set up conncetion by DBCON to an external Oracle database,and select data from it in ABAP in Native SQL,but the external database table contain chinese characters ,and we got garbled and broken characters in ABAP program.Is there any way to solve this problem?

The database of SAP R/3 is Oracel too.And for some reason,change the database character set is not suitable for us.

Thanks very much.

Pole

2 REPLIES 2
Read only

andreas_mann3
Active Contributor
0 Likes
547

Hi,

have you tried to translate it with abap command translate ? -> look f1

Andreas

Read only

0 Likes
547

Hi,thanks for you reply,

I have found the method CL_ABAP_CONV_IN_CE,it works.