<?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 field calculation problem. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/currency-field-calculation-problem/m-p/4561773#M1076787</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 04 Oct 2008 11:43:22 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-10-04T11:43:22Z</dc:date>
    <item>
      <title>Currency field calculation problem.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/currency-field-calculation-problem/m-p/4561769#M1076783</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to calculate one variable that is multiplyied&lt;/P&gt;&lt;P&gt;by other.&lt;/P&gt;&lt;P&gt;One is 97.087 that is multiply by dmbtr field.&lt;/P&gt;&lt;P&gt;Dmbtr field is currency with 2 decimal places.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now when i am trying to multiply 97.087 to  dmbtr field.&lt;/P&gt;&lt;P&gt;System is showing me the error.&lt;/P&gt;&lt;P&gt;and when i am doing by 97  to  dmbtr field.&lt;/P&gt;&lt;P&gt;System is showing me no error.&lt;/P&gt;&lt;P&gt;please help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards&lt;/P&gt;&lt;P&gt;vivek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Oct 2008 08:34:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/currency-field-calculation-problem/m-p/4561769#M1076783</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-04T08:34:27Z</dc:date>
    </item>
    <item>
      <title>Re: Currency field calculation problem.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/currency-field-calculation-problem/m-p/4561770#M1076784</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What's the error message? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What's your code?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Either your field is defined incorrectly or the length is too short to hold the result.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Oct 2008 09:02:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/currency-field-calculation-problem/m-p/4561770#M1076784</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-04T09:02:26Z</dc:date>
    </item>
    <item>
      <title>Re: Currency field calculation problem.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/currency-field-calculation-problem/m-p/4561771#M1076785</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;friend,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is the code that i am writing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;wa_output-AMT1  =  wa_output-dmbtr.&lt;/P&gt;&lt;P&gt;wa_output-AMT11 =  wa_output-AMT1 * ( 97.087 / 100 ) .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;error message is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Incomplete arithmetic expression: ")" missing at end of statement.		&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Oct 2008 10:14:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/currency-field-calculation-problem/m-p/4561771#M1076785</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-04T10:14:23Z</dc:date>
    </item>
    <item>
      <title>Re: Currency field calculation problem.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/currency-field-calculation-problem/m-p/4561772#M1076786</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;may be try it as,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;wa_output-AMT11 =  ( wa_output-AMT1 * ( 97.087 / 100 )  ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Padma.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Oct 2008 10:17:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/currency-field-calculation-problem/m-p/4561772#M1076786</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-04T10:17:10Z</dc:date>
    </item>
    <item>
      <title>Re: Currency field calculation problem.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/currency-field-calculation-problem/m-p/4561773#M1076787</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Oct 2008 11:43:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/currency-field-calculation-problem/m-p/4561773#M1076787</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-04T11:43:22Z</dc:date>
    </item>
  </channel>
</rss>

