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

DB-Select from external Oracle-DB: Codepage conversion

0 Likes
475

Hi,

I try to get data from an external Oracle-DB which runs under NLS_CHARACTER

WE8ISO8859P1. In this DB are russian texte stored. If I read these texts via native-SQL I obviously get wrong characters. (e.g. Èíñòðóìåíòû äëÿ óãëîâîé øëèôîâàëüíîé ìàøèíû instead of Инструменты для угловой шлифовальной машины). If I save the text as a html file and then open it with IE. I can change the encoding and get the right view.

Has anybody got an idea ? (Mabye I can read the data in a different codepage or maybe there is a possibility to convert the codepage in SAP after reading it from oracle)

Thanks a lot !!!!

2 REPLIES 2
Read only

andreas_mann3
Active Contributor
0 Likes
425

hi,

try abap command "translate" and table TCP00

A.

Read only

0 Likes
425

The problem is solved.

Thanks !