<?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: Post Unicode-conversion Issue - data from unicode to non-unicode system in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/post-unicode-conversion-issue-data-from-unicode-to-non-unicode-system/m-p/5762886#M1305207</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Guys for taking time to answer my question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Markus, i had tried using the code page addition. But it results in runtime error saying 'cannot convert from code page 4102 to 1100'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nils, creating different files might not be acceptable for the client.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have sent the code for testing and waiting for client's response. Based on the reply, we will have to decide what path to take. will also check if sapiconv is a viable option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bikash&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 26 Jun 2009 06:46:50 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-06-26T06:46:50Z</dc:date>
    <item>
      <title>Post Unicode-conversion Issue - data from unicode to non-unicode system</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/post-unicode-conversion-issue-data-from-unicode-to-non-unicode-system/m-p/5762883#M1305204</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have converted our 4.7 system to Unicode. One of the issues we are facing is in the interface which transfers data from SAP to an  external system which is Non-Unicode. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Interface transfers the data to application server which is then FTPed to the external system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Problem arises only when there are special characters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When SAP was non-unicode, there was no issue with special chars (eq u0160KOLÍCÍ PŘÍPRAVEK, áìèø¹¾ýáíé, etc)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After unicode conversion, the external system is not able to recognize the special characters (obviously because of the code page issue).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When we changed the code to 'Open dataset encoding NON_UNICODE', all the special characters now gets converted to # in the application server itself. So, no point in sending that data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried logging in with the different languages and executing the code; same result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a solution?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Appreciate your responses.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Bikash&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jun 2009 12:28:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/post-unicode-conversion-issue-data-from-unicode-to-non-unicode-system/m-p/5762883#M1305204</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-25T12:28:32Z</dc:date>
    </item>
    <item>
      <title>Re: Post Unicode-conversion Issue - data from unicode to non-unicode system</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/post-unicode-conversion-issue-data-from-unicode-to-non-unicode-system/m-p/5762884#M1305205</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; When we changed the code to 'Open dataset encoding NON_UNICODE', all the special characters now gets converted to # in the application server itself. So, no point in sending that data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could do&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;open dataset for output in legacy text mode code page 1100 (or 1160)&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to simulate the old behaviour.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could also add a call to "sapiconv" to convert the text file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would though make the target system receiving the FTP file Unicode aware.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Markus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jun 2009 12:33:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/post-unicode-conversion-issue-data-from-unicode-to-non-unicode-system/m-p/5762884#M1305205</guid>
      <dc:creator>markus_doehr2</dc:creator>
      <dc:date>2009-06-25T12:33:54Z</dc:date>
    </item>
    <item>
      <title>Re: Post Unicode-conversion Issue - data from unicode to non-unicode system</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/post-unicode-conversion-issue-data-from-unicode-to-non-unicode-system/m-p/5762885#M1305206</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bikash,&lt;/P&gt;&lt;P&gt;it looks like you want to download multi language data in one file. &lt;/P&gt;&lt;P&gt;This is only possible when using Unicode (UTF-8) in the file.&lt;/P&gt;&lt;P&gt;In case of a Non-Unicode file, you have to separate the data according to the existing Non-Unicode code pages and create multiple files.&lt;/P&gt;&lt;P&gt;Then you need to logon with the correct language (e.g. EN for Latin-1 data, CZ for Latin-2, RU for cyrillic, ...) in order to download special characters properly.&lt;/P&gt;&lt;P&gt;Alternatively you can also switch sy-langu via SET LOCALE LANGUAGE &amp;lt;lang&amp;gt; directly in the report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nils Buerckel&lt;/P&gt;&lt;P&gt;Solution Management&lt;/P&gt;&lt;P&gt;Globalization Services&lt;/P&gt;&lt;P&gt;SAP AG&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jun 2009 13:23:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/post-unicode-conversion-issue-data-from-unicode-to-non-unicode-system/m-p/5762885#M1305206</guid>
      <dc:creator>nils_buerckel</dc:creator>
      <dc:date>2009-06-25T13:23:13Z</dc:date>
    </item>
    <item>
      <title>Re: Post Unicode-conversion Issue - data from unicode to non-unicode system</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/post-unicode-conversion-issue-data-from-unicode-to-non-unicode-system/m-p/5762886#M1305207</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Guys for taking time to answer my question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Markus, i had tried using the code page addition. But it results in runtime error saying 'cannot convert from code page 4102 to 1100'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nils, creating different files might not be acceptable for the client.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have sent the code for testing and waiting for client's response. Based on the reply, we will have to decide what path to take. will also check if sapiconv is a viable option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bikash&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jun 2009 06:46:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/post-unicode-conversion-issue-data-from-unicode-to-non-unicode-system/m-p/5762886#M1305207</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-26T06:46:50Z</dc:date>
    </item>
    <item>
      <title>Re: Post Unicode-conversion Issue - data from unicode to non-unicode system</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/post-unicode-conversion-issue-data-from-unicode-to-non-unicode-system/m-p/5762887#M1305208</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; Markus, i had tried using the code page addition. But it results in runtime error saying 'cannot convert from code page 4102 to 1100'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we used that method before successfully to transfer data... don't know why it's not working for you...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Markus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jun 2009 09:43:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/post-unicode-conversion-issue-data-from-unicode-to-non-unicode-system/m-p/5762887#M1305208</guid>
      <dc:creator>markus_doehr2</dc:creator>
      <dc:date>2009-06-26T09:43:34Z</dc:date>
    </item>
    <item>
      <title>Re: Post Unicode-conversion Issue - data from unicode to non-unicode system</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/post-unicode-conversion-issue-data-from-unicode-to-non-unicode-system/m-p/5762888#M1305209</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; Nils, creating different files might not be acceptable for the client.&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi Bikash,&lt;/P&gt;&lt;P&gt;then you have to select UTF-8 (Unicode). It is technically not possible to create an "MDMP like" Non-Unicode file containing multiple code pages in from a Unicode system.&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Nils Buerckel&lt;/P&gt;&lt;P&gt;SAP AG&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jun 2009 14:48:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/post-unicode-conversion-issue-data-from-unicode-to-non-unicode-system/m-p/5762888#M1305209</guid>
      <dc:creator>nils_buerckel</dc:creator>
      <dc:date>2009-06-26T14:48:24Z</dc:date>
    </item>
  </channel>
</rss>

