<?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: converting currency fields into strings without separators in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/converting-currency-fields-into-strings-without-separators/m-p/1596375#M267867</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ahhhh thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I get error while rewarding the solution?  I'll try again later&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Bee Huat, Leonard Yong&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 13 Oct 2006 06:39:16 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-10-13T06:39:16Z</dc:date>
    <item>
      <title>converting currency fields into strings without separators</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/converting-currency-fields-into-strings-without-separators/m-p/1596372#M267864</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;   Currently i'm using the write statement to do the conversions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   data : amt(30).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   write bseg-dmbtr into amt currency 'USD'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   However the output is in "123,456.00" format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   I need the output in "123456.00" without the commas.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   Other than doing a "REPLACE" command for the commas in the amt string, is there a better way of getting the desired currency output without commas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Oct 2006 04:33:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/converting-currency-fields-into-strings-without-separators/m-p/1596372#M267864</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-13T04:33:33Z</dc:date>
    </item>
    <item>
      <title>Re: converting currency fields into strings without separators</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/converting-currency-fields-into-strings-without-separators/m-p/1596373#M267865</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;  Use the NO-GROUPING addition with the WRITE statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  write bseg-dmbtr into amt &amp;lt;b&amp;gt;NO-GROUPING&amp;lt;/b&amp;gt; currency 'USD'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Manoj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Oct 2006 04:51:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/converting-currency-fields-into-strings-without-separators/m-p/1596373#M267865</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-13T04:51:05Z</dc:date>
    </item>
    <item>
      <title>Re: converting currency fields into strings without separators</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/converting-currency-fields-into-strings-without-separators/m-p/1596374#M267866</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;then what is the fm used for indian currency &lt;/P&gt;&lt;P&gt;thx&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Oct 2006 05:05:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/converting-currency-fields-into-strings-without-separators/m-p/1596374#M267866</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-13T05:05:10Z</dc:date>
    </item>
    <item>
      <title>Re: converting currency fields into strings without separators</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/converting-currency-fields-into-strings-without-separators/m-p/1596375#M267867</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ahhhh thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I get error while rewarding the solution?  I'll try again later&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Bee Huat, Leonard Yong&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Oct 2006 06:39:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/converting-currency-fields-into-strings-without-separators/m-p/1596375#M267867</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-13T06:39:16Z</dc:date>
    </item>
  </channel>
</rss>

