<?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: Replacing strings in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/replacing-strings/m-p/8259766#M1632000</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hmm - why don't you use SAP standard instead of creating it on your own? And if you do - just debug the find and replace function in SAP - it will give you the steps you'll need as would looking at function module RS_FIND_REPLACE_DIALOG.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Nicola&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Oct 2011 11:12:59 GMT</pubDate>
    <dc:creator>former_member332275</dc:creator>
    <dc:date>2011-10-19T11:12:59Z</dc:date>
    <item>
      <title>Replacing strings</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/replacing-strings/m-p/8259760#M1631994</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;Suggestions on how to replace strings seen in the output structure. For example: I am displaying a functional location structure(ABC) in the output. I need to have a button saying "Find/Replace". This triggers a popup box wherein, I will have to enter REplace ABC with DEF and pres the TICK button on the popup. I need to see all the ABCs in the structure being replaced by DEFs. Does anybody know how to do this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Oct 2011 10:32:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/replacing-strings/m-p/8259760#M1631994</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-10-18T10:32:46Z</dc:date>
    </item>
    <item>
      <title>Re: Replacing strings</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/replacing-strings/m-p/8259761#M1631995</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;you could use function module 'RS_FIND_REPLACE_DIALOG'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Nicola&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Oct 2011 11:20:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/replacing-strings/m-p/8259761#M1631995</guid>
      <dc:creator>former_member332275</dc:creator>
      <dc:date>2011-10-18T11:20:39Z</dc:date>
    </item>
    <item>
      <title>Re: Replacing strings</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/replacing-strings/m-p/8259762#M1631996</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the response. But I believe this function module gives a popup box. But inmy case, I am creating a popup box where the from value and the To value are entered. And then when the green tick mark is selected, the value entered as the From value is replaced with the value entered as the To value.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Oct 2011 11:29:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/replacing-strings/m-p/8259762#M1631996</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-10-18T11:29:47Z</dc:date>
    </item>
    <item>
      <title>Re: Replacing strings</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/replacing-strings/m-p/8259763#M1631997</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I didn't understand yet what you are looking for. You want to develop a function which is already existing in SAP standard?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Oct 2011 14:22:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/replacing-strings/m-p/8259763#M1631997</guid>
      <dc:creator>former_member332275</dc:creator>
      <dc:date>2011-10-18T14:22:21Z</dc:date>
    </item>
    <item>
      <title>Re: Replacing strings</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/replacing-strings/m-p/8259764#M1631998</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok here is what I actually want. I am displaying a tree structure having the functional location and respective descriptions in the output. This output will contain a button saying Find/Replace. Once I press this button, I must get a popup which gives me fields like Replace FL from and Replace FL to. It will also have another fields saying Replace decsription from and replace description to. I am building this screen in SE51. Now when I enter values within this screen and press OKAY, the value entered in Replace from should be replaced by the values enetered in Replace to fields and the structure should now be seen with the replaced values. Can you tell me how this replace is done&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Oct 2011 07:47:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/replacing-strings/m-p/8259764#M1631998</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-10-19T07:47:32Z</dc:date>
    </item>
    <item>
      <title>Re: Replacing strings</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/replacing-strings/m-p/8259765#M1631999</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;From what i can see, i don't think you are a ABAPer. Get hold of a ABAPer to get the module pool programming done. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vikranth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Oct 2011 08:51:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/replacing-strings/m-p/8259765#M1631999</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-10-19T08:51:57Z</dc:date>
    </item>
    <item>
      <title>Re: Replacing strings</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/replacing-strings/m-p/8259766#M1632000</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hmm - why don't you use SAP standard instead of creating it on your own? And if you do - just debug the find and replace function in SAP - it will give you the steps you'll need as would looking at function module RS_FIND_REPLACE_DIALOG.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Nicola&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Oct 2011 11:12:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/replacing-strings/m-p/8259766#M1632000</guid>
      <dc:creator>former_member332275</dc:creator>
      <dc:date>2011-10-19T11:12:59Z</dc:date>
    </item>
  </channel>
</rss>

