<?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: Fixed point arithmetic in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/fixed-point-arithmetic/m-p/2698867#M624922</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi aRs &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have awarded points to you too. Though the link doesn't have solution to my case, but it helped me understand the concept here. Thanks a lot.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 09 Aug 2007 23:51:20 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-08-09T23:51:20Z</dc:date>
    <item>
      <title>Fixed point arithmetic</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fixed-point-arithmetic/m-p/2698862#M624917</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have an include program in which i am doing a calculation (division) to arrive at KBETR. but i am facing a problem in getting the exact output since the Fixed point arithmetic is not checked in the main program SAPLV651A which is a standard program. Now i dont want to use the access key method to get it checked in the standard program. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone suggest a custom code to put the FPA logic and arrive at the required result as if the FPA is checked on?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Aditya Atluri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Aug 2007 21:08:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fixed-point-arithmetic/m-p/2698862#M624917</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-09T21:08:13Z</dc:date>
    </item>
    <item>
      <title>Re: Fixed point arithmetic</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fixed-point-arithmetic/m-p/2698863#M624918</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes this is the case in some of the very old programs where you need to do something in the user exits. You just have to use a conversion factor like dividing by 100, or 1000 depending on the case. See if you are getting values that are always 100 times more or 1000 times more than what it should be, then you can divide by the same number.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Aug 2007 21:18:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fixed-point-arithmetic/m-p/2698863#M624918</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-09T21:18:57Z</dc:date>
    </item>
    <item>
      <title>Re: Fixed point arithmetic</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fixed-point-arithmetic/m-p/2698864#M624919</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try passing your data to a function module in a function group where the FPA is checked and having that function do the calculation.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Aug 2007 21:20:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fixed-point-arithmetic/m-p/2698864#M624919</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-09T21:20:35Z</dc:date>
    </item>
    <item>
      <title>Re: Fixed point arithmetic</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fixed-point-arithmetic/m-p/2698865#M624920</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;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/fc/eb333d358411d1829f0000e829fbfe/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/fc/eb333d358411d1829f0000e829fbfe/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aRs&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Aug 2007 22:23:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fixed-point-arithmetic/m-p/2698865#M624920</guid>
      <dc:creator>former_member194669</dc:creator>
      <dc:date>2007-08-09T22:23:26Z</dc:date>
    </item>
    <item>
      <title>Re: Fixed point arithmetic</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fixed-point-arithmetic/m-p/2698866#M624921</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Kevin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Beautiful. I have awarded the points. Thanks a bunch.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Aditya Atluri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Aug 2007 23:49:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fixed-point-arithmetic/m-p/2698866#M624921</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-09T23:49:31Z</dc:date>
    </item>
    <item>
      <title>Re: Fixed point arithmetic</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fixed-point-arithmetic/m-p/2698867#M624922</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi aRs &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have awarded points to you too. Though the link doesn't have solution to my case, but it helped me understand the concept here. Thanks a lot.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Aug 2007 23:51:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fixed-point-arithmetic/m-p/2698867#M624922</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-09T23:51:20Z</dc:date>
    </item>
  </channel>
</rss>

