Increase in decimal places in unit of material

Dear All,
Please let me know the procedure for increasing the decimal places in a material unit.
regards,
GHS.

Transaction CUNI. Select the UOM and click on the magnifier of function key F5. You can find the place where the decimal places are mentioned. Consider impact that may affect, before changing.

Similar Messages

  • Changing number of decimal places for Unit of Measure

    Hi All,
    I have a requirement to convert a quantity in one unit of measure to another (custom) unit of measure.
    The issue is that the custom unit of measure has 4 decimal places (customer requirement). I found function module MD_CONVERT_MATERIAL_UNIT which does the trick for regular, 3 decimal places, UoM's. It won't output 4 decimal places since the output data type is EKPO-MENGE, which has 3 decimal places.
    Does anyone have experience with trying to convert material's UoMs into 4 or more decimal places?
    Thanks!

    <b>round_f_to_15_decs</b>  round variable of type f to 15 decimals
    Sometimes type F (float) is used to represent exact data (Amounts, Quantities):
    if values are to big to be represented as Packed (> 31 decimals)
    to significally improve performance of calculations, e.g. in statistical reports
    G_DECIMAL_PLACES_GET
    REPORT Z_ROUNDING .
    DATA: float TYPE f,
          amount TYPE p DECIMALS 2,
          correctamount TYPE p DECIMALS 2,
          chars(5) TYPE c value '1.005'.
    CLASS cl_abap_math DEFINITION LOAD.
    correctamount = chars.
    WRITE: / 'Exactly:', chars,
           / 'Correct Amount:',  correctamount.
    float = chars.
    amount = float.
    skip 2.
    WRITE: / '==== Usual Processing:',
           / 'Float:', float,
           / 'Decimals 3:', float DECIMALS 3,
           / 'Decimals 2:', float DECIMALS 2,
           / 'Amount:',  amount.
    float = cl_abap_math=>round_f_to_15_decs( float ).
    amount = float.
    skip 2.
    WRITE: / '==== Correct Processing:',
           / 'Float:', float,
           / 'Decimals 3:', float DECIMALS 3,
           / 'Decimals 2:', float DECIMALS 2,
           / 'Amount:',  amount.

  • Decimal places in unit of measure in Sales order

    Hi,
    In the Sales Order application in PCUI, when I create a create an order for customer XYZ, and add product ABC for qty 1 which uses unit of measure PC, the qty is displayed with 3 decimals as 1,000 whereas if I use the unit of measure EA the quantity is displayed without the 3 decimals as 1. I need the unit of measure PC to not have the decimal places like in SAPGUI.
    Could anyone help me understand how this can be achieved?
    Thank you for help in advance.
    Regards,
    Priya

    To elaborate better.
    Again, use Tcode CUNI - Unit of measurement : Initial Screen.
    At initial screen, choose TIME from the list (where by default AAAADL- no dimensions is there).
    And click on UNIT OF MEASUREMENT button.
    In that you will find MON - Month.
    There go for details by selecting MON or select MON and press F5 from Key board.
    For MON unit maintain following parameter as per your requirement:
    -Number of decimal places for number display
    Use - This parameter determines the number of decimal places with which this measurement unit is displayed.
    -Base ten exponent for floating-point display
    Use - This exponent determines how the values for this measurement unit are formatted as floating point numbers.
    Examples - If the exponent is 3, the floating point numbers have the format xxx.xxxxE3.
    And deselect commercial meas. unit in application parameters section.
    I would suggest instead of changing standard settings of MON, you create ZMON in TIME dimension.
    Thanks & Regards
    JP

  • How to allows decimal place for unit of measure of order confirmation

    Hi Guys
    we have some special cases here that need to confirm the order quantity as decimal place,is that possible made some customizing in code CO11N? or have some ways support it .....
    ex. work order A   10 EA
    - operation 1   : colse 10 EA
    - operation 2   : close 4.5 EA
    Regards/Eric

    Hi,
    You can set a UoM to allow decimals in transaction CUNI. But i fail to understand why you would want to set EA to have decimals.
    If a material is to be managed in decimals then evaluate the usage of a different UoM which allows for decimals.
    Regards,
    Vivek

  • DECIMAL PLACE UN UNIT OF MEASURE

    Dear Friends
    is ther any way to maintain decimal place during alternate  unit of measure.  FOr Ex 1  bar = 23.34 Kg. without rounding 100 bar = 2334 kg. i already maintained decimal in CUNI. still not able to maintain decimal.
    Thanks and Regards
    Madhavan

    Yes you should be able to maintain this. Ensure that you allow decimals for the UOM Kg in CUNI it should allow this conversion you are referring to. You should put decimal places for both display and conversion.
    Edited by: Hemalatha Raghavendran on Jul 20, 2009 4:33 PM

  • 3 decimal places for unit of measure KG

    Hi,
    I would like to create a production order. In the field total quant I would like to give the 3 decimal places of mesure KG.
    Error: "Only 2 decimal places are permitted for unit of measure KG"
    Where can I customize the system, so that 3 decimal places have been permited.
    thanks
    Desy

    thanks
    I've seen the place in Customizing where I will maintain it.
    Now I only have display authorization for class SS
    I will speak with our Basis for more authorization.
    Thanks
    Desy

  • Decimal places for unit of measure

    Dear All ,
    If i change the Decimal Places for rounding in Customizing for Unit of measure ( CUNI tcode) for KG as 6 from 3 whether it will calculate with the 6 decimal places like 0.004756 ( earlier with 3 decimal places it will calculate any multiplication with 0.004 now i want the same with 0.004756 Kg )
    whether it will work ?
    and where it will impact

    Hi
    No it will not work like that. And it depend on the transaction where you enter that. In case of Purchase order quntity field it will be always with 2 decimal places because field MENGE has 2 decimal places only. If your system is already live then it is not advisible to do such changes.
    Regards
    Antony

  • Routing - decimal places for unit of measure conversion quantity

    Hello all,
    in the change routing screen in SAP (CA02), when going to a operation detail screen, a unit of measure conversation value can be defined. A value for header and operation can be made.
    Currently we cannot set any decimal values for operations, I get the error message: "decimal places are not permitted."
    Where in customizing can I change that?
    Thanks
    Anne

    Hello,
    thanks for the answers.
    The UoM is LB.
    I've already checked CUNI, but I can not find LB..?
    Also I've noticed other places in SAP, for example the base quantity of some operations in the routing have a numbers with 3 decimal places and the same UoM LB, so this looks like the UoM is setup fine, maybe there are just problems with this special screen?
    Thanks
    Anne

  • Decimal Places in Unit of Measure

    Hi,
    I want to post a service entry sheet for an activity with 5 decimal values.Five decimal values is required  in order to arrive at exact value of service rendered.
    I tried changing the decimal values for the particular UOM in CUNI. Still iam not able to do service entry sheet.
    I require your solutions.
    Thanks,
    Karthik.

    Hi,
    Need to take help from ABAP consultant.
    Change the decimals from 3- 5 also need access key for same.
    Regards
    Gietesh

  • Increase decimal places in Gross Unit of Measure

    Hello Everyone,
    I had an issue regarding Decimal places for a specific Unit of measure.
    My Base unit of measure is maintained in Ea. For this the material is maintained with a gross maintained in Kg's. Now to record 2.5 grams i have to menition .0025 Kg but system does not accept up to 4 decimal places. system only accepts up to 3 decimal places. Even increasing the decimal places in CUNI does not make the system to accept 4 Decimal places.
    So what is the solution to this.
    Any help is highly appreciated.
    Sincerely,
    Aji

    HI
    I dont think that we can increase the length of the decimal places filed in all cases. Refer note 95869.
    Regards
    Abhijit Gautam

  • Increase decimal places in the PO quantity and Price

    Hi All,
    Can the decimal places in the PO( ME21N) creation be increased more than 3 decimal places in quantity and price?
    I did changes in UOM's in CUNI, I increased the decimal places upto 14 but still it does not take more than three i-e., 0.001 maximum.
    Is there any other way to handle this?
    Request inputs on this.
    Note 569326 - ME9F: Customized decimal places are not taken into account........ found this OSS but this correction instruction is not for our pack level ECC 6.0
    Best regards,
    Sridhar

    hi
    In case if you are already working in production remember that decimal places should not change. It will affect all previous data.
    For your problem best solution is make order unit as 1000. So that your problem will solve
    e.g. instead of 2.009 inr for 1 Unit use 2009 inr for 1000 unit.

  • Increasing decimal places in System Prefs

    Hello all. I was wondering if there was a way to increase the decimal places for a currency when you go to System Preferences > International > Formats Tab.
    I'm not sure if there are other countries that have 3 decimal places for their currency, but I'm currently in Jordan, and the local currency (Jordanian Dinar) has 3 decimal places. If I change the currency in the formats tab of the international pref to Jordanian Dinar, it shows 2 digits. Is there a way to customize or change this to increase the decimal places from 2 to 3?
    Any help would be appreciated.
    OKS
    Dual 2.7 GHz PowerPC G5   Mac OS X (10.4.6)   Macbook Pro 2.16GHz Intel Core Duo

    Looks like Apple updated the Jordanian Dinars currency to 3 digits!
    Thxs Apple.

  • Oracle DBConnect fetches less records when increasing decimal places

    Hi All,
    In our project we are extracting data from Oracle table into BW using DBConnect. One of the fields is an amount field which is stored as a DEC datatype in Oracle. When we try to bring in the value as it is by increasing the decimal places in the datasource "Proposal" tab, we see that the number of records transferred gets reduced. If we specify the decimal place as 2 or 3, we get all the records, but if we specify 4 or more, the records get reduced. Any idea what could be the problem? We are in BI 7.0 SP 13.
    Thanks
    Sundar

    Hi Kishore,
    Thank you for quick reply.
    Yes, I've already played around with different call interface types - no result.
    It is funny, but in View Data I see the column values are shown as integers! Of course, datatype is set to DOUBLE in OBIEE.
    May be it has something to do with the fact underlying db object is not a table, but a view? In the db view datatype is shown as NUMBER.
    I also noticed the same issue with other physical tables which are defined as opaque views (Select). If I change type to Physical Table and underlying db object is a table indeed, values are displayed as decimals, but no issues with extra digits. Still I have the issues with queries over this physical table.

  • Increase decimal place for price

    Dear All,
    We are having a requirement to increase the decimal place to 6 for price.
    Any suggestions how we can do that in SNC.
    thanks,
    mahesh.

    Dear Mahesh
    You cannot have 6 decimal for standard currencies.
    What you can do is, create a dummy currency and maintain it as 6 decimal and maintain exchange rate of conversion for this dummy currency and original currecy.
    If you try to maintain for standard currency, it will lead to inconsistencies
    Lets say AUD is standard currency
    now create AUD6 as dummy currency and maintain decimal as 6, and create rate (direct/indirect) between AUD & AUD6
    Regards
    Vinod

  • Difference between Decimal places for  Quatities and Units

    Can anyone please explain the difference between the followings -
    1. Number of Decimal places for  Quantities, and
    2. Number of Decimal places for Units
    In SAP B1 2007B General Settings.

    Hi,
    The Decimal places in the general setting indicates
    Amounts:Display of row and document details
    Prices:Display for price fields in documents,item  data,price lists
    Rates:Display of decimals in currency calculation
    Quantity:Display of quantity in documents and item data
    Percent:Display used in calculation of tax amounts and discounts
    Units:Display used in units(UoM) of items.
    Also refer these note:[737880|https://websmp130.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/smb_searchnotes/display.htm?note_langu=E&note_numm=0000737880]
    Hope this is helpful

Maybe you are looking for