<?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: Division without Fixed Point Arithmetic in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/division-without-fixed-point-arithmetic/m-p/5807788#M1312769</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I use floating variable some thing like this : &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;data: v_f TYPE f,
         v_c TYPE char12.

      v_f = ( wa_komp_o-netwr / o_komp-mglme ).

* Due to decimal issues had to use Floating point value
* for calculation of condition base value
      CALL FUNCTION 'FLTP_CHAR_CONVERSION'
        EXPORTING
          decim = 5
          input = v_f
        IMPORTING
          flstr = v_c.

      v_amount = v_c * 10.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 30 Jun 2009 00:07:19 GMT</pubDate>
    <dc:creator>former_member156446</dc:creator>
    <dc:date>2009-06-30T00:07:19Z</dc:date>
    <item>
      <title>Division without Fixed Point Arithmetic</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/division-without-fixed-point-arithmetic/m-p/5807787#M1312768</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;     I am trying to divide 1 by a decimal, i.e.  1 / 7.75027, in Include RV63A900 of Function Group V61A.  Since the ' Fixed Point Arithmetic' checkbox is not checked, I am unable to get this calculation to work.  &lt;/P&gt;&lt;P&gt;     I have tried different scenarios of using a floating point field to receive the quotient but nothing has worked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions?  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris Mowl&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jun 2009 22:34:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/division-without-fixed-point-arithmetic/m-p/5807787#M1312768</guid>
      <dc:creator>chris_mowl</dc:creator>
      <dc:date>2009-06-29T22:34:49Z</dc:date>
    </item>
    <item>
      <title>Re: Division without Fixed Point Arithmetic</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/division-without-fixed-point-arithmetic/m-p/5807788#M1312769</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I use floating variable some thing like this : &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;data: v_f TYPE f,
         v_c TYPE char12.

      v_f = ( wa_komp_o-netwr / o_komp-mglme ).

* Due to decimal issues had to use Floating point value
* for calculation of condition base value
      CALL FUNCTION 'FLTP_CHAR_CONVERSION'
        EXPORTING
          decim = 5
          input = v_f
        IMPORTING
          flstr = v_c.

      v_amount = v_c * 10.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jun 2009 00:07:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/division-without-fixed-point-arithmetic/m-p/5807788#M1312769</guid>
      <dc:creator>former_member156446</dc:creator>
      <dc:date>2009-06-30T00:07:19Z</dc:date>
    </item>
    <item>
      <title>Re: Division without Fixed Point Arithmetic</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/division-without-fixed-point-arithmetic/m-p/5807789#M1312770</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was able to use function module CONVERT_TO_FOREIGN_CURRENCY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the response anyway.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jun 2009 17:06:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/division-without-fixed-point-arithmetic/m-p/5807789#M1312770</guid>
      <dc:creator>chris_mowl</dc:creator>
      <dc:date>2009-06-30T17:06:10Z</dc:date>
    </item>
  </channel>
</rss>

