<?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: Open Data Set Encoding in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-data-set-encoding/m-p/2454587#M550296</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello uwe,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i still have a problem&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the problem is that all my special corrector  Ä and all special german characters are getting converted in to '#'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how to solve this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i m sorry for troubling u again and again&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 Jul 2007 14:08:04 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-07-04T14:08:04Z</dc:date>
    <item>
      <title>Open Data Set Encoding</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-data-set-encoding/m-p/2454582#M550291</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can we specify Encoding in the OPEN DATA SET statement,i found out that we can encode it with UTF-8.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but i want to encode my data in Latin1 ISO-8859-1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is it possible?&lt;/P&gt;&lt;P&gt;if yes how to do it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;plz help its urgent:(&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jul 2007 08:17:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-data-set-encoding/m-p/2454582#M550291</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-04T08:17:24Z</dc:date>
    </item>
    <item>
      <title>Re: Open Data Set Encoding</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-data-set-encoding/m-p/2454583#M550292</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Surmeet&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You cannot define an encoding for a specific ISO encoding.&lt;/P&gt;&lt;P&gt;However, if your file is not correctly read using encoding UTF-8 (e.g. the German Umlaute like ä, ö, ü are not displayed properly) you could try encoding NON-UNICODE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Recently I have had exactly this problem at a customer site where &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;OPEN DATASET ... ENCODING DEFAULT    " on ECC 6.0 unicode -&amp;gt; UTF-8&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;did not work properly yet using&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;OPEN DATASET ... ENCODING NON-UNICODE&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;everything was fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;  Uwe&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jul 2007 08:35:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-data-set-encoding/m-p/2454583#M550292</guid>
      <dc:creator>uwe_schieferstein</dc:creator>
      <dc:date>2007-07-04T08:35:03Z</dc:date>
    </item>
    <item>
      <title>Re: Open Data Set Encoding</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-data-set-encoding/m-p/2454584#M550293</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello uwe,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;yes even i m facing this problem with the german characters&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;will try ur solution&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanx&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jul 2007 08:44:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-data-set-encoding/m-p/2454584#M550293</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-04T08:44:14Z</dc:date>
    </item>
    <item>
      <title>Re: Open Data Set Encoding</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-data-set-encoding/m-p/2454585#M550294</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi UWE,&lt;/P&gt;&lt;P&gt;the thing u told for the non unicode is working fine&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but it is giving me a dump for one string&lt;/P&gt;&lt;P&gt;the string is:&lt;/P&gt;&lt;P&gt;020#H04#DMT (ADSL, ADSL2)#Alternativ ist der Einsatz von ADSL2plus(H13) nicht zugelassen. Die Beauftragung einer Nutzungsänderung &amp;#132;Änderung des Übertragungsverfahrens&amp;#147; ist zwingend erforderlich.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the dump i m getting is:  A character set conversion is not possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can u tell me the reason for this and how to correct it&lt;/P&gt;&lt;P&gt;htnax plz its urgent&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jul 2007 12:41:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-data-set-encoding/m-p/2454585#M550294</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-04T12:41:39Z</dc:date>
    </item>
    <item>
      <title>Re: Open Data Set Encoding</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-data-set-encoding/m-p/2454586#M550295</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Surmeet&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For me this sounds like that your string contains characters from two different encodings, e.g. ISO-8859-1 and ISO-8859-2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could try to use option&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;OPEN DATASET ... IGNORING CONVERSION ERRORS.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alternatively, you could surround the OPEN DATASET statement with a&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;TRY.
  OPEN DATASET ...

CATCH CX_SY_CONVERSION_CODEPAGE INTO lo_error.
  ld_msg = lo_error-&amp;gt;get_text( ).  " get the message text
ENDTRY.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;block and analyse the error message text. Hopefully you will find some hints to solve the problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;i&amp;gt;Note&amp;lt;/i&amp;gt;: For details refer to the ABAP keyword documentation of OPEN DATASET.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;  Uwe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jul 2007 13:12:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-data-set-encoding/m-p/2454586#M550295</guid>
      <dc:creator>uwe_schieferstein</dc:creator>
      <dc:date>2007-07-04T13:12:01Z</dc:date>
    </item>
    <item>
      <title>Re: Open Data Set Encoding</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-data-set-encoding/m-p/2454587#M550296</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello uwe,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i still have a problem&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the problem is that all my special corrector  Ä and all special german characters are getting converted in to '#'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how to solve this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i m sorry for troubling u again and again&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jul 2007 14:08:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-data-set-encoding/m-p/2454587#M550296</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-04T14:08:04Z</dc:date>
    </item>
    <item>
      <title>Re: Open Data Set Encoding</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-data-set-encoding/m-p/2454588#M550297</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 am facing the same problem &lt;/P&gt;&lt;P&gt;could you please help me out how you have resolve it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance  and &amp;lt;&amp;lt;removed_by_moderator&amp;gt;&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Vijay Babu Dudla on Jun 30, 2009 1:28 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jun 2009 04:05:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-data-set-encoding/m-p/2454588#M550297</guid>
      <dc:creator>mahaboob_pathan</dc:creator>
      <dc:date>2009-06-30T04:05:12Z</dc:date>
    </item>
  </channel>
</rss>

