<?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: REPLACE in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/replace/m-p/7397869#M1546446</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try all these &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPLACE 'AND' WITH 'AND datab LE' INTO s_where-low.&lt;/P&gt;&lt;P&gt;OR&lt;/P&gt;&lt;P&gt;REPLACE ALL OCCURRENCES OF 'ab' IN c4 WITH 'CCC'.&lt;/P&gt;&lt;P&gt;OR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;split comment1 at '##' into str1 str2.&lt;/P&gt;&lt;P&gt;clear comment1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;concatenate str1 str2 into comment1 separated by SPACE.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 02 Nov 2010 06:45:36 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-11-02T06:45:36Z</dc:date>
    <item>
      <title>REPLACE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/replace/m-p/7397866#M1546443</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;please suggest  the correct syantax for Replace First OCCurrence ..... in 4.6c.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it is in ECC 6.0 and it is not existing in 4.6c.. please guide me the alternative for this.. or if it is exisisting..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am using fallowing syntax for alternative of REPLACE FIRST OCCURRENCE  in 4.6c&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Replace '&amp;lt;char&amp;gt;' with '&amp;lt;special character&amp;gt;' into &amp;lt;target areag&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please suggest me which one is correct syntax.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;these two syntaxes will having same functionality  or not... kindly confirm  this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks ,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN __default_attr="red" __jive_macro_name="color"&gt;Moderator message: please use more descriptive subject lines from now on, you have been asked before.&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Thomas Zloch on Nov 1, 2010 6:31 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Nov 2010 17:15:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/replace/m-p/7397866#M1546443</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-01T17:15:38Z</dc:date>
    </item>
    <item>
      <title>Re: REPLACE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/replace/m-p/7397867#M1546444</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; please suggest  the correct syantax for Replace First OCCurrence ..... in 4.6c.&lt;/P&gt;&lt;P&gt;You can get the correct syntax with F1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Nov 2010 17:40:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/replace/m-p/7397867#M1546444</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-01T17:40:38Z</dc:date>
    </item>
    <item>
      <title>Re: REPLACE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/replace/m-p/7397868#M1546445</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;This is not available in 4.6&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can either achieve this within loop or split it and achieve it&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can do something like this, this wil do REPLACE ALL OCC...:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WHILE sy-subrc EQ 0.&lt;/P&gt;&lt;P&gt;REPLACE ... " acc. to 4.6 Syntax ...&lt;/P&gt;&lt;P&gt;ENDWHILE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;S.Vikgnesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Nov 2010 18:09:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/replace/m-p/7397868#M1546445</guid>
      <dc:creator>former_member200392</dc:creator>
      <dc:date>2010-11-01T18:09:06Z</dc:date>
    </item>
    <item>
      <title>Re: REPLACE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/replace/m-p/7397869#M1546446</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try all these &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPLACE 'AND' WITH 'AND datab LE' INTO s_where-low.&lt;/P&gt;&lt;P&gt;OR&lt;/P&gt;&lt;P&gt;REPLACE ALL OCCURRENCES OF 'ab' IN c4 WITH 'CCC'.&lt;/P&gt;&lt;P&gt;OR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;split comment1 at '##' into str1 str2.&lt;/P&gt;&lt;P&gt;clear comment1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;concatenate str1 str2 into comment1 separated by SPACE.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Nov 2010 06:45:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/replace/m-p/7397869#M1546446</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-02T06:45:36Z</dc:date>
    </item>
  </channel>
</rss>

