<?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 - Non Unicode in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-non-unicode/m-p/2730487#M633802</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If the system is a Unicode system:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;open dataset gw_file in text mode encoding default.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While saving the text file, if you are using notepad, then in the SAVE AS pop-up select encoding as &amp;#147;UTF-8I&amp;#148;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the system is a Non-Unicode system:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET LOCALE LANGUAGE &amp;lt;&amp;gt;. &amp;#147;Specify the language&lt;/P&gt;&lt;P&gt;open dataset gw_file in text mode encoding NON-UNICODE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While saving the text file, if you are using notepad, then in the SAVE AS pop-up select encoding as &amp;#147;ANSI&amp;#148;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;TRANSLATE TO CODE PAGE Not supported in ECC6.0&amp;lt;/b&amp;gt;There is an alternative FM 'SCP_TRANSLATE_CHARS_46&amp;#146; which functions similar to TRANSLATE to CODE PAGE statement.&lt;/P&gt;&lt;P&gt;Please refer SAP NOTE 78076&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 Sep 2007 03:25:08 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-09-13T03:25:08Z</dc:date>
    <item>
      <title>Unicode - Non Unicode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-non-unicode/m-p/2730483#M633798</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;We are upgrading Japanese language SAP 4.6c version to Ecc 6.0 version. &lt;/P&gt;&lt;P&gt;This japanese system integrates with many other systems which are non-unicode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How the integration process is -- we download a file in a specific folders and the other systems will upload to their systems.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Even though we upgrade to UNICODE SYStem (ECC 6.0) we need to download all the files in Non-Unicode format, becasue all the connectiong systems are non-unicode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For application server download we are using LEGACY TEXT MODE....but this is not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not aware of how to download a file to presentation server - NON-Unicode format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls guide. We are in a very crusial stage of the project.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rajanya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Sep 2007 10:43:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-non-unicode/m-p/2730483#M633798</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-12T10:43:23Z</dc:date>
    </item>
    <item>
      <title>Re: Unicode - Non Unicode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-non-unicode/m-p/2730484#M633799</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Pls answer this question.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Sep 2007 11:13:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-non-unicode/m-p/2730484#M633799</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-12T11:13:32Z</dc:date>
    </item>
    <item>
      <title>Re: Unicode - Non Unicode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-non-unicode/m-p/2730485#M633800</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;what do you mean &amp;lt;i&amp;gt;"...but this is not working?"&amp;lt;/i&amp;gt;.&lt;/P&gt;&lt;P&gt;Is the texfile not readable or the file will not be written?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To download a file to the presentation server (i think you mean the computer where teh sap gui runs) you have to use a method of the class CL_GUI_FRONTEND_SERVICES.&lt;/P&gt;&lt;P&gt;For example GUI_DOWNLOAD, and take attention to the codepage..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this help something...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Gianpietro&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Sep 2007 11:53:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-non-unicode/m-p/2730485#M633800</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-12T11:53:13Z</dc:date>
    </item>
    <item>
      <title>Re: Unicode - Non Unicode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-non-unicode/m-p/2730486#M633801</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Thanks for the reply.&lt;/P&gt;&lt;P&gt;The text files will contain all japanese characters.&lt;/P&gt;&lt;P&gt;We have tried with almost 50 code pages....but none is giving the same result as SAP 4.6c i.e NOn-Unicode format.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Sep 2007 02:52:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-non-unicode/m-p/2730486#M633801</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-13T02:52:54Z</dc:date>
    </item>
    <item>
      <title>Re: Unicode - Non Unicode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-non-unicode/m-p/2730487#M633802</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If the system is a Unicode system:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;open dataset gw_file in text mode encoding default.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While saving the text file, if you are using notepad, then in the SAVE AS pop-up select encoding as &amp;#147;UTF-8I&amp;#148;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the system is a Non-Unicode system:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET LOCALE LANGUAGE &amp;lt;&amp;gt;. &amp;#147;Specify the language&lt;/P&gt;&lt;P&gt;open dataset gw_file in text mode encoding NON-UNICODE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While saving the text file, if you are using notepad, then in the SAVE AS pop-up select encoding as &amp;#147;ANSI&amp;#148;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;TRANSLATE TO CODE PAGE Not supported in ECC6.0&amp;lt;/b&amp;gt;There is an alternative FM 'SCP_TRANSLATE_CHARS_46&amp;#146; which functions similar to TRANSLATE to CODE PAGE statement.&lt;/P&gt;&lt;P&gt;Please refer SAP NOTE 78076&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Sep 2007 03:25:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-non-unicode/m-p/2730487#M633802</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-13T03:25:08Z</dc:date>
    </item>
  </channel>
</rss>

