‎2005 Dec 01 4:55 AM
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
‎2005 Dec 01 7:09 AM
Hi,
have you tried to translate it with abap command translate ? -> look f1
Andreas
‎2005 Dec 01 8:08 AM
Hi,thanks for you reply,
I have found the method CL_ABAP_CONV_IN_CE,it works.