<?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: Multiply without ROUNDING in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiply-without-rounding/m-p/6371508#M1401871</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you ever try doing the same thing that you said (moving to float and devide)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 23 Nov 2009 18:00:42 GMT</pubDate>
    <dc:creator>former_member191735</dc:creator>
    <dc:date>2009-11-23T18:00:42Z</dc:date>
    <item>
      <title>Multiply without ROUNDING</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiply-without-rounding/m-p/6371507#M1401870</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;I have a value coming in on an IDoc e.g. 100.12355.  Due to factoring this is divided by 10 to 10.01236 (standard rounding has the 6 at the end as it's a 5 decimal field).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I do this without rounding i.e. I need da value of 10.01235 to appear? Do i move it to a float field, then divide, and move back? Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Colm&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Nov 2009 16:08:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiply-without-rounding/m-p/6371507#M1401870</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-23T16:08:06Z</dc:date>
    </item>
    <item>
      <title>Re: Multiply without ROUNDING</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiply-without-rounding/m-p/6371508#M1401871</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you ever try doing the same thing that you said (moving to float and devide)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Nov 2009 18:00:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiply-without-rounding/m-p/6371508#M1401871</guid>
      <dc:creator>former_member191735</dc:creator>
      <dc:date>2009-11-23T18:00:42Z</dc:date>
    </item>
    <item>
      <title>Re: Multiply without ROUNDING</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiply-without-rounding/m-p/6371509#M1401872</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if its a custom code in the attributes of the program , there is a check box "fix point arithmetic"   if you uncheck that will not round the values... its just an option it might break some other calculation.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Nov 2009 18:33:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiply-without-rounding/m-p/6371509#M1401872</guid>
      <dc:creator>former_member156446</dc:creator>
      <dc:date>2009-11-23T18:33:26Z</dc:date>
    </item>
    <item>
      <title>Re: Multiply without ROUNDING</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiply-without-rounding/m-p/6371510#M1401873</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We've decided to catch this at the earliest point and not round at the start of the program so that we have the correct figure before doing any calculations later on....still a problem though with the following;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      e1bp1093_0 LIKE e1bp1093_0,&lt;/P&gt;&lt;P&gt;      exchrate_list LIKE bapi1093_0 OCCURS 0 WITH HEADER LINE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we're moving e1bp1093_0-exch_rate to exchrate_list-EXCH_RATE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So the IDoc has 6 digits coming in e.g. 5.435818 and we're moving to a 5 digit currency field so it goes to 5.43520 with standard rounding. Is there anyway to get it to be 5.43581 (i.e. just chop off any additional digits past 5)? Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Nov 2009 09:07:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiply-without-rounding/m-p/6371510#M1401873</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-24T09:07:32Z</dc:date>
    </item>
  </channel>
</rss>

