Decimal places in Pur docs - URGENT

Hi
We have requirement in our project where we need to accomodate 4 decimal places in the PRICE field instead of the 2. For example we load an item from catalogs or external supplier site, where the price is 75.3492 the price gets rounded off to 75.35 but we need the exact price with 4 decimal places. Is there any way we can accomodate this? any inputs would be appreciated.
Thanks
Naveen

Hi Naveen,
In transaction OY04, you can specify the decimals for currency.
Kind regards,
Yann

Similar Messages

  • How to assign Two Decimal Places for numeric Columns(urgent)

    Hi all,
    I have lot of Numeric fields under Advance table Section.
    for those fields data is coming single decimal point (42.5).
    but client want to see the data upto two decimal points like 42.50
    how to achieve this functionality.
    Please give me some idea on this functionality.
    it is very urgent for me.thanks in advance
    thanks
    vinu

    Use OADataBoundVariables and set the US currency format for the data. It would come accordingly. You can look for the exact code in some other threads.
    Another option is to set the decimal format in the getter of the VO. It would show accordingly on the page.

  • Some urgent chart issues : Lost labels & erroneous decimal places

    Hello everybody,
    we have some new and really urgent problems with some charts.
    Lost labels
    Like you can see in the figure below, our charts sometimes loose some lables on the graphs.There are some different scenarios for the problem.
    1) Two neighbouring bars have similar values and similar height. So the labels would overlap. In that cases, the charts loose one of the two labels. (see the yellow markers on the bars in the figure below)
    2) A chart´s graph tends to the maximum scale of its surrounding container div. The chart components then often "decide", that they do not have enough space for a label and so do not display these labels (line in figure below).
    Is there any possibility to fix these problems? Manipulating the charts via css doesn´t work, because the missing elements are not created at all. So there isn´t any element in the DOM that could be adressed.
    Erroneous decimal places
    In addition to the problems above, we have another one that causes ugly headaches. The values in some charts have 14 decimal places. Settings in the query (we use BW queries as DataSrc) or in the initial view are completely effectless. First we supposed that the problem correlates with some chart types, but in the meanwhile we get the problem with almost all types.
    Is anybody out there with similar problems or any ideas to fix the problem?
    Thanks so far & kind regars,
    Sebastian

    Hi Tammy,
    thank you for your very quick response. I´m working with IE 10.0.9200 and Design Studio 1.2 SP1. The Application runs normally on a BOE-Server. but the problems occur even when i run the application locally.
    But first of all i will check the thread you recommended.
    Thanks for your help!

  • Currency Decimal Places - Urgent

    Hi all of you..
    When earlier stage in my project , client has not told us to change the decimal places in Foreign Currency - USD.
    Now client is asking to change the decimal places for 4 digits..
    ( Earlier 2 decimals )
    Now in Global settings t.code OY06 , we are trying to change for 4 decimals , but system is changing the entire existed transaction values regd USD as for 4 decimals , data inconsistency is coming.
    Is there any procedure to change the decimal places from now onwards...
    Or else is there any procedure to get 4 decimals in PO..
    Plss help me it is very urgent to me ..we are trying to shoot from 10 days..
    Thanks & Regards
    Ramki

    Please read OSS note 434349 - Change of decimal places of currencies
    it has instructions for your case

  • Pages rounding up numbers in a .doc file to 2 decimal places

    Hello, I have a problem, with Pages (3.4) on OS 10.7.5...
    When I go to open a .Doc file, Pages seems to round up some numbers to 2 decimal places. I did find another thread which dealt with this problem inside of Tables, but I am not using tables in this document.... another problem is that the new rounded up number is not editable in Pages once the document is open. e.g.
    In word/open office I see the figure (which is in fact a series of dates - i did not write this document btw)
         12.12.24.1.13
    in Pages is only see
         .13
    and this .13 is totaly un-editable and unselectable.
    Can you help ?

    Got it!
    I tried opening it in TextEdit but the funky dates were omitted from the page. Then I opened it in LibreOffice and it looked OK. The problematic dates seemed created by a special Word function. The behaving dates were manually written.
    I selected all content of the document in LibreOffice and pasted into a Pages document and all dates came out as they should.

  • Rounding a quantity field to one decimal place. PLEASE URGENT

    I have a quantity field with three decimal places. I have to print this field with only one decimal place. This is in a smartform.
    suppose: qty = 45.678
    I want it to be printed as 45.7
    Thanks in advance.

    Hi Riki,
    I think you can use Function Module ROUND to round off the value...
    REPORT ZTEST_SHAIL4 .
    data: out type p decimals 1,
    inp type f.
    inp = '45.678'.
    CALL FUNCTION 'ROUND'
    EXPORTING
    DECIMALS =
    input = inp
    SIGN = ' '
    IMPORTING
    OUTPUT = out
    EXCEPTIONS
    INPUT_INVALID = 1
    OVERFLOW = 2
    TYPE_INVALID = 3
    OTHERS = 4
    IF sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    Now use the variable 'out' to display the rounded off value...
    Regards,
    SP.

  • Quantity field to one decimal place. PLEASE URGENT

    I have a quantity field with three decimal places. I have to print this field with only one decimal place. This is in a smartform.
    suppose: qty = 45.678
    I want it to be printed as 45.7
    Thanks in advance.

    Create one more variable in Global definitions with only 1 decimal place.
    Assign value of qty to this new variable.
    SAP automatically takes care of the rounding.
    And then print this new variable rather than qty.
    You can write all these in a code block.

  • Decimal Places are not Permitted for Chile Country

    Hi All,
    In OVA8 settings for Chile country at the field max.doc value, i am not able to use the decimals. getting error message as Decimlas are not permitted (Message no - 00011). checked OY04 - there is no decimals for Chile currency. checked - OY01 Dec.Pt. format as 1.234.567,89
    For Argentina, Peru and Uruguay same settings has been done and i am able to save the decimal points in OVA8 at the field max.doc value.
    Please let me know if there is any specifis settings for Chile or SAP NOTE
    Thanks,
    Mahesh

    HI,
    just looking at a brand-new ECC60 / EhP4 system where nobody changed OY04 settings.
    I can find CLP (Chilean Peso) in the list with ' ' decimal places, so thats why there are no decimal places allowed.
    Check again OY04, if you find an entry for CLP and NOTHING is maintained it means that ZERO dec. places are allowed.
    If you find an entry in OY04 with a number of decimal places >0 than this decimal places are allowed.
    If there is NO entry for a given currency then its used with 2 decimal places (SAP standard).
    So OY04 is only for the currencies that should be treated different as SAP standard.
    Best regards, Christian
    Edited by: Christian Ortner on Feb 3, 2011 5:09 PM

  • Decimal places in doubles

    Hi,
    How do you limit the number of decimal places which are displayed by a double??
    Cheers
    David

    http://java.sun.com/docs/books/tutorial/i18n/format/index.html

  • Decimal places in database

    Hi all,
    Please can you make B1 do all calculations and store all data in the database to the maximum number of decimal places, and then let users pick to how many decimal places to view on screen?
    At the moment, if I only pick 2 decimal places, the database saves and calculates values to 2 decimal places, so in long marketing documents causes mis-pricing of things like tax/VAT.
    Current option is to set everything to 6 decimal places, and use round(xxx,2) in PLD, but this makes the user's B1 screen in marketing docs etc very very ugly
    Thanks
    Rajiv

    Hi there,
    Firstly, thank you for looking into this, it is appreciated. VAT is at 17.5%:
    Invoice contains:
    Item A x1
    Price 2.22
    VAT 0.3885 (4dp)
    VAT 0.39 (2dp)
    Item B x1, Item C x1, and Item D x1 - all like Item A
    In this scenario, VAT on Items A,B,C, and D.
    With 4 dp - 0.3885 x4 = 1.554 -> 1.55
    With 2 dp - 0.39 x 4 = 1.56 -> 1.56
    So there is a difference of one penny in this mock scenario.
    Hence, all calculations should be done and stored to the full 6dp within the database, however, the end user should be able to choose how many dp to view "on screen" as it were.
    Does this make things clearer?
    Rajiv

  • Determine the fax number or EMAIL address for pur docs

    Hi,
    I am trying to send pur doc via fax or EMAIL.
    I have created specific  message types for that purpose.
    The fax is created and sent to the default fax number / EMAIL address.
    I want the message to be sent to the same vendor but to other fax number or EMAIL address.
    I do not want to create a spereate partner for that purpose. I want to add fax number or EMAIL number to the address detail of the vendor and I want to mark it as the fax number for the pur docs.
    In the UE/BADI I want to be able to determine the fax number / EMAIL address.
    Does any one know any BADI/UE enabeling me doing so?
    Best regards
    Shlomo Assouline

    Dear Ramesh,
    This is a known issue. What I am looking for is the place in which I can decide which one of the EMAIL/FAX that exists in the vendor master data to use.
    As you probably know A vendor can have more than one EMAIL/FAX but only one of them is signed as the default one. The EMAIL/FAX used as standard is the standard one.
    Best regards
    Shlomo Assouline

  • How to increase no. of decimal places in a cube

    Dear Friends
    Can you tell me
    how to increase no. of decimal places in a cube
    i want 5.98765 this value in the keyfigure
    but it is allowing me only 5.987 only 3 digits after decimal
    urgent
    Thx

    Hi Laxmi,
    Inorder to store data with more than 3 decimal places,you can check the keyfigure with maximum precision checkbox available in the additional properties tab of the keyfigure.By which you can store upto 9 decimal places.
    Or
    You can change the data type from DEC to FLTP,by which you can store data upto  15 decimal places in the cube.
    Also by changing decimal places in Bex allows you to change the decimal places for the data to be displayed and if the data in the cube is holding 3 decimal places how can you display 5 decimal places in report.
    Hope it helps....
    Regards,
    Umesh.

  • Altering number of decimal places of formatted number

    Using http://java.sun.com/docs/books/tutorial/i18n/format/numberFormat.html I have worked out how to format a number, almost. When I follow the example in this tutorial that shows how format a double, it always rounds it to 3 decimal places. How do I alter the number of decimal places that this formatting procedure outputs? I used the US as the locale and English as the language. I am assuming that if these parameters are chosen, 3 decimal places is the output. Is this assumption correct?

    Look at the next chapter :)
    http://java.sun.com/docs/books/tutorial/i18n/format/decimalFormat.html

  • Decimal places display at the time of results recording

    Dear All,
    Please i faced one problem, At the time of results recoridngi/.e,
    In my insp. plan i defined Quantitative specification as 70.0 with '1' decimal place in Qunatitative data. but after results recording it displaying one more decimal place excessi.e., as 70.00. How can i solve this problem, due to what this problem is occure. Please if any, solve its urgent.
    Regards,
    Vijaya

    Dear Vijaya,
    While entering Inspection Characteristics.. There is a field called DecPlaces on the right. its the  24th field on the item table.
    The field comes after
    Method, Insp Method plant, Version, Sampling Procedure, Sample Unit of Measure, Base Sample Quantity, SPC Criterion, Modification Rule, Test Eqpmt, Test Equip Short Text, Par Sample, DecPlace, Unit of Measure, Target Value, Lower spec Lmt, Upper Spec Lmt... and so on...
    Regards
    Vijay

  • Decimal Places of Key Figure not displaying Correctly

    Hi BW Gurus,
    I have a key Fig ZLENGTH of type Quantity. I am calculating length in Kilo Meters with this.When I am trying to load the data in my cube with flat file say if value for length is 8.123 Km it is showing in Cube 8.000 . As cklient requirement is for three decimal places I want to show exact value i.e. 8.123KM
    Pls. help. Matter Urgent
    Regards,
    MANDAR

    Hi,
    in CUNI select LENGTH in front of Units of Measurement, click the button and then double click the KM row to open its properties.
    Deciaml rounding should be empty there; if this is the case you'll have to simulate your update in order to see where the system is removing the decimals.
    Check that the original record in the PSA has decimals.
    Check that the communication structure record has decimals.
    Finally the data target record.
    It must happen somewhere in the dataflow.
    hope this helps...
    Olivier.
    Message was edited by:
            Olivier Cora

Maybe you are looking for

  • Error message "This program cannot display the webpage when uploading images to Cafe Press

    I have had a Café Press shop for five years and except for sometimes being slow, no problems uploading images. Now, suddenly for 3 days I get the message "This program cannot display the webpage Most likely causes: • You are not connected to the Inte

  • Framemaker 8 and Distiller 8.1.4  creating PDF

    Hi I use FrameMaker 8. I save it as Frame 7.0 document type. When I create PDF, I get error and cannot successfully convert to pdf. My friend told me to uninstall Acrobat Professional, Framemaker 8 and then reinstall frammaker8 so that the PDF add-on

  • Is it possible in calculate this in BEx.......

    Hi Guys, This is a bit of a strange requirement but a requirement nonetheless, and im curious to know if it can be done without an ABAP person being involved. The scenario: We have a BW Query that is reporting data on a Project level. Say for example

  • Adobe flash download help ???

    Hello.  I repeatedly successfully ??? download adobe flash player only to repeatedly have a box pop up when I attempt to listen or access something online saying "Opps, you need to download the latest adobe flash player to access this"  HELP... how c

  • Help: Substitution cipher

    Hi: The following program is to suppose to be an alphabet substitution cipher. A keyword is taken from the command and added to a reverse alphabet string. Duplicate letters are removed. The string is then put into an array. The array is then used to