<?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 statement in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/replace-statement/m-p/6671496#M1447977</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Replace statement is not obselete please see the documentation...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Lalit Mohan Gupta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 15 Mar 2010 07:45:29 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-03-15T07:45:29Z</dc:date>
    <item>
      <title>replace statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/replace-statement/m-p/6671495#M1447976</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 have found that the 'REPLACE' statement has become obselete.Which is the new keyword we can use for the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Mar 2010 07:38:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/replace-statement/m-p/6671495#M1447976</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-15T07:38:00Z</dc:date>
    </item>
    <item>
      <title>Re: replace statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/replace-statement/m-p/6671496#M1447977</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Replace statement is not obselete please see the documentation...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Lalit Mohan Gupta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Mar 2010 07:45:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/replace-statement/m-p/6671496#M1447977</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-15T07:45:29Z</dc:date>
    </item>
    <item>
      <title>Re: replace statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/replace-statement/m-p/6671497#M1447978</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Small correction: [REPLACE INTO|http://help.sap.com/saphelp_nw70/helpdata/en/fc/eb33cc358411d1829f0000e829fbfe/content.htm] is obsolete, not the [REPLACE|http://help.sap.com/abapdocu_70/en/ABAPREPLACE.htm] statement itself. The last link contains the syntax you should use.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers, harald&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Mar 2010 07:46:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/replace-statement/m-p/6671497#M1447978</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-15T07:46:21Z</dc:date>
    </item>
    <item>
      <title>Re: replace statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/replace-statement/m-p/6671498#M1447979</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try something like following&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;DATA LV_CAR TYPE CHAR10.
LV_CAR = 'FFFHHHHFGG'.
WRITE :/ LV_CAR.
REPLACE ALL OCCURRENCES OF 'F' IN LV_CAR WITH 'G'.
WRITE :/ LV_CAR.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Mar 2010 07:49:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/replace-statement/m-p/6671498#M1447979</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-15T07:49:22Z</dc:date>
    </item>
    <item>
      <title>Re: replace statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/replace-statement/m-p/6671499#M1447980</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;Replace is not Obsolute statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
REPLACE ALL OCCURRENCES OF '/' IN file_path WITH space
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/EN/71/525f6af6f011d2961c00a0c930660b/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/EN/71/525f6af6f011d2961c00a0c930660b/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Mar 2010 07:57:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/replace-statement/m-p/6671499#M1447980</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-15T07:57:37Z</dc:date>
    </item>
    <item>
      <title>Re: replace statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/replace-statement/m-p/6671500#M1447981</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I believe its not the use of the word REPLACE but really the syntax of how to use it that has changed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Instead of :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPLACE str1 WITH str2 INTO string.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now you would say :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Link: [http://help.sap.com/abapdocu_70/en/ABAPREPLACE.htm]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is more specific detail behind its use this is basically to allow for a more accurate use of the syntax and more control on the output.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Mar 2010 07:57:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/replace-statement/m-p/6671500#M1447981</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-15T07:57:45Z</dc:date>
    </item>
  </channel>
</rss>

