<?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: problem with unicode file in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-unicode-file/m-p/8091130#M1615439</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The solution:&lt;/P&gt;&lt;P&gt;It's impossible work with a wrong file so you have to modify the report which makes the file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 04 Aug 2011 06:48:25 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-08-04T06:48:25Z</dc:date>
    <item>
      <title>problem with unicode file</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-unicode-file/m-p/8091128#M1615437</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;when I open a file (input mode) I can only read part of the file because the file is created without End of Line ('#'). I tried to read&lt;/P&gt;&lt;P&gt;into a string but it return sy-subrc = 4. It's impossible to read all the file and then get the information.&lt;/P&gt;&lt;P&gt;I read about this and I tried with cr_lf = cl_abap_char_utilities=&amp;gt;cr_lf  but it doesn't work.&lt;/P&gt;&lt;P&gt;Anybody has a suggestion , please?&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;DATA: REG(255) TYPE C.&lt;/P&gt;&lt;P&gt;OPEN DATASET FILE_IN FOR INPUT IN TEXT MODE ENCODING NON-UNICODE. &lt;/P&gt;&lt;P&gt;IF SY-SUBRC EQ 0.&lt;/P&gt;&lt;P&gt;DO. "Only 1 time because the file has one register.&lt;/P&gt;&lt;P&gt;READ DATASET FILE_INTO REG. "Here is the problem I only read 150 chars.&lt;/P&gt;&lt;P&gt;[..]&lt;/P&gt;&lt;P&gt;ENDO.&lt;/P&gt;&lt;P&gt;[..]&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Aug 2011 13:07:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-unicode-file/m-p/8091128#M1615437</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-08-03T13:07:49Z</dc:date>
    </item>
    <item>
      <title>Re: problem with unicode file</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-unicode-file/m-p/8091129#M1615438</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you sure the DO exits after one iteration? I dont see a exit statement there. Anyways try using encoding default with text mode or the file might have also been created in binary mode. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vikranth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Aug 2011 13:20:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-unicode-file/m-p/8091129#M1615438</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-08-03T13:20:37Z</dc:date>
    </item>
    <item>
      <title>Re: problem with unicode file</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-unicode-file/m-p/8091130#M1615439</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The solution:&lt;/P&gt;&lt;P&gt;It's impossible work with a wrong file so you have to modify the report which makes the file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Aug 2011 06:48:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-unicode-file/m-p/8091130#M1615439</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-08-04T06:48:25Z</dc:date>
    </item>
  </channel>
</rss>

