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

Unicode in abap editor?

Former Member
0 Likes
690

Dear all,

One of the basic problem, what I have is to convert this hexa stuff to german umlaut:


ä = ä
ö = ö	
Ü = Ü 	
ü = ü
ß = ß

The short texts in Mastertables (VBAK,BKPF) on the productive system is chaotic.

I wrote now a report, which compare the string and replace it to the right german umlat.

But as you can see some of the unicode are the same (ß = ß, Ü = Ü). How can I handel this?

best regards?

Edited by: handeglo on Apr 21, 2010 1:32 PM

Dear all,

One of the basic problem, what I have is to convert this hexa stuff to german umlaut:


ä = ä
ö = ö	
Ü = Ü 	
ü = ü
ß = ß

The short texts in Mastertables (VBAK,BKPF) on the productive system is chaotic.

I wrote now a report, which compare the string and replace it to the right german umlat.

But as you can see some of the unicode are the same (ß = ß, Ü = Ü). How can I handel this?

best regards?

Edited by: handeglo on Apr 21, 2010 1:32 PM

2 REPLIES 2
Read only

Former Member
0 Likes
594

pass ur code which u have written for the conversion..

second , it is relating to code page issue . how is the code page in quality server ?

tcode to check code pages is SCP . now u need to check if the german characters are present in that particular code page of character sequence .

Read only

0 Likes
594

hi,

I was now in tcode SCP and I saw this

1102 7-Bit Deutsch ASCII

1349 Deutsche Referenz-Version d. 8-Bit-Code (DIN66303)

I have really 0% know how about it. What can I do now?