<?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 OCCURRENCES in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/replace-all-occurrences/m-p/4863861#M1137275</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;that's my question; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is my code :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA:  spazio(1) VALUE '$'.&lt;/P&gt;&lt;P&gt;DATA: nome TYPE string VALUE '$blabla$blabla$blabla$blabla$'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPLACE ALL OCCURRENCES OF spazio IN nome   WITH space.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why my result is 'blablablablablablablabla' all condensed ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where am I wrong ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanx in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 20 Nov 2008 14:45:52 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-11-20T14:45:52Z</dc:date>
    <item>
      <title>REPLACE ALL OCCURRENCES</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/replace-all-occurrences/m-p/4863861#M1137275</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;that's my question; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is my code :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA:  spazio(1) VALUE '$'.&lt;/P&gt;&lt;P&gt;DATA: nome TYPE string VALUE '$blabla$blabla$blabla$blabla$'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPLACE ALL OCCURRENCES OF spazio IN nome   WITH space.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why my result is 'blablablablablablablabla' all condensed ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where am I wrong ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanx in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Nov 2008 14:45:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/replace-all-occurrences/m-p/4863861#M1137275</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-20T14:45:52Z</dc:date>
    </item>
    <item>
      <title>Re: REPLACE ALL OCCURRENCES</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/replace-all-occurrences/m-p/4863862#M1137276</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Instead of REPLACE, use TRANSLATE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
DATA: spazio(1) VALUE '$'.
DATA: nome TYPE string VALUE '$blabla$blabla$blabla$blabla$'.

translate nome using '$ '.
write: nome.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naimesh Patel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Nov 2008 14:49:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/replace-all-occurrences/m-p/4863862#M1137276</guid>
      <dc:creator>naimesh_patel</dc:creator>
      <dc:date>2008-11-20T14:49:16Z</dc:date>
    </item>
  </channel>
</rss>

