‎2008 Aug 04 11:53 AM
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 !!!!!!!!!
‎2008 Aug 04 11:59 AM
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
‎2008 Aug 04 12:09 PM
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 ' # '
‎2008 Aug 04 12:23 PM
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