<?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 Unicode Open Dataset Question in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-open-dataset-question/m-p/4315813#M1028644</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We are beginning to prepare for the Unicode enabling of our custom ABAP programs and I have a question about the new OPEN DATASET statement.  We have programs that write sequential files for use by the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) ABAP programs that execute on our own SAP system &lt;/P&gt;&lt;P&gt;2) Non-SAP programs that execute in our data center &lt;/P&gt;&lt;P&gt;3) Programs (which may or may not be SAP) that execute in the data centers of other completely independent companies.&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;Conversely, we have programs that read files supplied by those systems.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After reading through a lot of information, I am reaching the conclusion that for our files that contain only character data, it would be safe for us to modify our OPEN DATASET statements simply to use u201COPEN DATASET IN TEXT MODE ENCODING DEFAULT IGNORING CONVERSION ERRORSu201D without attempting to be more explicit with some of the other options that are available.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can any of you confirm that this is (or is not) a valid assumption?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 29 Jul 2008 19:22:34 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-07-29T19:22:34Z</dc:date>
    <item>
      <title>Unicode Open Dataset Question</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-open-dataset-question/m-p/4315813#M1028644</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We are beginning to prepare for the Unicode enabling of our custom ABAP programs and I have a question about the new OPEN DATASET statement.  We have programs that write sequential files for use by the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) ABAP programs that execute on our own SAP system &lt;/P&gt;&lt;P&gt;2) Non-SAP programs that execute in our data center &lt;/P&gt;&lt;P&gt;3) Programs (which may or may not be SAP) that execute in the data centers of other completely independent companies.&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;Conversely, we have programs that read files supplied by those systems.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After reading through a lot of information, I am reaching the conclusion that for our files that contain only character data, it would be safe for us to modify our OPEN DATASET statements simply to use u201COPEN DATASET IN TEXT MODE ENCODING DEFAULT IGNORING CONVERSION ERRORSu201D without attempting to be more explicit with some of the other options that are available.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can any of you confirm that this is (or is not) a valid assumption?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jul 2008 19:22:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-open-dataset-question/m-p/4315813#M1028644</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-29T19:22:34Z</dc:date>
    </item>
    <item>
      <title>Re: Unicode Open Dataset Question</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-open-dataset-question/m-p/4315814#M1028645</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes you can go ahead with that..for the text files and chardata files&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;OPEN DATASET IN TEXT MODE ENCODING DEFAULT IGNORING CONVERSION ERRORSu201D&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jul 2008 19:31:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-open-dataset-question/m-p/4315814#M1028645</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-29T19:31:20Z</dc:date>
    </item>
    <item>
      <title>Re: Unicode Open Dataset Question</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-open-dataset-question/m-p/4315815#M1028646</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If the SAP system is upgraded to unicode compliant, then the default codepage would be Unicode compliant, so the OPEN DATASET should work&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jul 2008 19:34:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-open-dataset-question/m-p/4315815#M1028646</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-29T19:34:36Z</dc:date>
    </item>
    <item>
      <title>Re: Unicode Open Dataset Question</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-open-dataset-question/m-p/4315816#M1028647</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;OPEN DATASET IN TEXT MODE can be just replaced with &lt;/P&gt;&lt;P&gt;OPEN DATASET IN TEXT MODE ENCODING DEFAULT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DESCRIBE LENGTH should be followed by the addition &lt;/P&gt;&lt;P&gt;IN CHARACTER MODE/BYTE MODE.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jul 2008 20:47:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-open-dataset-question/m-p/4315816#M1028647</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-29T20:47:43Z</dc:date>
    </item>
    <item>
      <title>Re: Unicode Open Dataset Question</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-open-dataset-question/m-p/4315817#M1028648</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is just a quick note to let anyone who may be reading this thread know that I have confirmed that my assumption is invalid.  The OPEN DATASET statement must be coded differently depending on whether the source of/destination for the file is Unicode (or not).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Aug 2008 16:22:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-open-dataset-question/m-p/4315817#M1028648</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-15T16:22:44Z</dc:date>
    </item>
  </channel>
</rss>

