cancel
Showing results for 
Search instead for 
Did you mean: 

JCO and spanish characters

Former Member
0 Kudos

Hi,

I am getting strange behaviour when i execute the RFM to post the data. The JCO will not through any exception, but when i passing the string like "Råvara" with special character, in SAP it is populating this string as "Ra#vara".

Can anyone please help me to understand why JCO API is behaving like this and is there any work around for such issues?

Thanks in advance.

Regards,

Shadab.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Matthias,

Thanks for your reply.

I am using lang as 'EN' while connecting to SAP.

Regards,

Shadab.

Former Member
0 Kudos

Hi Shadab,

have you specified the language 'ES' when opening a rfc connection?

JCo.createClient has a 'lang' parameter where you can specify a language:

https://media.sdn.sap.com/javadocs/NW04/SPS15/jc/com/sap/mw/jco/JCO.html#createClient(java.lang.Stri...

Regards,

Matthias