<?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: Unicode to Non-Unicode in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-to-non-unicode/m-p/1179965#M125508</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi FD,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;RFC from a Unicode System into a Non-Unicode System&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The following errors may occur:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  1.  The non-Unicode system returns incorrect results data.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;  2.  A text language is unknown.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;  3.  The Unicode system sends characters that cannot be converted into the required non-Unicode code page.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;  4.  The receiver buffer of the non-Unicode system overruns.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;In the calling system, the reaction to conversion errors can be configured separately for each destination.&lt;/P&gt;&lt;P&gt;See transaction SM59 Defining Remote Destinations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the system being called, a conversion error is not visible. The calling Unicode system identifies errors in the input data before it triggers an action on the called page; the calling Unicode system only identifies errors in the output data if the called context has already been disconnected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For further information refer below links.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/86/e4e5a89461cd4587a71c52e927f2fc/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/86/e4e5a89461cd4587a71c52e927f2fc/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/people/thomas.jung3/blog/2004/06/24/bsp-150-a-developer146s-journal-part-v-xml-for-rfcs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the above web blog you can find info about serialization from unicode to non unicode data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dont forget to reward pts if it helps ;&amp;gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rakesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 Jan 2006 08:37:38 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-01-04T08:37:38Z</dc:date>
    <item>
      <title>Unicode to Non-Unicode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-to-non-unicode/m-p/1179963#M125506</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm working on a non-unicode system and trying to read unicode data (Arabic) through RFCs in character based parameters ... The problem I'm facing now is that I'm getting the characters as (###) .. Is there any way to convert the returned unicode data to non-unicode? &lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;F.D.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jan 2006 06:34:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-to-non-unicode/m-p/1179963#M125506</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-04T06:34:29Z</dc:date>
    </item>
    <item>
      <title>Re: Unicode to Non-Unicode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-to-non-unicode/m-p/1179964#M125507</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;Arabic codes are unicode! then you'r non unicode system will not handle it!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe create you're own conversion method ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheerz&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jan 2006 07:52:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-to-non-unicode/m-p/1179964#M125507</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-04T07:52:24Z</dc:date>
    </item>
    <item>
      <title>Re: Unicode to Non-Unicode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-to-non-unicode/m-p/1179965#M125508</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi FD,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;RFC from a Unicode System into a Non-Unicode System&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The following errors may occur:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  1.  The non-Unicode system returns incorrect results data.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;  2.  A text language is unknown.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;  3.  The Unicode system sends characters that cannot be converted into the required non-Unicode code page.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;  4.  The receiver buffer of the non-Unicode system overruns.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;In the calling system, the reaction to conversion errors can be configured separately for each destination.&lt;/P&gt;&lt;P&gt;See transaction SM59 Defining Remote Destinations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the system being called, a conversion error is not visible. The calling Unicode system identifies errors in the input data before it triggers an action on the called page; the calling Unicode system only identifies errors in the output data if the called context has already been disconnected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For further information refer below links.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/86/e4e5a89461cd4587a71c52e927f2fc/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/86/e4e5a89461cd4587a71c52e927f2fc/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/people/thomas.jung3/blog/2004/06/24/bsp-150-a-developer146s-journal-part-v-xml-for-rfcs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the above web blog you can find info about serialization from unicode to non unicode data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dont forget to reward pts if it helps ;&amp;gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rakesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jan 2006 08:37:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-to-non-unicode/m-p/1179965#M125508</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-04T08:37:38Z</dc:date>
    </item>
    <item>
      <title>Re: Unicode to Non-Unicode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-to-non-unicode/m-p/1179966#M125509</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much for your assistance Rakesh and Stephan. To be clearer in my problem, I'm required to write an Arabic Crystal report from the data being fed by RFC calls (keeping in mind that I'm working in a non-unicode system). I was thinking that the RFC can have the parameters in type Hexa (to ensure that the data doesn't get corrupted). From my side I can receive it in Hexa as well and then transfer the data with an interface object or so to write the report in Arabic. &lt;/P&gt;&lt;P&gt;I know it sounds very complicated that makes the upgrading to unicode easier! But please if anyone has any idea it would be much appreciated.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jan 2006 10:06:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-to-non-unicode/m-p/1179966#M125509</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-04T10:06:57Z</dc:date>
    </item>
  </channel>
</rss>

