<?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 replace all occurrence with range - issue in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/replace-all-occurrence-with-range-issue/m-p/5118153#M1187073</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 a range with "letters" like ":" or "-" or "."&lt;/P&gt;&lt;P&gt;Note: all entries are with option = "equal"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now i need to "replace all occurrences" of "all entries in that range" with space.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;idea: &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
loop at range assigning &amp;lt;range&amp;gt;.

replace all occurrences of &amp;lt;range&amp;gt;-low in aaa with space 
endloop. 
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Any better ideas ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Gordon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 09 Feb 2009 16:40:28 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-02-09T16:40:28Z</dc:date>
    <item>
      <title>replace all occurrence with range - issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/replace-all-occurrence-with-range-issue/m-p/5118153#M1187073</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 a range with "letters" like ":" or "-" or "."&lt;/P&gt;&lt;P&gt;Note: all entries are with option = "equal"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now i need to "replace all occurrences" of "all entries in that range" with space.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;idea: &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
loop at range assigning &amp;lt;range&amp;gt;.

replace all occurrences of &amp;lt;range&amp;gt;-low in aaa with space 
endloop. 
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Any better ideas ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Gordon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Feb 2009 16:40:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/replace-all-occurrence-with-range-issue/m-p/5118153#M1187073</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-09T16:40:28Z</dc:date>
    </item>
    <item>
      <title>Re: replace all occurrence with range - issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/replace-all-occurrence-with-range-issue/m-p/5118154#M1187074</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe you can use&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;TRANSLATE aaa USING ': - . '.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;instead.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Feb 2009 16:52:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/replace-all-occurrence-with-range-issue/m-p/5118154#M1187074</guid>
      <dc:creator>ThomasZloch</dc:creator>
      <dc:date>2009-02-09T16:52:52Z</dc:date>
    </item>
    <item>
      <title>Re: replace all occurrence with range - issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/replace-all-occurrence-with-range-issue/m-p/5118155#M1187075</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 to fill (policy) the "what is to be replaced"-values in a range.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any other ideas ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Gordon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Feb 2009 16:56:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/replace-all-occurrence-with-range-issue/m-p/5118155#M1187075</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-09T16:56:11Z</dc:date>
    </item>
    <item>
      <title>Re: replace all occurrence with range - issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/replace-all-occurrence-with-range-issue/m-p/5118156#M1187076</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sorry, wrong post&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Rajesh on Feb 9, 2009 10:28 PM&lt;/P&gt;&lt;P&gt;previous reply deleted&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Feb 2009 16:58:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/replace-all-occurrence-with-range-issue/m-p/5118156#M1187076</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-09T16:58:25Z</dc:date>
    </item>
    <item>
      <title>Re: replace all occurrence with range - issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/replace-all-occurrence-with-range-issue/m-p/5118157#M1187077</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;Can you please give one reocrd of u r table.So that i can try to record.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Feb 2009 17:02:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/replace-all-occurrence-with-range-issue/m-p/5118157#M1187077</guid>
      <dc:creator>tarangini_katta</dc:creator>
      <dc:date>2009-02-09T17:02:54Z</dc:date>
    </item>
    <item>
      <title>Re: replace all occurrence with range - issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/replace-all-occurrence-with-range-issue/m-p/5118158#M1187078</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Strange policy that. Well, you can convert your range values into the translation string and use TRANSLATE as shown, or just stick with your first idea and use REPLACE.&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Feb 2009 17:05:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/replace-all-occurrence-with-range-issue/m-p/5118158#M1187078</guid>
      <dc:creator>ThomasZloch</dc:creator>
      <dc:date>2009-02-09T17:05:43Z</dc:date>
    </item>
    <item>
      <title>Re: replace all occurrence with range - issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/replace-all-occurrence-with-range-issue/m-p/5118159#M1187079</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry but i think my question was not clear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is there another way instead of using the "loop" ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The translate or replace statement is not the problem &lt;SPAN __jive_emoticon_name="wink"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thx,&lt;/P&gt;&lt;P&gt;Gordon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Feb 2009 17:30:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/replace-all-occurrence-with-range-issue/m-p/5118159#M1187079</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-09T17:30:43Z</dc:date>
    </item>
  </channel>
</rss>

