<?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: READ DATASET conversion from codepage '4110' to codepage '4102' error in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-dataset-conversion-from-codepage-4110-to-codepage-4102-error/m-p/2761910#M642969</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;So it means, you dont want to overwrite your existing file.&lt;/P&gt;&lt;P&gt;In that case save the file with time stamp. i.e.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TEMP_20070907_101500.txt&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can pass the file name along with time stamp in the program.&lt;/P&gt;&lt;P&gt;Else provide file name as parameter on your report screen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 07 Sep 2007 08:03:02 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-09-07T08:03:02Z</dc:date>
    <item>
      <title>READ DATASET conversion from codepage '4110' to codepage '4102' error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-dataset-conversion-from-codepage-4110-to-codepage-4102-error/m-p/2761907#M642966</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;&lt;/P&gt;&lt;P&gt; data : l_string type string .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; open dataset name in input mode encoding default&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; then i am using read dataset name into l_string.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; this read dataset is giving code page conversion error from codepage '4110' to codepage '4102'   &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;kindly help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; note : i have also tried using encoding utf-8 in open dataset , but not working&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Sep 2007 15:35:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-dataset-conversion-from-codepage-4110-to-codepage-4102-error/m-p/2761907#M642966</guid>
      <dc:creator>madhusudana_reddy2</dc:creator>
      <dc:date>2007-09-06T15:35:11Z</dc:date>
    </item>
    <item>
      <title>Re: READ DATASET conversion from codepage '4110' to codepage '4102' error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-dataset-conversion-from-codepage-4110-to-codepage-4102-error/m-p/2761908#M642967</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;lt;b&amp;gt;If the system is a Unicode system:&amp;lt;/b&amp;gt;&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;&amp;lt;b&amp;gt;If the system is a Non-Unicode system:&amp;lt;/b&amp;gt;&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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Sep 2007 04:27:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-dataset-conversion-from-codepage-4110-to-codepage-4102-error/m-p/2761908#M642967</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-07T04:27:27Z</dc:date>
    </item>
    <item>
      <title>Re: READ DATASET conversion from codepage '4110' to codepage '4102' error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-dataset-conversion-from-codepage-4110-to-codepage-4102-error/m-p/2761909#M642968</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi prasant,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Thanx for a prompt response &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;  i am using Unicode sustem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  i saved the file as utf-8 format and then the read dataset is working properly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  but my problem is every time a new file is going to come in that folder&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;  i cant do " SAVE AS " utf-8 for each of them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  how do i do it programmatically&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Sep 2007 07:27:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-dataset-conversion-from-codepage-4110-to-codepage-4102-error/m-p/2761909#M642968</guid>
      <dc:creator>madhusudana_reddy2</dc:creator>
      <dc:date>2007-09-07T07:27:46Z</dc:date>
    </item>
    <item>
      <title>Re: READ DATASET conversion from codepage '4110' to codepage '4102' error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/read-dataset-conversion-from-codepage-4110-to-codepage-4102-error/m-p/2761910#M642969</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;So it means, you dont want to overwrite your existing file.&lt;/P&gt;&lt;P&gt;In that case save the file with time stamp. i.e.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TEMP_20070907_101500.txt&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can pass the file name along with time stamp in the program.&lt;/P&gt;&lt;P&gt;Else provide file name as parameter on your report screen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Sep 2007 08:03:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/read-dataset-conversion-from-codepage-4110-to-codepage-4102-error/m-p/2761910#M642969</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-07T08:03:02Z</dc:date>
    </item>
  </channel>
</rss>

