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 German Characters

Former Member
0 Likes
1,835

Hi Experts,

I had a problem with German Character. I am uploading the File from presentation server to application server with CG3Z Transaction having some German Character. While viewing in Application Server, instead of German character, a Junk Character is appearing.

Can you help to reolve this issue,

Advance Thanks,

Srinivas

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
998

German texts belong to ISO-8859-1..........

I'm not sure how to handle it using transaction CG3Z. But, it can be done using an abap program with mentioning the codepage with open dataset.

Check this link...

5 REPLIES 5
Read only

SuhaSaha
Product and Topic Expert
Product and Topic Expert
0 Likes
998

What is the encoding used in the file ?

Read only

Former Member
0 Likes
998

Hi Suhas,

This is sample text what i am uploading

NOT;500000880;1;"Ah vous dirais-je, Müman?" , i am uploading using BIN with CG3Z. I am viewing as

NOT;500000880;1;"Ah vous dirais-je, M#man?".

Regards,

Srinivas

Read only

Former Member
0 Likes
998

Hi Sreenu,

same problem i faced with chienese text.

for this i did as bellow you also try the same may slove ur issue.

1. Downlod the file on the applicatin server in text format using Tcode CG3Y.

2.OPen one excel sheet and paste the text file from application server.

3. select all the row in excel aby Ctr+A ,right clcik on any one of teh row ->Format cell----->Text and clck on ok.

You will not get teh Junck values.

Ae you using MS-2007 version?

Regards,

Pravin

Read only

Former Member
0 Likes
999

German texts belong to ISO-8859-1..........

I'm not sure how to handle it using transaction CG3Z. But, it can be done using an abap program with mentioning the codepage with open dataset.

Check this link...

Read only

0 Likes
998

Hi Satyajit,

Solved the Problem adding the NON-UNICODE while open the dataset.

Thank You very much.

Regards,

Srinivas