<?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: doubt in using replace statement in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-using-replace-statement/m-p/2571460#M587129</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You will need to use the replace, but you need to be searching for cl_abap_char_utilities=&amp;gt;CR_LF in the REPLACE statement, the ## is an internal representation of the CR_LF,  so use  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;replace  cl_abap_char_utilities=&amp;gt;CR_LF  with .....&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&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>Tue, 31 Jul 2007 16:57:53 GMT</pubDate>
    <dc:creator>RichHeilman</dc:creator>
    <dc:date>2007-07-31T16:57:53Z</dc:date>
    <item>
      <title>doubt in using replace statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-using-replace-statement/m-p/2571458#M587127</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;   I have a requirement where user will enter more than 1 label no in a screen, which will be populated internally in a table by SAP with ## for every ENTER button pressed by the user. the internal table populated by SAP will be having values like this. 11111111111##22222222222##3333333333&lt;/P&gt;&lt;P&gt;I need to separate the values from ## and move it to another internal table. I used replace statement to replace ##. But its not working.  I dont know what could be the problem. Can any one suggest me in doing this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;POINTS PROMISED&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Buvana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jul 2007 12:51:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-using-replace-statement/m-p/2571458#M587127</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-31T12:51:51Z</dc:date>
    </item>
    <item>
      <title>Re: doubt in using replace statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-using-replace-statement/m-p/2571459#M587128</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Use the command &lt;/P&gt;&lt;P&gt;OVERLAY instead of Replace&lt;/P&gt;&lt;P&gt;Replace will do only for the first occurance where as OVERLAY will replace all occurances&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward points for useful Answers&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jul 2007 16:55:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-using-replace-statement/m-p/2571459#M587128</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-31T16:55:37Z</dc:date>
    </item>
    <item>
      <title>Re: doubt in using replace statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-using-replace-statement/m-p/2571460#M587129</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You will need to use the replace, but you need to be searching for cl_abap_char_utilities=&amp;gt;CR_LF in the REPLACE statement, the ## is an internal representation of the CR_LF,  so use  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;replace  cl_abap_char_utilities=&amp;gt;CR_LF  with .....&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&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>Tue, 31 Jul 2007 16:57:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-using-replace-statement/m-p/2571460#M587129</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2007-07-31T16:57:53Z</dc:date>
    </item>
  </channel>
</rss>

