OBI rounding off to 2 decimals

I just created a a simple request with a dumy column and one column and gave the calculation for this column as 23/12.6. The result returned is 1.83. Why the result is rounding off to two decimal places?
thx.

hi parag,
Obiee internally rounds it off to 2 decimals....for the calculation you mentioned 23/12.6 gives you big number after decimal something like 16 digits.
If you want check it out with select 23/12.6 from dual (OR)
if you want to round your preferred decimal check with this query select round(23/12.6,5) from dual
Hope it helps you.
By,
KK
Edited by: KK on Oct 21, 2010 11:15 PM

Similar Messages

  • Depreciation Amount for Asset taking in Round-Off Value and not in Decimals

    Gurus,
        When I run the Depreciation, the System is calculating amount in Round-off and not in decimals
        Whereas I have knowledge that It shud calculate in decimals or to the exact amount whatever it comes, but the system is automatically rounding -off the value to the nearest ruppee
       So please inform about what has gone wrong in my case.!!
    Regards,
    Nimish Agarwal
    New Delhi

    Dear:
               Go to OAYO and do the do the necessary configuration there. Field Arithmetic Rounding
    Using this indicator you specify that rounding should take place according to the rule: tenths up to and including 4 are rounded downward to the next whole number, starting with 5 they are rounded upward to the next whole number.
    This refers to the decimal places of a currency.
    Example: 4.49 is rounded to 4
    4.50 is rounded to 5
    Check the other
               Regards

  • Reading data from force gauge rounding off decimals

    Hello everyone.  I am new to Labview and this is my first posting on the forum.  I am currently writing a program to record pull tests on crimps using a force gauge.  Everything is going fairly well for it being my first project except when the data I am reading from the force gauge is rounding off the decimals.  I am sure it is where I am using the absolute value and conversion functions but I am unsure the correct way I should be doing this.  Thanks in advance for any advice.  Also, I tried searching on this but did not come up with anything so I apologize if this is a redundant topic. 

    The reason you are losing your decimals is because of the data type you are using.
    If you notice, your indicator is blue, indicating it is "I8" (an 8-bit integer).
    Since it is an integer, by definitiion it has no decimal precision.
    After you read in the data string, try converting it to SGL (single precision float, 32-bit) or DBL (double precision float, 64-bit)
    Cory K

  • Round off at the field catalog with no decimals

    Hi,
    I'm using an ALV grid to display the data. The field catalog is defined as follows.
    fieldcatalog  TYPE slis_t_fieldcat_alv
    Is it possible to round off at the field catalog itself. For example, i have qty as 100.696 in the itab, i want to make it 101.
    What can be used to do this at the fieldcatalog stage?
    Thanks
    Keshi

    Keshini,
      Why con't you round of the value while moving into itab.
    Ex :
             LOOP at Itab.
               round ( itab-field ).
             move itab-field  to i_final-field.
             endloop.
    Ex :
      DATA pack TYPE p VALUE '123.456'
                            DECIMALS 3.
    WRITE pack DECIMALS 2.     123,46
    WRITE: / pack ROUND -2,        12.345,600      
               / pack ROUND -1,          1.234,560
             / pack ROUND 1,             12,346
             / pack ROUND 2.               1,235
    ROUND <r>    -
    Type P fields are multiplied by 10**(-r) and then rounded.
    Pls. Reward if useful

  • Requirement in thousands, rounding off's and no decimals

    Hello,
    I have a requirement in BPC 10 NW to load figures in 1000's and without any decimal places.
    The customer doesn't want decimal places and rounding off's to the nearest integer.
    Can anyone guide me on what would be the best option to go about ?
    Regards,
    Shrini

    Shrini,
    If your requirement is to scale down the sign data coming from BW infocube by 1000 then In your transformation file, in the *OPTION section include the below line.
    CONVERTAMOUNTWDIM=GRP_ACCOUNT
    In your conversion file for AMOUNT just write
    External            Internal               Formula
    *                             *                        VALUE/1000
    Nikhil

  • Unit of measure - rounding off during creation of planned order

    Dear All,
    We have defined one material OIL in MM41 and its UoM is EA also we have put alternative UoM is L(liter).
    now we create BOM of semifinished material we use this oil as a component and enter its value in decimal points.
    e.g 0.375 EA
    During planned order creation or REM backflush system convert this quantity to 1 EA ,WE dont want this automatic conversion .
    We have uploaded all master data in production and now it is very difficult to change all BOM
    So what is the solution of this that system can not convert qty (rounding off).EA
    Kindly reply
    Sunil

    Hi Sunil,
    IN CUNI Transaction Field Decimal Places is for displaying the decimals,there is a decimal place Rounding off field below,there try to maintain 3 decimals and check whether it is working.
    One more thing is Unit EA will be used always as non decimal unit,But i dont know in your buisness how for unit EA there is a decimal qty
    Edited by: Girish  Adaviswamy on Mar 2, 2010 10:59 AM

  • How to use Round off function in TAX Formula

    Dear All,
             I have to do Round off in the Tax Formula. Hence I was suggested by the SAP Forum Team to use Round off function in the Tax Formulae.
             But sir I don't know how to use Round off function in the Tax Formulae.
            For Eg. BaseAmt = Total
                        TaxAmt = BaseAmt * Rate
               Now within this Eg. How will i use the Round off function and where i will use it.
               Please guide me with example.
      Regards
    Hitesh Parsawala

    Hi Hitesh,
    you can do like this
    Cess_ST_TaxAmt=Round(Cess_ST_BaseAmt*Cess_ST_Rate,0)
    where you can introduce rounding function by choosing from dropdown available in Operation and by click on Insert.
    It will post following in formulla window
    Round (Number, Decimals as Number)
    where in parameter you have to give 1.Number-which is to be round and 2.Decimals as Number-as per your requirement like by 2 decimal or 0 decimal
    If required give me call,
    BR
    Samir Gandhi

  • Condition type: DIFF-Rounding Off

    Dear Colleagues,
    The condition type DIFF-Rounding off is not woring in sales order.
    Config details as follows.
    1. OB90->Respective Company Code, Currency & rounding unit of '5' is being set in this transaction.
    2. Define condition type DIFF via Transaction V/06. This condition type is maintained as "Group and Item Condition".
    3. Included the condition type DIFF in the pricing procedure:setting are as per standard Reqt = 13, Caltype = 16, BasType = 4.
    Two issues noticed:
    1) In the sales order: DIFF is determined at item level and header level as well but value of DIFF shows "Zero".
    2) Crdit memo: DIFF was not determined.
    In both the cases Net value + Tax was in decimals, supposed to round off.
    Could anyone help what needs to be done or missing data.
    What exactly the functionaly of DIFF condittion type... Does it round of Net value + Tax or each condition value .
    Thanks & Regards,
    Vamsi P.

    Further, you can refer following SAP notes for your understanding and reference:
    - Note 0022963
    : Rounding problems in condition basis
    - Note 0080183
    : Rounding
    - Note 0130742
    : Roundings in subtotal lines
    - Note 0154789
    : Roundings in subtotal lines, part 2
    - Note 0311135
    : Rounding errors of condition value
    - Note 0886532
    : Pricing: Displaying and rounding numbers
    - Note 1481061
    : Rounding Customizing in SD
    Regards
    JP

  • Rounding off currency

    Dear Gurus,
    Can some one tell me how the rounding for works.
    Financial Accounting ->AR/AP->Business Transaction->Outgoing Payments->Define Account for Rounding off difference.
    My client require the following scenario.
    a. Client wanted to book all the invoies with decimals at liability booking(FB60).
    Eg : 110.36 and 110.56
    b. While making payment(F-53 or F-58) he waanted to round off the decimals(as he do not want to cut the cheque for decimals
    Eg : 110 and 111
    Please help me to configure to get the out put
    Thanks
    Raju.

    Hi
    Have tolerances set up for the user as well as customer/vendor. This will automatically knock off the differences and you can pay in round amount
    S Jayaram

  • Invoice Amount Rounding Off

    Good Day.
    Is it possible to have my selling price have 2 decimal places, but the Invoice amount will be rounded of to hundreds, only for a specific currency?
    Example:
    Price: 123.45 Yen per 1 pc
    Invoice Amount: 123.00 Yen  <-- rounded off, does not require decimal place
    Let me know.
    Best regards,

    hi
    not a problem.
    you need to maintain prices for your product with 2 decimals in VK11 so that this brings 2 decimal pricing in sale order.
    for rounding off in invoicing activate 'round off' condtion type to the nearest yen either up or down.
    hope this is useful to u.
    suresh

  • Regarding rounding off for amount

    dear all,
    can anybody tell me how to round off the amount which is printing in decimals..
    i want to round off the final amount in script..print form.
    thx in adv.
    jigar

    Declare a field like this...
    DATA : amount type p decimals 2.
    Pass your field to <b>amount</b> automatic rounding takes places... display your field.
    In script if you want to restrict the number of decimals do it like this...
    &EKPO-MENGE(.2)& --> display 2 decimals ex, 14532.34
    Regards,
    SaiRam

  • Withholding Tax - Rounding Off

    Hi,
    I have problems on my withholding tax setup, it automatically round off even if my settings in the currency is NO ROUNDING.
    My SAP is 8.8 patch 13. I have no problems on Vat, only on withholding tax amount.
    Kindly advise.
    Thanks,
    Harlene

    There is country specific settings in "Setup -> Financials -> Tax -> Withholding Tax", rounding type for Autralia and New Zealand.
    Refer to the help file for the rounding details.
    Country-Specific Fields: Australia & New Zealand
    Rounding Type Choose the relevant rounding type from the drop-down menu:
    Truncated AU u2013 this option is relevant for a penalty withholding tax. The tax amount calculated is truncated, and appears without decimals, for example, a tax amount of 72.25 is truncated to 72.
    Example
    If the withholding tax is posted when payment occurs, the calculation is done as follows:
    You create a payment for an invoice whose total value is 11.6 (=net value 10 + 16% vat), and the withholding tax is 18%.
    The total of 11.6 is truncated to 11.
    The WT is calculated as: 11*18% = 1.98
    The WT amount is truncated to 1.
    Result: The posted value of withholding tax is 1, and the bank account is credited for 10.6
    End of the example.
    Commercial Values u2013 this option is relevant for voluntary withholding tax. In this case the rounding calculation is done as follows:
    1 to 49 cents is rounded down to the nearest dollar, for example, 34.27 becomes 34.
    50 to 99 cents is rounded up to the nearest dollar, for example, 50.68 becomes 51.
    Example
    The following explains the calculations when creating the payment for the invoice mentioned above, but according to commercial rounding:
    The invoice total is 11.6.
    Withholding tax = 11.6*18% = 2.088. This amount is rounded to 2.
    A value of 2 is posted for withholding tax while the bank account is credited for 9.6.
    End of the example.
    BR.
    Joyce

  • Rounding off while posting foreign invoice to Accounts

    Hi,
    I am facing a problem during the accounting of foreign invoices. We are setting the exchange rate in the sales order accounting tab in exchange rate field which gets passed on to the invoice. Now on converting the value to local currency the accounting entry is passed in decimals. the business wants that a rounded off value should be passed to accounting.
    Ex: Invoice for 260 USD with exchange rate 1 USD=46.71INR, and the accounting entry being passed is value INR 12144.6 whereas the requirement is for 12145.
    Will appreciate your response on this.
    Thanks

    Hi
    Reason and Prerequisites
    u2022Your tax country is Slovakia
    u2022You billed an order with several items in foreign currency,
    u2022where the exchange rate factor between foreign currency and local
    u2022currency is very large or very small.
    u2022The accounting document created during the billing has a tax line item that contains incorrect amounts in local currency
    Solution
    The solution is using the same solution as note 832477 and 32477 with the difference that the country is Slovakia. For other countries you should put the variable L_LAND1 to the string that represent the country.
    Limitations:
    The solution will NOT lead to a recalculation of taxes in local
    currency. However, it will serve to minimise any rounding differences
    which may arise from converting the individual tax lines which are
    transferred from SD to FI. In most practical cases, this should fulfill
    the legal requirements, even though rounding differences may occur for
    individual documents in special cases.
    Regards
    uday

  • Round off in Invoice Postings

    Dear Experts,
    At my client site when the end user is posting invoices the total invoice value differs by a very small value ( As per there legacy system they were rounding of it Eg. As per there legacy system the invoice value is 190576 and as per SAP it is 19575.800 or 19576.400) the want it to get rounded off ie. If the value of the decimals 19575.800 it should be rounded of and should show 19576 and the 0.200 sholuld go to some other account or If the value is 19576.200 it should reduce by by 0.400 and the entry of -0.400 should also go to the G/L for round off. Is there any provisons in SAP for such postings?? can any body help me ? 
    Regars
    Mehul
    Edited by: Mehul  P. Shah on Jul 5, 2009 6:47 AM

    In OMR6 Pl.set Tolerance limit
    If you want to round off the Values in the amount field at the time of invoice posting in MIRO.
    There will be a small difference amount positive or neagtive in the Balance field.
    System does not automatically round off the values. It is manuall rounding only.
    Maintain the Tolerance key DIF for the Compnay code . Mainatin the Toleransace values says + or - 0.50 USD in OMR6. & selec the Check limit boxes

  • Rounding off service tax

    Hi Guru's,
    I would like to know what settings do I need to do the round off to next rupee in the service tax calculation.
    If sevice Tax Amt - INR 240.23 = INR 240
    If service Tax Amt - INR 240.55 = INR 241.
    That means if it is .50 and above it should round off to next rupee, else round off in other way.
    Thanks in advance.
    Deepak

    Hello
    Some times rounding off in invoices can be country specific, where decimals / rules for rounding can be defined.
    Maintain  these and check. But this could affect other documents also, which I am sure you do not want.
    Please check this
    SPRO-> EWT>Calucaltion>define rounding rule for tax type
    Reg
    *Assign points if useful

Maybe you are looking for

  • How can i transfer my music from windows 7 to a mini mac

    I need some help as I bought a mini mac for more storage for my music on windows 7 and greater ease of use for managing my music library. I also have an external hard drive full of music 750GB I was hoping to transfer. I am now considering an externa

  • TS4036 My icloud back up takes a long time !  What is the problem ?

    I need help please , i am trying to backup my icloud for more than two days !! Still backing up and not finished yet

  • Line overlapping row in report

    I am doing maintenance in a report that runs to a time when small executes properly, but when runs for a whole month, about 165,000 pages, a dotted line (uline) overwrites the record. Someone already seen something similar before and solved. Example

  • Help with scripting a period in barcode between fields.

    Good Morning, I need help scripting a barcode that has a period as a separator in between fields. I have 3 fields that I need all encoded in to one barcode and need a period as separators. EMPID FormName EMPSSN I need barcode to read as follows EMPID

  • Dreamweaver CC may have a compatibility Issue with Dreamweaver CS6?

    I installed Dreamweaver CC onto my laptop (Windows 7 OS).  I am able to build new web pages using Fluid Grid Layout.  But when I attempt to open previously designed web pages that were build using Dreamweaver CS6, Dreamweaver CC crashes. I was told t