cancel
Showing results for 
Search instead for 
Did you mean: 

converting special characters

Former Member
0 Kudos

Hi

I am getting an xml file fom JMS Adapter which has encoding version as ISO-8895-15.This xml contains special characters like öä and these characters are not recongnised by XI.

Any possible solution to this will be appreciated

Thanks

Venkat

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Thanks SAM and RENJI

A quick question in the meanwhile i go through your links.I have a similar problem of converting special characters coming in my flat file.i tried giving FILE ENCODING in my content conversion parameters as ISO-8895-1 and file as keep text, didn't help me and it works fine if i save my input file as utf-8 and mention utf-8 in my file encoding parameter.

Your views please!!

Regards

Venkat

sam_raju
Contributor
0 Kudos

Hi Venkat,

Refer the following link on JMS Adapter

http://help.sap.com/saphelp_nw04/helpdata/en/4d/a3bc97ff55c742af7faed661635baf/content.htm

Basically, you have to use 'ConvertJMSMessageToBinary' in the module tab of your sender adapter.

In your module tab:

In "module name" field enter these values in this order

localejbs/SAP XI JMS Adapter/ConvertJMSMessageToBinary

localejbs/SAP XI JMS Adapter/ConvertBinaryToXMBMessage

localejbs/CallSapAdapter

In "type" enter LocalEnterpriseBean for all three

In "Module Key" field enter in this order

convert_JMS2Bin

convert_Bin2XI

call_AF_MS

Hope this helps.

Rgds,

Sam Raju

Message was edited by: Sam Raju

Former Member
0 Kudos

Hi SAM,

i went thru the module tab,it's exactly the way you want

sam_raju
Contributor
0 Kudos

Hi Venkat,

Refer to SAP Note 821267 and Question#16 for your file encoding.

-Sam Raju

Former Member
0 Kudos

Hi Sam,

I did refer the note,but for filecontent conversion it tells to specify encoding and in my case inspite of specifying it doesn't work.but the 20th question talks about setting system property and system variable.well looking in to this help me to solve the problem SAM?

And regarding the JMS adapter any other settings i need to lookup.

Thanks

Venkat

Former Member
0 Kudos

Hi,

Is that i need to register or check for any code pages in SAP XI.

Regards

Venkat

Former Member
0 Kudos

Hi Venkat,

have you checked this thread ?

Thanks,

Renjith

Former Member
0 Kudos

Hi Ranji,

Thanks for your reply,

your link to me to connecting unicode business systems.can u let me understand a little more on that.

Regards

Venkat