<?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: Difference between two amount fields in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-two-amount-fields/m-p/4603484#M1084994</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What if the two values are type c?  So the commas etc. are really in the value.  He'll have to convert to type P first, then subtract. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Again - it's programming that solves this - not "function module".  How do you think function modules get written in the first place - by programming!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 11 Oct 2008 05:52:32 GMT</pubDate>
    <dc:creator>matt</dc:creator>
    <dc:date>2008-10-11T05:52:32Z</dc:date>
    <item>
      <title>Difference between two amount fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-two-amount-fields/m-p/4603480#M1084990</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;     I have got two amount fields and I need to find the difference between those two.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;They are in below formats&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.800,00&lt;/P&gt;&lt;P&gt;18,00&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any FM to find the difference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;ABAPer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Oct 2008 21:45:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-two-amount-fields/m-p/4603480#M1084990</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-10T21:45:47Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between two amount fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-two-amount-fields/m-p/4603481#M1084991</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why do you need a FM for this simple mathematical function, when you can subtract one from another and store it in the resulting variable. Calling a FM will be more lines of Code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Aman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Oct 2008 23:40:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-two-amount-fields/m-p/4603481#M1084991</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-10T23:40:10Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between two amount fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-two-amount-fields/m-p/4603482#M1084992</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hey,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just subtract the first number from the second and then store its value in a variable.For this why do you need a FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Midhun Abraham&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Oct 2008 01:32:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-two-amount-fields/m-p/4603482#M1084992</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-11T01:32:59Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between two amount fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-two-amount-fields/m-p/4603483#M1084993</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;Simply subtract the two fields on the field.&lt;/P&gt;&lt;P&gt;The resulatant variable will have the result.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Oct 2008 05:12:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-two-amount-fields/m-p/4603483#M1084993</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-11T05:12:37Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between two amount fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-two-amount-fields/m-p/4603484#M1084994</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What if the two values are type c?  So the commas etc. are really in the value.  He'll have to convert to type P first, then subtract. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Again - it's programming that solves this - not "function module".  How do you think function modules get written in the first place - by programming!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Oct 2008 05:52:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-two-amount-fields/m-p/4603484#M1084994</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2008-10-11T05:52:32Z</dc:date>
    </item>
  </channel>
</rss>

