<?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 Remove line feed from Unicode program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/remove-line-feed-from-unicode-program/m-p/2659137#M613382</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;I wish to remove the hex value '0D' from a string by using the replace command.  However, in my LSMW program that is gernerated, the 'Unicode Checks Active' flag is set by default do my current code (below) fails.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;form ur_REMOVE_LINEFEED&lt;/P&gt;&lt;P&gt;       changing p_out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: lv_hex type x value '0D'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;replace lv_hex with space into p_out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endform.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried using the attributes NEWLINE and CR_LF of class CL_ABAP_CHAR_UTILITES but neither works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This program ran perfectly in our 46C system but not since the upgrade to ECC6 and the defaulted prgram attribute.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone help?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Ian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 20 Aug 2007 10:58:25 GMT</pubDate>
    <dc:creator>IanStubbings</dc:creator>
    <dc:date>2007-08-20T10:58:25Z</dc:date>
    <item>
      <title>Remove line feed from Unicode program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/remove-line-feed-from-unicode-program/m-p/2659137#M613382</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;I wish to remove the hex value '0D' from a string by using the replace command.  However, in my LSMW program that is gernerated, the 'Unicode Checks Active' flag is set by default do my current code (below) fails.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;form ur_REMOVE_LINEFEED&lt;/P&gt;&lt;P&gt;       changing p_out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: lv_hex type x value '0D'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;replace lv_hex with space into p_out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endform.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried using the attributes NEWLINE and CR_LF of class CL_ABAP_CHAR_UTILITES but neither works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This program ran perfectly in our 46C system but not since the upgrade to ECC6 and the defaulted prgram attribute.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone help?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Ian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Aug 2007 10:58:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/remove-line-feed-from-unicode-program/m-p/2659137#M613382</guid>
      <dc:creator>IanStubbings</dc:creator>
      <dc:date>2007-08-20T10:58:25Z</dc:date>
    </item>
    <item>
      <title>Re: Remove line feed from Unicode program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/remove-line-feed-from-unicode-program/m-p/2659138#M613383</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ian,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Instead try using CL_ABAP_CHAR_UTILITIES=&amp;gt;HORIZONTAL_TAB.&lt;/P&gt;&lt;P&gt;This should provide you with space instead of line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;i&amp;gt;Reward if helpful.&amp;lt;/i&amp;gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Ram.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Aug 2007 11:04:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/remove-line-feed-from-unicode-program/m-p/2659138#M613383</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-20T11:04:44Z</dc:date>
    </item>
    <item>
      <title>Re: Remove line feed from Unicode program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/remove-line-feed-from-unicode-program/m-p/2659139#M613384</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks.  I'll test it out and let you know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Aug 2007 11:21:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/remove-line-feed-from-unicode-program/m-p/2659139#M613384</guid>
      <dc:creator>IanStubbings</dc:creator>
      <dc:date>2007-08-20T11:21:18Z</dc:date>
    </item>
  </channel>
</rss>

