<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Characters getting lost while calling a remote function in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/characters-getting-lost-while-calling-a-remote-function/m-p/6830367#M1471459</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think the problem will be resolved if a character type is used. You can create one data element as per your length requirement and use the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Otherwise, check the unicode tab in SM59. Perform unicode test and if the target system is unicode compliant select unicode radiobutton.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 20 Apr 2010 12:18:37 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-04-20T12:18:37Z</dc:date>
    <item>
      <title>Characters getting lost while calling a remote function</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/characters-getting-lost-while-calling-a-remote-function/m-p/6830360#M1471452</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've got a problem concerning a remote function call.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Situation:&lt;/STRONG&gt; System A has a function module ZFM_X with one importing parameter ("text" type string).&lt;/P&gt;&lt;P&gt;System B calls this function module ZFM_X through a remote function call.&lt;/P&gt;&lt;P&gt;It passes a string (containing 521 characters) variable to the importing parameter "text".&lt;/P&gt;&lt;P&gt;Unfortunately, only fragments of the imported text arrive in System A.&lt;/P&gt;&lt;P&gt;The text arriving in System A has the following pattern: The first 256 are correct, following 256 white spaces(blanks) following the last 9 characters of the imported text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;This is sent by System B to System A through a String variable.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;http://xxx.xx.xx.xx:xxxx/servlet/ContentServer?get&amp;amp;pVersion=0046&amp;amp;contRep=PG&amp;amp;docId=4BB4C36F5A0200B9E1008000AC101219&amp;amp;accessMode=r&amp;amp;authId=CN%3DP60&amp;amp;expiration=20100420112054&amp;amp;secKey=MIH3BgkqhkiG9w0BBwKggekwgeYCAQExCzAJBgUrDgMCGgUAMAsGCSqGSIb3DQEHATGBxjCBwwIBATAZMA4xDDAKBgNVBAMTA1A2MAIHIAgIKARFNDAJBgUrDgMCGgUAoF0wGAYJKoZIhvcNAQkDMQsGCSqGSIb3DQEHATAcBgkqhkiG9w0BCQUxDxcNMTAwNDIwMDkyMDU0WjAjBgkqhkiG9w0BCQQxFgQUItgHQiYkW9BkScWnoMPkZiuCGSMwCQYHKoZIzjgEAwQuMCwCFGPGseHQSPV2%2F75OVMF2yMFzwfTLAhQgPRMvivyuii4gZ%2BJSKonPRsF1XA%3D%3D&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At System A the following text arrives&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;http://xxx.xx.xx.xx:xxxx/servlet/ContentServer?get&amp;amp;pVersion=0046&amp;amp;contRep=PG&amp;amp;docId=4BB4C36F5A0200B9E1008000AC101219&amp;amp;accessMode=r&amp;amp;authId=CN%3DP60&amp;amp;expiration=20100420112054&amp;amp;secKey=MIH3BgkqhkiG9w0BBwKggekwgeYCAQExCzAJBgUrDgMCGgUAMAsGCSqGSIb3DQEHATGBxjCBwwIBATA                                                                                1XA%3D%3D&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It definitely looks like a unicode problem. Oddly, we have another system constellation which is exactly the same as System A/B where we are doing this, and its working perfectly fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope you are not stunned by this wall of text, but any help is totally appreciated! &lt;SPAN __jive_emoticon_name="grin"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Erik Nagler on Apr 20, 2010 11:54 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Apr 2010 09:49:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/characters-getting-lost-while-calling-a-remote-function/m-p/6830360#M1471452</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-20T09:49:23Z</dc:date>
    </item>
    <item>
      <title>Re: Characters getting lost while calling a remote function</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/characters-getting-lost-while-calling-a-remote-function/m-p/6830361#M1471453</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I faced a same kind of problem in a custom RFC. At the destination, the text was getting modified. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the RFC, the some parameters in EXPORT/IMPORT were defined as string. I changed it to character 255 and the problem was resolved. &lt;/P&gt;&lt;P&gt;You can try the same. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I'm still looking for the reason behind that...........&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Apr 2010 10:47:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/characters-getting-lost-while-calling-a-remote-function/m-p/6830361#M1471453</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-20T10:47:35Z</dc:date>
    </item>
    <item>
      <title>Re: Characters getting lost while calling a remote function</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/characters-getting-lost-while-calling-a-remote-function/m-p/6830362#M1471454</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your reply, but I need more than 255 characters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It must be possible to transfer more than 255 characters in one variable through a RFC. Either the IMPORT/EXPORT Variable as a String or as a CHAR1024 for instance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Apr 2010 10:56:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/characters-getting-lost-while-calling-a-remote-function/m-p/6830362#M1471454</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-20T10:56:59Z</dc:date>
    </item>
    <item>
      <title>Re: Characters getting lost while calling a remote function</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/characters-getting-lost-while-calling-a-remote-function/m-p/6830363#M1471455</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm not sure if this will work. But just a suggestion.&lt;/P&gt;&lt;P&gt;Please try checking the check box for 'Pass Value' against the importing parameter 'text'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Apr 2010 11:04:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/characters-getting-lost-while-calling-a-remote-function/m-p/6830363#M1471455</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-20T11:04:29Z</dc:date>
    </item>
    <item>
      <title>Re: Characters getting lost while calling a remote function</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/characters-getting-lost-while-calling-a-remote-function/m-p/6830364#M1471456</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the option "pass value" ist activated. &lt;/P&gt;&lt;P&gt;Parameters in an RFC enabled function module must always be enabled for "pass value". Its mandatory.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Apr 2010 11:17:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/characters-getting-lost-while-calling-a-remote-function/m-p/6830364#M1471456</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-20T11:17:50Z</dc:date>
    </item>
    <item>
      <title>Re: Characters getting lost while calling a remote function</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/characters-getting-lost-while-calling-a-remote-function/m-p/6830365#M1471457</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Erik,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you mentioned a successful running szenario with two other servers A/B.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you check the configuration of your rfc connection and compared especially the unicode configuration with this szenario?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And btw: a local call of your fm works? &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;CW&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Apr 2010 11:55:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/characters-getting-lost-while-calling-a-remote-function/m-p/6830365#M1471457</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-20T11:55:25Z</dc:date>
    </item>
    <item>
      <title>Re: Characters getting lost while calling a remote function</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/characters-getting-lost-while-calling-a-remote-function/m-p/6830366#M1471458</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Cornelia,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the RFC destinations (Type 3 in SM59) in both scenarios are identical as far as the unicode settings are concerned.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A local call of the function module works as well.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Apr 2010 12:17:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/characters-getting-lost-while-calling-a-remote-function/m-p/6830366#M1471458</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-20T12:17:15Z</dc:date>
    </item>
    <item>
      <title>Re: Characters getting lost while calling a remote function</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/characters-getting-lost-while-calling-a-remote-function/m-p/6830367#M1471459</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think the problem will be resolved if a character type is used. You can create one data element as per your length requirement and use the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Otherwise, check the unicode tab in SM59. Perform unicode test and if the target system is unicode compliant select unicode radiobutton.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Apr 2010 12:18:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/characters-getting-lost-while-calling-a-remote-function/m-p/6830367#M1471459</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-20T12:18:37Z</dc:date>
    </item>
    <item>
      <title>Re: Characters getting lost while calling a remote function</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/characters-getting-lost-while-calling-a-remote-function/m-p/6830368#M1471460</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried it with String type and Character type (CHAR1024).&lt;/P&gt;&lt;P&gt;Both dont work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As far as the unicode test is concerned:&lt;/P&gt;&lt;P&gt;Sysem A is a unicode System whereas System B is a non-unicode system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried to change the Radiobutton to "unicode" in sm59, but I can't. &lt;SPAN __jive_emoticon_name="sad"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;It is uneditable, even though I am in change mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[&amp;gt;&amp;gt;Picture&amp;lt;&amp;lt;|http://img90.imageshack.us/img90/2006/unicode.png]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Apr 2010 12:56:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/characters-getting-lost-while-calling-a-remote-function/m-p/6830368#M1471460</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-20T12:56:52Z</dc:date>
    </item>
    <item>
      <title>Re: Characters getting lost while calling a remote function</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/characters-getting-lost-while-calling-a-remote-function/m-p/6830369#M1471461</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As far as the Unicode problem is encountered, why don't you try to convert the transferring string into hexadecimal format inside the output FM and convert it backwards inside the input FM? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best wishes, Eugene.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Apr 2010 13:33:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/characters-getting-lost-while-calling-a-remote-function/m-p/6830369#M1471461</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-20T13:33:14Z</dc:date>
    </item>
  </channel>
</rss>

