<?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: Code page conversion? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-page-conversion/m-p/4339622#M1033704</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Too complicated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF I remember correctly (I could be wrong) you could also transfer it as binary data,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That way, just concatenate the whole cl_abap_char_utilities=&amp;gt;cr_lf to the end of the line and just pass the lines, but in binary mode.&lt;/P&gt;&lt;P&gt;Try that and see what happens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 26 Aug 2008 15:57:38 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-08-26T15:57:38Z</dc:date>
    <item>
      <title>Code page conversion?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-page-conversion/m-p/4339621#M1033703</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Abapers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have an issue with the file I write into application server. The operationg system is Unix. Initially, i just open dataset , transfer records and then close the dataset. This was, by default introducing a line feed at the end, but the user of the file wanted the Carriage return as well. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then i introduced    l_Car_ret(2) Type C value cl_abap_char_utilities=&amp;gt;cr_lf, "carriagereturn&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and concatenated the line with l_car_ret+0(1), since the first byte is for carriage return. This was okay, but this introduced a # at the end of everyline, which is a nusense right now. Can anyone tell me, how to get rid of this #, keeping the carriage return and the line feed?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in adance for the answers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Shrirama&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Aug 2008 15:45:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/code-page-conversion/m-p/4339621#M1033703</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-26T15:45:24Z</dc:date>
    </item>
    <item>
      <title>Re: Code page conversion?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-page-conversion/m-p/4339622#M1033704</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Too complicated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF I remember correctly (I could be wrong) you could also transfer it as binary data,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That way, just concatenate the whole cl_abap_char_utilities=&amp;gt;cr_lf to the end of the line and just pass the lines, but in binary mode.&lt;/P&gt;&lt;P&gt;Try that and see what happens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Aug 2008 15:57:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/code-page-conversion/m-p/4339622#M1033704</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-26T15:57:38Z</dc:date>
    </item>
    <item>
      <title>Re: Code page conversion?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-page-conversion/m-p/4339623#M1033705</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the quick reply, but how can i use the binary mode? Am not a great ABAPer, as my main area is SAP BW.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Shrirama&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Aug 2008 15:59:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/code-page-conversion/m-p/4339623#M1033705</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-26T15:59:15Z</dc:date>
    </item>
    <item>
      <title>Re: Code page conversion?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-page-conversion/m-p/4339624#M1033706</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry if it's too late.&lt;/P&gt;&lt;P&gt;Check the syntax for open dataset. You need to add: IN BINARY MODE&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Aug 2008 19:05:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/code-page-conversion/m-p/4339624#M1033706</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-26T19:05:00Z</dc:date>
    </item>
  </channel>
</rss>

