<?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: Unicoding problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicoding-problem/m-p/6936655#M1486625</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have a code page parameter in GUI_UPLOAD and GUI_DOWNLOAD. Mention the codepage 1164 in that. Even in OPEN DATASET statement you have the code page addition in that. Hit F1 on OPEN DATASET and check the syntax&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 May 2010 09:08:07 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-05-18T09:08:07Z</dc:date>
    <item>
      <title>Unicoding problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicoding-problem/m-p/6936652#M1486622</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i had a requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data delivered by mainframe host are read and processed by the above report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Inputfile could not be read caused by incorrect character encoding.&lt;/P&gt;&lt;P&gt;Data are stored in EBCDIC on the mainframe host and cannot be delivered using UTF-8, only as ISO8859 15 (Latin 9).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;following report needs to be changed:&lt;/P&gt;&lt;P&gt;ZDE_ITELLIUM_EINGANG          &lt;/P&gt;&lt;P&gt;     &lt;/P&gt;&lt;P&gt;These reports read files from the application server or write to it as well as using GUI_UPLOAD or GUI_DOWNLOAD. &lt;/P&gt;&lt;P&gt;In each case an encoding option has to be used.&lt;/P&gt;&lt;P&gt;In this context we need SAP-encoding 1164 which is ISO8859-15 (Latin-9).&lt;/P&gt;&lt;P&gt; Please use SPACE as replacement character in case of conversion errors. &lt;/P&gt;&lt;P&gt;We recommend to add a new Parameter for the encoding on the selection-screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what needs to be done in the above case&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 May 2010 08:09:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicoding-problem/m-p/6936652#M1486622</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-18T08:09:28Z</dc:date>
    </item>
    <item>
      <title>Re: Unicoding problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicoding-problem/m-p/6936653#M1486623</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have been given all the information required, even the exact codepage is given, what problem are you facing in using this codepage?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 May 2010 08:14:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicoding-problem/m-p/6936653#M1486623</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-18T08:14:58Z</dc:date>
    </item>
    <item>
      <title>Re: Unicoding problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicoding-problem/m-p/6936654#M1486624</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OPEN DATASET p_file FOR INPUT IN TEXT MODE ENCODING DEFAULT.    ( deleted )&lt;/P&gt;&lt;P&gt;      OPEN DATASET p_file FOR INPUT IN TEXT MODE ENCODING DEFAULT IGNORING CONVERSION ERRORS. ( added )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GUI_UPLOAD / GUI_DOWNLOAD&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CODEPAGE should be '1164' instead of SPACE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please reply ASAP.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 May 2010 09:02:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicoding-problem/m-p/6936654#M1486624</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-18T09:02:54Z</dc:date>
    </item>
    <item>
      <title>Re: Unicoding problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicoding-problem/m-p/6936655#M1486625</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have a code page parameter in GUI_UPLOAD and GUI_DOWNLOAD. Mention the codepage 1164 in that. Even in OPEN DATASET statement you have the code page addition in that. Hit F1 on OPEN DATASET and check the syntax&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 May 2010 09:08:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicoding-problem/m-p/6936655#M1486625</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-18T09:08:07Z</dc:date>
    </item>
    <item>
      <title>Re: Unicoding problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicoding-problem/m-p/6936656#M1486626</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;Try this go to se80 put your program name and enter goto attributes check/uncked 'Unicode checks active'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 May 2010 11:10:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicoding-problem/m-p/6936656#M1486626</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-19T11:10:13Z</dc:date>
    </item>
  </channel>
</rss>

