<?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 . with , in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/replace-with/m-p/4041914#M966097</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 { section_of | sub_string_in } dobj WITH new &lt;/P&gt;&lt;P&gt;       &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward pts if usefull.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Dhan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Jun 2008 08:19:58 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-06-18T08:19:58Z</dc:date>
    <item>
      <title>Replace . with ,</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/replace-with/m-p/4041912#M966095</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;how to replace . with , in a quantity field?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;many thanks!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jun 2008 08:17:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/replace-with/m-p/4041912#M966095</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-18T08:17:08Z</dc:date>
    </item>
    <item>
      <title>Re: Replace . with ,</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/replace-with/m-p/4041913#M966096</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 '.' WITH ',' INTO in_par-value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanjks&lt;/P&gt;&lt;P&gt;Vikranth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jun 2008 08:18:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/replace-with/m-p/4041913#M966096</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-18T08:18:29Z</dc:date>
    </item>
    <item>
      <title>Re: Replace . with ,</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/replace-with/m-p/4041914#M966097</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 { section_of | sub_string_in } dobj WITH new &lt;/P&gt;&lt;P&gt;       &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward pts if usefull.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Dhan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jun 2008 08:19:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/replace-with/m-p/4041914#M966097</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-18T08:19:58Z</dc:date>
    </item>
    <item>
      <title>Re: Replace . with ,</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/replace-with/m-p/4041915#M966098</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;Eg : V_Quanty = 9.99.000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;Replace all occurance of '.' in v_quanty with ','.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Vikranth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jun 2008 08:20:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/replace-with/m-p/4041915#M966098</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-18T08:20:27Z</dc:date>
    </item>
    <item>
      <title>Re: Replace . with ,</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/replace-with/m-p/4041916#M966099</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;go to transaction su3.there in the defaults tab u will have an option called decimal notation.change the as u wish by drop button over there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i think this willl help u.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please reward me if helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reagards,&lt;/P&gt;&lt;P&gt;Reddy.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jun 2008 08:20:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/replace-with/m-p/4041916#M966099</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-18T08:20:44Z</dc:date>
    </item>
    <item>
      <title>Re: Replace . with ,</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/replace-with/m-p/4041917#M966100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a quantity field....no char!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jun 2008 08:21:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/replace-with/m-p/4041917#M966100</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-18T08:21:54Z</dc:date>
    </item>
    <item>
      <title>Re: Replace . with ,</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/replace-with/m-p/4041918#M966101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; Try with 'REPLACE ALL OCCURRANCES OF' statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;remember this REPLACE will work only on CHARACTER fields.  So you need to use write to statement before using REPLACE statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data : char_qty type char18.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;write wa_mara-qty to char_qty.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now you can use REPLACE statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks &amp;amp; regards&lt;/P&gt;&lt;P&gt;Kishore Kumar Maram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jun 2008 08:22:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/replace-with/m-p/4041918#M966101</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-18T08:22:46Z</dc:date>
    </item>
    <item>
      <title>Re: Replace . with ,</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/replace-with/m-p/4041919#M966102</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 try using the 'TRANSLATE' keyword.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it works,&lt;/P&gt;&lt;P&gt;Sandeep.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jun 2008 08:23:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/replace-with/m-p/4041919#M966102</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-18T08:23:17Z</dc:date>
    </item>
    <item>
      <title>Re: Replace . with ,</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/replace-with/m-p/4041920#M966103</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;TRANSLATE &amp;lt;Ur_firld&amp;gt; USING '.,'.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Amit.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jun 2008 08:34:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/replace-with/m-p/4041920#M966103</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-18T08:34:44Z</dc:date>
    </item>
  </channel>
</rss>

