BOM -ITEM QTY - SIX DECIMAL PLACES

Dear friends,
I want to enter item qty upto six decimal places. What are steps required.?
Pl  help.

Hi Sandeep
to make the qty with 6 decimal places you can use the steps below
the T-Code is = CUNI and
here you can select your unit of measurement and change the units of measurement decimal places,
you can select upto 14 decimal places if required
pls reward points if useful
regards
chakri

Similar Messages

  • 0QUANTITY - Six decimal places - Rouding to the third decimal place

    Hello experts, how are you?
    We are facing a problem with decimal places here in the project.
    We're using M3 unit of measure and the user required 6 decimal places.
    We already changed ANDEC and DECAN fields from T006 table to value 6,
    the key figure itself (0QUANTITY), the key figure in the InfoCube and in the input-ready query, but the recorded data is being rounded to the third decimal place.
    Can someone help us with it?
    Thanks in advance,
    Helder Rios

    Hi,
    First of all I'd like to thank you for your help guys.
    Ashish, I changed the data element RSKYFQUA to 6 decimal places. But when I try to activate the cube, the system is not able to re-create the fact tables.
    Do you know if there's a solution for it?
    Thanks in advance,
    Helder Rios

  • BOM item qty does not change when header qty changes in Outbound Delivery

    Hi,
    We are using sales BOM and exploding it in Sales Order.  ( Item category of components as TAE )
    I am creating a delivery with reference to  a sales oder ( i have maintained copy controls to copy header and item data). Now when i change BOM header quantity in delivery document system is  not redeterming the components quantity , item quantity of the components does not change.
    Please let me how can i control item qunatity when BOM heade quantity changes in outbound delivery document
    Thanks
    Venkata Rama Reddy.K

    Hello Venkata,
    The components item category is TAE, that means the item category for the header item will be TAQ. Also the pricing will be carried out at the header item level only.
    Now for your query:
    The standard item category controls of TAQ will not have any connection between the header & the item level quantities in the delivery. If you change the quantity of the header item in the sales order, the quantity of the compnenets will be automatically adjusted. But this will not happen in the delivery with the normal settings of TAQ.
    Solution:
    Go to transaction code VOV7 - select TAQ - double click - In the Bill of Material/Configuration section , there is a field "Create Delivery Group" - select "X - Form delivery group with one delivery date".
    Save the settings. Now create a new sales order & then create the delivery & try to change the quantity of the header item, the system will automatically change the quantity of the components. (the system may not change the quantity of the components in the delivery of the old sales order - change it manually)
    With best regards,
    Allabaqsh Patil.
    Idhasoft Ltd.

  • How to maintain decimal places in BOM Qty & what is the essence of base qty

    Hello PP members
    How to maintain decimal places in BOM Qty & what is the essence of base quantity in BOM ?
    Thank You

    ur first question is not understood, You can have maximum of 3 decimals in BOM item qty.
    Base qty is the qty which is refered to all the BOM items.
    example -
    Product X, base qty 1
    Raw material 1 - componen t qty= 1
    Raw material 2 - Component qty= 5
    This means To produce Product with qty1, it needs raw material 1 qty 1  and raw material 2 qty 5.
    This means To produce Product with qty10, it needs raw material 1 qty 10  and raw material 2 qty 50.
    This is the meaning of Base qty..it is the referece qty refered to all the components.
    About the decimal places
    let us say  example 2
    To produce Product with qty1, it needs raw material 1 qty 1  and raw material 2 qty .0001.
    When you enter this in SAP for the raw materialm 2 system will give error message that you  need to enter the qty with maximum 3 decimal places, hence you need to enter as below
    Product with qty10, it needs raw material 1 qty 10  and raw material 2 qty .001.
    This is how you need to adjsut the base qty and component qty with decimalplaces moer than 3,
    pl come back

  • BOM Report - Item Qty in Percentage

    Hi all,
    Is there is any standard report available for displaying the BOM Item qty in percentage by weight.
    Ex: We are in process industry, here cumulative item qty is equal to the base qty.
    Finished product base qty = 1000 KG,
    Item A = 500 KG, B = 500 KG.
    Is there is any report to display the A= 50 % or 500 /1000 = 0.5 (rate)
    Please help.
    Thanks,
    Karthikeyan

    Hi,
    You can try with Basic Unit of Measure and Issue unit of measure of Material master for the items you mentioned (ie., for A & B)
    Maintain A & B with Basic Unit of Measure (stock keeping unit) as KG and
    Issue unit (the material is issued from warehouse or a storage tank as this unit) as %.
    If you assign a issue unit the system will prompt you for unit relation with Basic unit which you can maintain the equation as you mentioned in your querry.
    This unit will be referenced in you BOM as defalt unit of the material.
    For report you can use the standard CS12 functionality with little modification in the layout.
    Hope this helps.
    Best Regards,
    Sendil

  • Decimal place support in BOM for R11i

    Hi, does anyone can enable higher precision upto 9 decimal place in BOM, existing only 6 decimal place support in component quantity but ct would need more. Does R11i (11.5.4) support more than 6 decimal place in BOM? if it can, how to setup.
    Thanks in advance.
    Rex

    HI Indraneel,
    Both are important. When you upload any data and create PO,So this will be important .Similarly oy04 also.It is not allowed to change this manually.This is maintained as per the country currency.
    Regards,
    Madhu.

  • BOM component Qty is getting rounded to next value in Process Order and BOM

    We are in ECC 6.0, and maintaining BOM where Item quantities are decimal places e.g 0.3lb with respect to Hader qty. Now when we are craeting process order or exploding in CS11, we are seein that item quantities are getting rounded to next full integer e.g 1, 2 or 3.
    What could be the reason for this behaviour.

    In standard  "lb' doesn't have decimal point
    If you want decimal point
    go to CUNI
    select the mass
    you can find the lb
    maintain the decimal point  as 3, & decimal point rounding as as 3, system will show 3 decimal point in process order and in CS11

  • Convert amount with four decimal places to amount with two decimal places

    Hi,
    for specific reasons we have set the prices to four decimal places. However, in an invoice the staff needs to see all prices with two decimal places. Therefore I have created new user-defined fields which should show the rounded values However, I have not yet found the right formatted search that outputs the value with two decimal places including currency symbol.
    The statement 
    SELECT $[$38.20.NUMBER]
    outputs the value with two decimal places which is fine, but it does not contain the currency.
    The statement
    SELECT $[$38.20.0]
    outputs both value and currency, but the value still has four decimal places as the original price.
    And the statement
    SELECT CAST($[$38.20.NUMBER] AS VARCHAR(20)) + $[$38.20.CURRENCY]
    outputs a value with even six decimal places.
    Did anyone already have the same problem???
    Or does anyone have any idea???
    Thanks and regards
    Corinna

    Hi again,
    the value should be displayed in a user-defined field of the screen.
    The result of the query
    SELECT $[$38.20.NUMBER]
    has already two decimal places, so that I do not need a round here. But the currency is missing.
    When I add the round function to the query
    SELECT $[$38.20.0]
    it does unfortunatly result in an error.
    Any ideas????
    Thanks so much in advance!

  • Qty with more than 3 decimal places in BOM

    HI ALL,
    CAN I PUT QTY IN BOM WITH MORE THAN 3 DECIMAL PLACES ITS VERY URGENT REQUIREMENT.
    THANKS
    R SEHGAL

    Dear Rakesh
    I am not sure, but you can try this
    1. Define one more UOM for example 4dec then in MM02 give the conversion of 4dec to your 3 decimal, give conversion in it. for eg 10*3dec = 4 dec
    2. Now when you define bom enter quantity in 3dec(i,e, multiplying by 10) and then convert the uom in BOM to 4dec
    You can try and let us know your feedback
    Regards
    Jitesh

  • BOM Child Item Qty

    Hi Experts,
    In BOM Child Item Quantity i need to exceed decimal points over 3 decimals.
    i.e. currently when i put weight for child item  as 0.115 gms it will return in 0.12 gms.
    and its making atleast 10-15 % variation in Qty.
    Plz suggest for same.
    awaiting for your kind reply.
    Regards,
    Ravi

    Hi Ravi.....
    Go to Administration> System Initialization> General Settings> Display Tab> Decimal Places for Quantity....
    Be sure that its Decimal digits should be upto 3 but once you do it, it wont be reversed....
    Regards,
    Rahul

  • Decimal Places in BOM

    Dear All
    How can i increase decimal places of components in BOM as it is taking only three decimal but i want to add upto 6 decimal. I mean i want to add component qty as 8.785642 in BOM. so how can i enter it

    Dear Ahmad,
    Go to transaction CUNI, Click on unit of measurement, select ur unit of measure(ex: M/L/KG etc) for which u want to maintain 6 decimals, In decimal places field maintain 6. come back and create BOM.
    test and come back
    sree

  • BOM Component quantity decimal places

    Hi... All..
    how & where to maintain settings for decimal places for component quantity in a BOM..??
    eg.,  Base unit of measure is KG n base quantity is 1KG
            component quantity is o.5KG... at present system is not accepting decimal places.... 
    waiting for reply,
    with rgrds
    L Narayana

    Hi,
    enter the no of decimal places in CUNI .
    then , in CS02 - enter the qty as 0,05 and not as 0.05 (use comma instead of fullstop and it will not throw any error) pls check.
    you can change this using this path also
    in the SAP user menu System->User profile-> Own data in the Default value tab page you can find the decimal notation
    The same topic was discussed earlier in this forum.
    How to maintain BOM quantity in decimal (i.e.0.5 kg) instead of Round valu
    Regards,
    Sheik
    Edited by: sheik abdulla on Apr 14, 2008 2:25 PM

  • Decimal Places in Item Cost must be 6 characters while in Journal Entry 2.

    I have the following problem:
    Accounting needs to see and work with 2 decimal places, but the item cost is needed in 6 decimals.
    If I register a A/P Invoice and i go to the Journal Remark, the Journal Entry should be in 2 decimals. If i look for the Item Cost on the Wharehouse this cost should be in 6 decimals.
    Is there a way to handle Accounting in 2 units and Cost in 6 Units
    Thank You very much

    Hi Saul,
    The request appears illogical, how can the accountant work with 2 decimal places & the item valuation is held with 6? The stock account with 2 decimals will never match the stock audit report with 6 decimals.
    I'm afraid the SAP Business One core functionality does not cater for this need. There are no 'behind the scenes' journal entries. A JE is legally binding so you need to decide whether you wish to work with the most accurate calculations regarding item cost as possible (6 decimals) or accommodate the accountants & work with 2 decimals in the journals.
    You might want to take the nature of the stock into consideration, if there are huge quantities at small individual prices 6 decimals might be better, if you use mainly standard cost &/or have no major cost fluctuations when using MAP/FIFO, 2 decimals might be sufficient.
    All the best,
    Kerstin

  • BOM header qty change if BOM line item qty delivered more in previous deliv

    Dear team
    BOM is as follows:
    Finished product
          Material1   100 Units
          Material2   100 Units
    Lets say i create a sales order with 2 units of finished products
    then my sales order will look like:
    Finished Product 2 units
          Material1   100 Units
          Material2   100 Units
    Now i am trying to create a delivery for 1 unit of finished product
    Finished Product 1 units
          Material1   150 Units
          Material2   100 Units
    Here i change the Material1 quantity from 100 to 150 Units and create delivery.
    Now i am creating a second delivery
    In the delivery order i am getting as:
    Finished Product 0.5 Units
         Material1   50 Units
         materail2  50 Units
    But i want
    Finished Product 1 units  (as my finished product open quantity is 1M3)
        Material1   50 Units
        material2  100 units
    Can this be achieved.  Because of more despatch of BOM line items my header BOM item should not change.  It should be same as my open quantity in delivery.

    Hi,
    It depends upon how u are maintaining the BOM. The components calculated is based on the BOM base qty.
    Regards,
    V. Suresh

  • Decimal Places in qty fields

    Hi Experts,
    I'd like to know is it possible to set 4 decimal places in Qty fields, when I make GI for Sales Order.
    Regards

    Hi,
    Go to SPRO>SAP Netweaver >General Settings> Check Units of Measurement, then click on "Units of Measure" (T.Code: CUNI) and Select your Unit of Measurement  and go to details put number 4 "Decimal Places" field (you can put 0 to 14 decimal places.
    Regards.
    Chinna

Maybe you are looking for

  • Is it possible to create a contact form via Flash cs5.5 and package out app for desktop?

    I need to create a desktop app for windows.  Im using Flash cs5.5 and I wanted to know of an easy to way to create a simple contact form that would work once installed on a desktop/ Thanks guys for any input!

  • What's my G5 worth?

    Any guesses to how much my system is worth in the UK - £GBP ? Power Mac G5 1.8 Ghz DP PCI-X Ram: 6.5 GB HD: 2x 160GB Video: ATi Radeon X850 XT 256MB DDR3 (Mac G5 edition) DL DVD 4x USB Internal card. Leopard DVD Boxed Cheers.

  • Ipod does not show up in itunes

    my ipod recently stoped showing up in my itunes, it still charges but other than that its like its not plugged in. This is extremley fustrating because now i can't add new songs, has anyone had this problem before and if so could you tell me how to f

  • System Monitoring setup: missing database

    I would like to set up System monitoring functionality for satellite system in SOLMAN. The following problems occurred: 1) Missing database component of the system in System Monitoring set up Usually the system has the following components in System

  • Load a class inside class?

    Hi all! I am creating a console based program and I wonder how i can load an outside class inside my main class? I have a case switch funktion and when you chosse case '3' i want the class to run another class file and the continute with the rest of