<?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: getting error in REPLACE ALL OCCURRENCES in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-error-in-replace-all-occurrences/m-p/9613261#M1759982</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This message was moderated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 29 Jul 2013 12:10:29 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2013-07-29T12:10:29Z</dc:date>
    <item>
      <title>getting error in REPLACE ALL OCCURRENCES</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-error-in-replace-all-occurrences/m-p/9613250#M1759971</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Gurus,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I need to change full stop with comma and i have used REPLACE ALL OCCURRENCES OF wa_overview-CATSHOURS '.' IN TEXT with ','. but its showing an error for '.'. Please let me know where i am doing wrong. Thanks Sankil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jul 2013 08:32:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-error-in-replace-all-occurrences/m-p/9613250#M1759971</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-07-18T08:32:50Z</dc:date>
    </item>
    <item>
      <title>Re: getting error in REPLACE ALL OCCURRENCES</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-error-in-replace-all-occurrences/m-p/9613251#M1759972</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sankil,&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;REPLACE &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;ALL &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;OCCURRENCES &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;OF &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'.' &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;in &lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;wa_overview-CATSHOURS&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN class="L0S52"&gt;with &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;','&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;Regards.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jul 2013 08:42:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-error-in-replace-all-occurrences/m-p/9613251#M1759972</guid>
      <dc:creator>Arun_Prabhu_K</dc:creator>
      <dc:date>2013-07-18T08:42:28Z</dc:date>
    </item>
    <item>
      <title>Re: getting error in REPLACE ALL OCCURRENCES</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-error-in-replace-all-occurrences/m-p/9613252#M1759973</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi sankil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;wa_overview-CATSHOURS&lt;/SPAN&gt; may is of type date. so it is not stored in db with , or . but you can go to SU01 and into default tab try to alter the date to display as in your desired format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps,&lt;/P&gt;&lt;P&gt;Andrew&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jul 2013 09:37:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-error-in-replace-all-occurrences/m-p/9613252#M1759973</guid>
      <dc:creator>andrewdiaz2000</dc:creator>
      <dc:date>2013-07-18T09:37:01Z</dc:date>
    </item>
    <item>
      <title>Re: getting error in REPLACE ALL OCCURRENCES</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-error-in-replace-all-occurrences/m-p/9613253#M1759974</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi sankil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;whatever you write the syntax for REPLACE ALL OCCURRENCES is correct, but the problem is your field CATSHOURS is having the type as 'QUAN'. we can't use the type qunatity(QUAN) in the REPLACE ALL OCCUREANCES (Only use C,N, D, T, STRING).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for that store that value &lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;wa_overview-CATSHOURS&lt;/SPAN&gt; into another variable of type string, and use the following syntax.&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;REPLACE &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;ALL &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;OCCURRENCES &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;OF &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'.' &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;IN &lt;/SPAN&gt;lv_temp &lt;SPAN class="L0S52"&gt;WITH &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;','&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The following simple code will gives you more explanation:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt; DATA &lt;/SPAN&gt;lv_hours &lt;SPAN class="L0S52"&gt;TYPE &lt;/SPAN&gt;catshours &lt;SPAN class="L0S52"&gt;VALUE &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'12.03'&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt; &lt;SPAN class="L0S52"&gt;DATA &lt;/SPAN&gt;lv_temp &lt;SPAN class="L0S52"&gt;TYPE &lt;/SPAN&gt;string.&lt;/P&gt;&lt;P&gt; lv_temp = lv_hours.&lt;/P&gt;&lt;P&gt; &lt;SPAN class="L0S52"&gt;REPLACE &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;ALL &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;OCCURRENCES &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;OF &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'.' &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;IN &lt;/SPAN&gt;lv_temp &lt;SPAN class="L0S52"&gt;WITH &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;','&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt; &lt;SPAN class="L0S52"&gt;WRITE &lt;/SPAN&gt;lv_temp.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Chinni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jul 2013 09:53:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-error-in-replace-all-occurrences/m-p/9613253#M1759974</guid>
      <dc:creator>chinni_adapa</dc:creator>
      <dc:date>2013-07-18T09:53:02Z</dc:date>
    </item>
    <item>
      <title>Re: getting error in REPLACE ALL OCCURRENCES</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-error-in-replace-all-occurrences/m-p/9613254#M1759975</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;you read documentation of REPLACE ALL statement by pressing F4, Or&lt;/P&gt;&lt;P&gt;refer below link&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/abapdocu_70/en/ABAPREPLACE_IN_PATTERN.htm"&gt;http://help.sap.com/abapdocu_70/en/ABAPREPLACE_IN_PATTERN.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Or&lt;/P&gt;&lt;P&gt;you can try below statement..&lt;/P&gt;&lt;P&gt;TRANSLATE wa_overview-CATSHOURS USING '.,'&lt;/P&gt;&lt;P&gt;i.e in above statement after 'using' first is full stop and second is comma.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Tejas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jul 2013 10:00:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-error-in-replace-all-occurrences/m-p/9613254#M1759975</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-07-18T10:00:50Z</dc:date>
    </item>
    <item>
      <title>Re: getting error in REPLACE ALL OCCURRENCES</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-error-in-replace-all-occurrences/m-p/9613255#M1759976</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sankil Pandya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;change you statement like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;REPLACE ALL OCCURRENCES OF&amp;nbsp; '.'&amp;nbsp; IN&amp;nbsp; wa_overview-CATSHOURS with ','.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example see this...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN class="L1S52" style="color: #008000;"&gt;DATA : var &lt;SPAN class="L1S52"&gt;TYPE&lt;/SPAN&gt; char20 &lt;SPAN class="L1S52"&gt;VALUE&lt;/SPAN&gt; &lt;SPAN class="L1S33"&gt;'R.a.m.e.s.h'&lt;/SPAN&gt;.&lt;BR /&gt; &lt;BR /&gt; &lt;SPAN class="L1S52"&gt;REPLACE&lt;/SPAN&gt; &lt;SPAN class="L1S52"&gt;ALL&lt;/SPAN&gt; &lt;SPAN class="L1S52"&gt;OCCURRENCES&lt;/SPAN&gt; &lt;SPAN class="L1S52"&gt;OF&lt;/SPAN&gt; &lt;SPAN class="L1S33"&gt;'.'&lt;/SPAN&gt; &lt;SPAN class="L1S52"&gt;IN&lt;/SPAN&gt; var &lt;SPAN class="L1S52"&gt;WITH&lt;/SPAN&gt; &lt;SPAN class="L1S33"&gt;','&lt;/SPAN&gt;.&lt;BR /&gt; &lt;BR /&gt; &lt;SPAN class="L1S52"&gt;WRITE&lt;/SPAN&gt; : / var.&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/247852" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jul 2013 10:01:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-error-in-replace-all-occurrences/m-p/9613255#M1759976</guid>
      <dc:creator>former_member209120</dc:creator>
      <dc:date>2013-07-18T10:01:13Z</dc:date>
    </item>
    <item>
      <title>Re: getting error in REPLACE ALL OCCURRENCES</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-error-in-replace-all-occurrences/m-p/9613256#M1759977</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What i understood from your question&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is converting a date like 01.02.2013 into 01,02,2013?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;am i right?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First the &lt;STRONG style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;wa_overview-CATSHOURS&lt;/STRONG&gt; will be like 20130201&lt;/P&gt;&lt;P&gt;so first convert that to 01.02.2013&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then use the replace all occurences&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to convert 01022013 into 01.02.2013&lt;/P&gt;&lt;P&gt;use onvert_date_to_external fm&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jul 2013 10:22:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-error-in-replace-all-occurrences/m-p/9613256#M1759977</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-07-18T10:22:07Z</dc:date>
    </item>
    <item>
      <title>Re: getting error in REPLACE ALL OCCURRENCES</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-error-in-replace-all-occurrences/m-p/9613257#M1759978</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi San,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S31"&gt;"What ever you have the value just pass to the&lt;BR /&gt; &lt;SPAN class="L0S31"&gt;"string variable then do the operation it will work fine.&lt;/SPAN&gt;&lt;BR /&gt; &lt;BR /&gt; &lt;SPAN class="L0S52"&gt;DATA &lt;/SPAN&gt;str &lt;SPAN class="L0S52"&gt;type &lt;/SPAN&gt;string &lt;SPAN class="L0S52"&gt;VALUE &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'akd.dfj.....'&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt; &lt;BR /&gt; &lt;SPAN class="L0S52"&gt;REPLACE &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;ALL &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;OCCURRENCES &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;OF &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'.' &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;in &lt;/SPAN&gt;str &lt;SPAN class="L0S52"&gt;WITH &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;','&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt; &lt;BR /&gt; &lt;SPAN class="L0S52"&gt;WRITE &lt;/SPAN&gt;str&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S31"&gt;&lt;SPAN class="L0S55"&gt;Warm &amp;amp; Regards,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S31"&gt;&lt;SPAN class="L0S55"&gt;John.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jul 2013 11:35:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-error-in-replace-all-occurrences/m-p/9613257#M1759978</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-07-18T11:35:46Z</dc:date>
    </item>
    <item>
      <title>Re: getting error in REPLACE ALL OCCURRENCES</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-error-in-replace-all-occurrences/m-p/9613258#M1759979</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Chini Thanks for ur response...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jul 2013 12:17:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-error-in-replace-all-occurrences/m-p/9613258#M1759979</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-07-18T12:17:43Z</dc:date>
    </item>
    <item>
      <title>Re: getting error in REPLACE ALL OCCURRENCES</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-error-in-replace-all-occurrences/m-p/9613259#M1759980</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 show the value of &lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;wa_overview-CATSHOURS also your code.&amp;nbsp; And also show the exact error message.&amp;nbsp; Is it a dump?&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jul 2013 12:31:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-error-in-replace-all-occurrences/m-p/9613259#M1759980</guid>
      <dc:creator>venkateswaran_k</dc:creator>
      <dc:date>2013-07-18T12:31:30Z</dc:date>
    </item>
    <item>
      <title>Re: getting error in REPLACE ALL OCCURRENCES</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-error-in-replace-all-occurrences/m-p/9613260#M1759981</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&amp;nbsp;&amp;nbsp; If I am going to set the country like&amp;nbsp;&amp;nbsp; set country = 'DE', so the changes will done automatically or not means inplace of "." i will get "," or not in the output. Regards Sankil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jul 2013 10:49:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-error-in-replace-all-occurrences/m-p/9613260#M1759981</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-07-29T10:49:10Z</dc:date>
    </item>
    <item>
      <title>Re: getting error in REPLACE ALL OCCURRENCES</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-error-in-replace-all-occurrences/m-p/9613261#M1759982</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This message was moderated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jul 2013 12:10:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-error-in-replace-all-occurrences/m-p/9613261#M1759982</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-07-29T12:10:29Z</dc:date>
    </item>
    <item>
      <title>Re: getting error in REPLACE ALL OCCURRENCES</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-error-in-replace-all-occurrences/m-p/9613262#M1759983</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sankil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are trying to do a format change, then I suggest not to use a replace statement. Instead you try to find a conversion function module, or use 'WRITE TO' statement with mask/currency/country passed according to your requirement.&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, 29 Jul 2013 14:09:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-error-in-replace-all-occurrences/m-p/9613262#M1759983</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-07-29T14:09:46Z</dc:date>
    </item>
  </channel>
</rss>

