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

Character engoding during RFC module call

Former Member
0 Likes
609

Hi all!

I have FunctionalModule which calls remote FM and pass string to it. In remote FM I can't see proper symbols but seems encoding problem. I pass char10 variable. Importing variable in remote FM is char10 as well.

Any thoughts?

Seems problem is with casting char and integer. I moved integer to char-like variable before passing it to remote FM

Edited by: Andrey Selivanov on Aug 19, 2010 9:59 AM

4 REPLIES 4
Read only

Sandeep_Panghal
Product and Topic Expert
Product and Topic Expert
0 Likes
565

are both the systems unicode ?

Read only

0 Likes
565

Yes.

Read only

Sandeep_Panghal
Product and Topic Expert
Product and Topic Expert
0 Likes
565

have you also checked the pas by value option?

Read only

0 Likes
565

yes. it is ok.

I have already said - it is the problem with concatenating integer and char and passing as a char. integer seems coming in HEX format...