<?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: currency problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/currency-problem/m-p/1513501#M236560</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Increase the mask.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'___.___.___.___,__'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 23 Aug 2006 18:42:34 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-08-23T18:42:34Z</dc:date>
    <item>
      <title>currency problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/currency-problem/m-p/1513500#M236559</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have lv_total = 999999999966&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have make it &lt;/P&gt;&lt;P&gt;9.999.999.999,66 and pass it into lv_total or &lt;/P&gt;&lt;P&gt;say into another local variable lv_total1.&lt;/P&gt;&lt;P&gt;How to do this. Please suggest me .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  WRITE lv_total TO lv_total&lt;/P&gt;&lt;P&gt;                 USING EDIT MASK 'RR___.___.___,__'.&lt;/P&gt;&lt;P&gt;is for upto 999.999.999,66 only&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Aug 2006 18:38:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/currency-problem/m-p/1513500#M236559</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-23T18:38:04Z</dc:date>
    </item>
    <item>
      <title>Re: currency problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/currency-problem/m-p/1513501#M236560</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Increase the mask.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'___.___.___.___,__'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Aug 2006 18:42:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/currency-problem/m-p/1513501#M236560</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-23T18:42:34Z</dc:date>
    </item>
    <item>
      <title>Re: currency problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/currency-problem/m-p/1513502#M236561</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sam&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is not due to edit mask not able to handle the value but the field length of lv_total. If you increase the length of the variable lv_total1 it should be able give you the result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anurag&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Aug 2006 18:57:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/currency-problem/m-p/1513502#M236561</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-23T18:57:37Z</dc:date>
    </item>
    <item>
      <title>Re: currency problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/currency-problem/m-p/1513503#M236562</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Still I did not use this in y program ...&lt;/P&gt;&lt;P&gt;U mean in the below stmt&lt;/P&gt;&lt;P&gt; WRITE lv_total TO lv_total&lt;/P&gt;&lt;P&gt;USING EDIT MASK 'RR___.___.___,__'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to write&lt;/P&gt;&lt;P&gt;USING EDIT MASK 'RR___.___.___.___,__'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AM I RIGHT  ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Aug 2006 19:01:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/currency-problem/m-p/1513503#M236562</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-23T19:01:04Z</dc:date>
    </item>
    <item>
      <title>Re: currency problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/currency-problem/m-p/1513504#M236563</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's what I did and it seemed to work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Aug 2006 19:02:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/currency-problem/m-p/1513504#M236563</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-23T19:02:26Z</dc:date>
    </item>
  </channel>
</rss>

