<?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 Dataset non-unicode &amp; default in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-dataset-non-unicode-default/m-p/8256176#M1631594</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;Look this link  &lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="874301"&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 23 Sep 2011 12:20:47 GMT</pubDate>
    <dc:creator>former_member187983</dc:creator>
    <dc:date>2011-09-23T12:20:47Z</dc:date>
    <item>
      <title>Open Dataset non-unicode &amp; default</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-dataset-non-unicode-default/m-p/8256172#M1631590</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Currently im using the open dataset with default then it hit a codepage error. I found out that the file contained characters that is not UTF-8 so when i changed the open dataset to non-unicode the codepage error goes away. Im wondering if there is any effect of changing from default to non-unicode.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Sep 2011 09:04:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-dataset-non-unicode-default/m-p/8256172#M1631590</guid>
      <dc:creator>john_wayne</dc:creator>
      <dc:date>2011-09-21T09:04:50Z</dc:date>
    </item>
    <item>
      <title>Re: Open Dataset non-unicode &amp; default</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-dataset-non-unicode-default/m-p/8256173#M1631591</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if your function keys working properly then please hit the 'F1' key on OPEN DATASET and read the SAP help of Open dataset-mode.&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Amit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Sep 2011 09:22:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-dataset-non-unicode-default/m-p/8256173#M1631591</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-09-21T09:22:54Z</dc:date>
    </item>
    <item>
      <title>Re: Open Dataset non-unicode &amp; default</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-dataset-non-unicode-default/m-p/8256174#M1631592</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;it sounds interesting that the error occurs with UTF-8 only (normally I would expect it vice versa) ...&lt;/P&gt;&lt;P&gt;Usually it depends on what you want to do with the created file.&lt;/P&gt;&lt;P&gt;SAP recommendation would be to use UTF-8, because then you can download most of the existing characters without problems (e.g. Chinese data and Russian data in one file).&lt;/P&gt;&lt;P&gt;In case of Non-Unicode, you are restricted to one code page (defined by logon language) and you will get an error once you need to download other characters (e.g. the u20AC-sign).&lt;/P&gt;&lt;P&gt;Can you describe which characters cause the error ?&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Nils Buerckel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Sep 2011 11:25:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-dataset-non-unicode-default/m-p/8256174#M1631592</guid>
      <dc:creator>nils_buerckel</dc:creator>
      <dc:date>2011-09-23T11:25:16Z</dc:date>
    </item>
    <item>
      <title>Re: Open Dataset non-unicode &amp; default</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-dataset-non-unicode-default/m-p/8256175#M1631593</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt; 
OPEN DATASET P_AFILE FOR INPUT IN TEXT MODE ENCODING DEFAULT ignoring conversion errors.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ADD ignoring conversion errors to ur prg&lt;/P&gt;&lt;P&gt;and should be unicode.&lt;/P&gt;&lt;P&gt;hope it will help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;sinagam.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Venkata Pavan Sinagam on Sep 23, 2011 5:50 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Sep 2011 12:19:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-dataset-non-unicode-default/m-p/8256175#M1631593</guid>
      <dc:creator>venkatapavan_sinagam</dc:creator>
      <dc:date>2011-09-23T12:19:20Z</dc:date>
    </item>
    <item>
      <title>Re: Open Dataset non-unicode &amp; default</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-dataset-non-unicode-default/m-p/8256176#M1631594</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;Look this link  &lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="874301"&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Sep 2011 12:20:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-dataset-non-unicode-default/m-p/8256176#M1631594</guid>
      <dc:creator>former_member187983</dc:creator>
      <dc:date>2011-09-23T12:20:47Z</dc:date>
    </item>
    <item>
      <title>Re: Open Dataset non-unicode &amp; default</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-dataset-non-unicode-default/m-p/8256177#M1631595</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;Look this link  &lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="874301"&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Sep 2011 12:21:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-dataset-non-unicode-default/m-p/8256177#M1631595</guid>
      <dc:creator>former_member187983</dc:creator>
      <dc:date>2011-09-23T12:21:28Z</dc:date>
    </item>
  </channel>
</rss>

