<?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 Replacement for statment DATA: CRLF(1)   TYPE X  in version ECC6 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/replacement-for-statment-data-crlf-1-type-x-in-version-ecc6/m-p/3785572#M910745</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;In the new verision ECC6 where unicode is enable, do you know the replacement for the following stament (defined in 4.6C).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: CRLF(1)   TYPE X. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By default, CRLF has a hexadecimal value of '00'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help,&lt;/P&gt;&lt;P&gt;Chuong&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 02 May 2008 19:23:54 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-02T19:23:54Z</dc:date>
    <item>
      <title>Replacement for statment DATA: CRLF(1)   TYPE X  in version ECC6</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/replacement-for-statment-data-crlf-1-type-x-in-version-ecc6/m-p/3785572#M910745</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;In the new verision ECC6 where unicode is enable, do you know the replacement for the following stament (defined in 4.6C).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: CRLF(1)   TYPE X. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By default, CRLF has a hexadecimal value of '00'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help,&lt;/P&gt;&lt;P&gt;Chuong&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 May 2008 19:23:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/replacement-for-statment-data-crlf-1-type-x-in-version-ecc6/m-p/3785572#M910745</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-02T19:23:54Z</dc:date>
    </item>
    <item>
      <title>Re: Replacement for statment DATA: CRLF(1)   TYPE X  in version ECC6</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/replacement-for-statment-data-crlf-1-type-x-in-version-ecc6/m-p/3785573#M910746</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use the class attribute   cl_abap_char_utilities=&amp;gt;cr_lf  instead.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 May 2008 19:26:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/replacement-for-statment-data-crlf-1-type-x-in-version-ecc6/m-p/3785573#M910746</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2008-05-02T19:26:30Z</dc:date>
    </item>
    <item>
      <title>Re: Replacement for statment DATA: CRLF(1)   TYPE X  in version ECC6</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/replacement-for-statment-data-crlf-1-type-x-in-version-ecc6/m-p/3785574#M910747</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rich,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried to use the class attribute cl_abap_char_utilities=&amp;gt;cr_lf, but infact this attribute has a hexadecimal value of '0D' which is different from '00'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help,&lt;/P&gt;&lt;P&gt;Chuong&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 May 2008 19:31:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/replacement-for-statment-data-crlf-1-type-x-in-version-ecc6/m-p/3785574#M910747</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-02T19:31:04Z</dc:date>
    </item>
    <item>
      <title>Re: Replacement for statment DATA: CRLF(1)   TYPE X  in version ECC6</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/replacement-for-statment-data-crlf-1-type-x-in-version-ecc6/m-p/3785575#M910748</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Depending on what you are using it for, it may work anyway regardless if the value is different.  the CR_LF attribute is used for carriage returns/line feeds.   Give it a try.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 May 2008 19:32:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/replacement-for-statment-data-crlf-1-type-x-in-version-ecc6/m-p/3785575#M910748</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2008-05-02T19:32:56Z</dc:date>
    </item>
  </channel>
</rss>

