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

Unwanted Character insertion in Unicode Program

Former Member
0 Likes
508

Hi

I am calling a function module from a method of a class which exists in different system.

call function 'zxxxx' Destination 'APPSERVER'

-


-


Recently we have unicode enabled the function module.

Now, when we pass the data through importing parameters, inside function module

the data gets appended with unwanted character ' # '.

How to remove the unwanted character.

Please Help !!!!!!!!!

3 REPLIES 3
Read only

SuhaSaha
Product and Topic Expert
Product and Topic Expert
0 Likes
484

Hi John,

I too faced the same problem. May be your destination is not Unicode complaint i guess thats the issue. The RFC destination can be made unicode complaint to prevent '#' being populated.

BR,

Suhas

Read only

Former Member
0 Likes
484

Hi

How to make RFC Destination unicode compliant.

The function module which exits in different system has been unicode enabled.

Only after doing that we are encountering this unwanted character ' # '

Read only

SuhaSaha
Product and Topic Expert
Product and Topic Expert
0 Likes
484

Hi,

Go to SM59 & for the particular RFC destination - click the "Special Options" tab. There you will find radio-button for unicode.

Plz reward pts. if helpful.

BR,

Suhas