cancel
Showing results for 
Search instead for 
Did you mean: 

Japanese Characters in XI

Former Member
0 Kudos

Hi All,

I am working on a XML to IDOC scenario where data contains Japanese characters.

The input file is:

<? xml version="1.0" encoding="UTF-8" ?>

- <ns0:f2i_send_mt xmlns:ns0="urn://file2idoc">

<matnr>0000000012</matnr>

<mbrsh>iron</mbrsh>

<mtart>k</mtart>

<msgfn>&#20808;&#20633;&#32771;</msgfn>

</ns0:f2i_send_mt

I am able to see the input and output message in sxmb_moni with the japanese characters. The scenario is successful. But the problem is that the output in the R/3 system is seen as a junk.(Something like this ####)

What could be the possible reason for this?

Is it a problem with the scenario or is it that the R/3 systems needs some support package of Japanese??

Accepted Solutions (0)

Answers (3)

Answers (3)

stefan_grube
Active Contributor
0 Kudos

Have you logged on the system with language jp?

Does the user which is configured in the communication channel of the IDOC adapter use the logon language jp?

Regards

Stefan

Former Member
0 Kudos

Hi kartik !!!

This will help you

http://unicode.org/unicode/faq/utf_bom.html#3

http://mail-archives.apache.org/mod_mbox/xerces-j-users/200306.mbox/%3C8F7E4BBE4270D511BE550002A5751...

I

UTF-8 is capable of doing this.

For this see this

http://www.geocities.com/dtmcbride/tech/charsets/chinese.html

>>Also does the input file read format should be changed to binary instead of TEXT

It shd be text when u want to specify a encoding.

Pls reward if useful

Former Member
0 Kudos

Hi.

please check the encoding of r/3 system.. it should be unicode to accept to accept all type of character including japanese...

encoding page should be 4103 0r 4102 for unicode...

you can check the encoding with a FM...

Former Member
0 Kudos

use this FM for checking code page of r3..

SWA_CHECK_SERVER_CODEPAGE ...