MINIMUM COMPONENT QUANTITY

Dear Gurus
    when i am going to create the bom in which total 7 component are there.but out of 7,three components are alternative of each other,suppose A,B and C are these components whose uom is kg. i have alredy defiened these components in bom with minimum quantity 0.1 kg,but i have to replace  quantity with zero but it is not accepting.is there any setting where i can give quantity zero duing creating BOM.
thanks
kk

Hi Kedar
Quantities cannot be zero in bom, it the 3 component materials are alteranative materials use alternative item group. using this u can select either of the materials while doing the GI.
U have 2 strategies in this
1. By usage probability: in this case u give usage probability of this material and this material is used in that % while doing GR
2. By 100% check: in this case it uses the component which is 100% available.
The 2 one may not be useful for u , use the 1st one with probability zero for the component for which u want to keep the quantity as zero.
Regards
Prasad
Reward if found useful.

Similar Messages

  • Minimum order quantity for sales orders

    Hi,
    I need to check the configuration settings where the sales orders can be blocked if the ordered quantity is less than that of minimum order quantity.
    Pls threw some light on this.
    Points assured
    Kitty

    Dear Krishna
    Go To OVAH t code
    message class V4 and message no 082
    Change from warning to error
    The mininum order qty for a material can be set in sales org data 1 tab
    If for a material mininum order qty is set to 10 and if an order is placed for anything less than 10 you will get error message straight away
    No need of any userexit
    With Standard customizing it is possible
    This has has been tested by me recently and you too can test it
    Regards
    Raja

  • What-if Analysis on Bom Component Quantity

    Hi ,
    Is it possible to do What-if analysis on Bom Component Quantity ? As Users wanted to do what if analysis for Gross Die per Wafer. We tried creating one measure for GDPW and use the if condition in BOM Custom Roll up for eg. if (isNull("GDPW"),Component_Qty,"GDPW") but it is not working for What-if Analysis. Do i need to change something in On-Change formulae in BOM Custom Roll up.
    Thanks
    Lokesh

    Hi ,
    We are able to load the GDPW for Die level (only one stage )and we have a condition to validate if the measure is null it will take the component_Quantity or else it will take the 1/GDPW measure value. we are doing it for 3 purposes :
    1. To get the Accurate value of GDPW which is equal to 1/Component_Quantity (GDPW will be accurate only if we get 30 decimal places value in calculation)
    2. As part of information provided to Users as they wanted to see it.
    3. To do What-if Analysis (if Possible).
    We could have use 'todouble' for the accuracy but we were thinking of what if analysis, and user visibility also.So far calculation is coming nicely but it would be appreciated if you can give pointers for the risk involved in keeping GDPW as measure.
    Thanks
    Lokesh
    Edited by: Lokesh Rathi on Sep 21, 2011 6:38 AM

  • Error in component quantity while exploding BOM

    Hi
    We are facing error while exploding BOM
    i.e. the component quantity is 11.111 YD  in cs03
    but while exploring in CS13 we are getting component qty as 12 YD
    Note : there is no rounding value maintained in the material master 
    waiting for your valuable response
    Regards
    Barla

    Hi Barla
    Check the field "Roundoff" in transaction OS29, and maintainted it  "1"
    Regards

  • More than 3 decimal in Bill of Material component quantity

    I want to know whether we can use more than 3 decimals in quantities in Bill of Material. I heard that it was an issue in SAP but is that issue still exist in ECC 6.0.
    Regards

    Dear,
    During maintaing the unit of measure in T-code CUNI we can define No. of decimal places to which rounding should be performed which specifies the number of decimal places to which this measurement unit should be rounded.
    System will not allow more than 3 decimal places in satandard SAP.
    You can use a larger base quantity of 100 or 1000 in the BOM header (instead of 1).
    That would eliviate your issue with the 3 decimal places in the component quantity.
    SAP always takes the base quantity into account during requirements calculation.
    Hope clear to you.
    Please refer this link,
    [Decimal in Bill of Material|Re: Decimal Points in BOM]
    Regards,
    R.Brahmankar

  • Report for Issued component Quantity vs Subcontracting PO component qntity

    Dear Expert,
    My client wants to know a report on issued Component quantity (what is issued against a Sub- contraction PO) with PO component quantity (what is maintained in a subcontracting PO component).
    Is there any standard report available for the same?
    Please suggest if any query report can be built or not.
    Thanks in Advance
    Regards
    Rajib Debnath

    Do you change child qty consumption in p.o BOM ?
    Check it in mb51 541 mvmt for material for issued component quantity.
    Also check reports MBLB,ME2O.
    Can you explain term
    Report for Issued component Quantity vs Subcontracting PO component qntity

  • Minimum order quantity for STO UB DOC type

    Hello Guru's,
    This issue is regarding  STO (UB doc type):-
    Client's requisrement is while creating the STO using trax ME21N system should issue an warning message, if the STO line item exceeds the Minimum order quantity mantain in Material master data.
    For Standard PO works fine because that we can set it in Info record, but in STO for UB doc type it is not working, since we can't create info record for STO.
    Is there any settings availabe in SAP for Minimum order qty for STO (UB doc type).
    Thx in advance...
    Waiting for valuable inputs
    Regards,
    Sujoy

    Not sure if  I know one either,.. however you could always validate it through a user exit. Maintain a Z-table with the order type, Supplying plant and qty filds.. min-max and any other and validate it each time during check and save..

  • Minimum order quantity  in B2C Shop?

    Hi Expects,
    We are in CRM 7.0 and ECC.
    Is there anyway i can set minimum order quantity  in B2C web shop ordering process?Is this standard functionality?
    But in GUI while creating order i am getting warning stating that minimum order quantity is not met, same not in web shop.It could be appreciated if any one can suggest  on the same. 
    Thanks and Regards,
    Jeevan

    Hi Jeevana,
    Below is the code for action and backend object.You can rewrite these as per your requirement and design the business objects accordingly.
    Action Class
    public class Z_get_prodInfoAction extends BaseAction {
         public ActionForward doPerform(
              ActionMapping mapping,
              ActionForm actionForm,
              HttpServletRequest request,
              HttpServletResponse response)
              throws IOException, ServletException {
              UserSessionData userSessionData =
                   UserSessionData.getUserSessionData(request.getSession());
              BusinessObjectManager isaBOM =
                   (BusinessObjectManager) userSessionData.getBOM(
                        BusinessObjectManager.ISACORE_BOM);
              User user = (User) isaBOM.getUser();
              Shop shop = (Shop) isaBOM.getShop();
              String distrChannel = shop.getDistributionChannel();
              String sod = shop.getSalesOrganisation();
              WebCatItem webCatItem =
                   (WebCatItem) request.getAttribute(
                        com.sap.isa.catalog.actions.ActionConstants.RA_WEBCATITEM);
              String prod_id = webCatItem.getProduct();
              Z_CustomBusinessObjectManager customBOM =
                   (Z_CustomBusinessObjectManager) userSessionData.getBOM(
                        Z_CustomBusinessObjectManager.CUSTOM_BOM);
              Z_prodInfoValue z_prodinfo =
                   customBOM.getZ_prodInfobo().getProdInfo(
                        Zeropadding.productInfoNoPadding(prod_id),
                        sod,
                        distrChannel);
              request.setAttribute("Z_PROD_INFO", z_prodinfo);
              return mapping.findForward("success");
    Backend Object
    public class Z_prodInfoCRM
         extends BackendBusinessObjectBaseSAP
         implements Z_prodInfo {
         private static IsaLocation log =
              IsaLocation.getInstance(Z_prodInfoCRM.class.getName());
         public Z_prodInfoValue getProdInfo(
              String i_product_id,
              String i_sales_org,
              String i_dist_channel) {
              JCoConnection con = null;
              Z_prodInfoValue zprodinfo = new Z_prodInfoValue();
              try {
                   if (log.isDebugEnabled()) {
                        log.debug("Input Parameter for ProdInfo");
                        log.debug("product ID: " + i_product_id);
                        log.debug("Sales Org ID: " + i_sales_org);
                        log.debug("Dist Channel: " + i_dist_channel);
                   con = getDefaultJCoConnection();
                   JCO.Function func = con.getJCoFunction("Z_GET_PRODINFO");
                   func.getImportParameterList().setValue(
                        i_product_id,
                        "I_PRODUCT_ID");
                   func.getImportParameterList().setValue(i_sales_org, "I_SALES_ORG");
                   func.getImportParameterList().setValue(
                        i_dist_channel,
                        "I_DIST_CHANNEL");
                   con.execute(func);
                   JCO.ParameterList prodInfoExpParameterList =
                        func.getExportParameterList();
                   JCO.ParameterList uomTableList = func.getTableParameterList();
                   zprodinfo = new Z_prodInfoValue();
                   zprodinfo.setMinOrderQty(
                        (String) prodInfoExpParameterList.getValue("E_AUMNG"));
                   zprodinfo.setMinDelvrQty(
                        (String) prodInfoExpParameterList.getValue("E_LFMNG"));
                   zprodinfo.setImpactOrdrAmt(
                        (String) prodInfoExpParameterList.getValue("E_ZZIOA"));
                   zprodinfo.setOldMaterialNo(
                        (String) prodInfoExpParameterList.getValue("E_ZZOLDNR"));
                   zprodinfo.setBaseUOM1(
                        (String) prodInfoExpParameterList.getValue("E_UNIT1"));
                   zprodinfo.setBaseUOM2(
                        (String) prodInfoExpParameterList.getValue("E_UNIT2"));
                   zprodinfo.setNetWeight(
                        (String) prodInfoExpParameterList.getValue("E_NTGEW"));
                   zprodinfo.setWeightUnit(
                        (String) prodInfoExpParameterList.getValue("E_GEWEI"));
                   zprodinfo.setShippingLeadTime(
                        (String) prodInfoExpParameterList.getValue("E_WZEIT"));
                   zprodinfo.setItemCategoryGroup(
                        (String) prodInfoExpParameterList.getValue("E_MTPOS"));
                   zprodinfo.setRoundingProfile(
                        (String) prodInfoExpParameterList.getValue("E_RDPRF"));
                   zprodinfo.setRoundingProfileValue(
                        (String) prodInfoExpParameterList.getValue("E_VORMG"));
                   log.debug("TESTING");
                   JCO.Table t_unitOfMeasure =
                        uomTableList.getTable("T_UNITOFMEASURE");
                   log.debug(
                        "Number of Rows in table: " + t_unitOfMeasure.getNumRows());
                   ArrayList z_unitOfMeasureList = new ArrayList();
                   for (int i = 0; i < t_unitOfMeasure.getNumRows(); i++) {
                        Z_prodInforUOM z_ProdInforUOM = new Z_prodInforUOM();
                        log.debug(
                             "UNIT : "
                                  + (String) t_unitOfMeasure.getField("UNIT").getValue());
                        z_ProdInforUOM.setUnit(
                             (String) t_unitOfMeasure.getField("UNIT").getValue());
                        log.debug(
                             "NUMERATOR : "
                                  + String.valueOf(
                                       t_unitOfMeasure.getField("NUMERATOR").getValue()));
                        z_ProdInforUOM.setNumerator(
                             String.valueOf(
                                  t_unitOfMeasure.getField("NUMERATOR").getValue()));
                        log.debug(
                             "DENOMINATOR : "
                                  + String.valueOf(
                                       t_unitOfMeasure
                                            .getField("DENOMINATOR")
                                            .getValue()));
                        z_ProdInforUOM.setDenominator(
                             String.valueOf(
                                  t_unitOfMeasure.getField("DENOMINATOR").getValue()));
                        z_unitOfMeasureList.add(z_ProdInforUOM);
                        t_unitOfMeasure.nextRow();
                   zprodinfo.setZ_UOMList(z_unitOfMeasureList);
              } catch (Exception ex) {
                   //      log.error(ex);
                   log.debug(ex);
              } finally {
                   con.close();
              return zprodinfo;
         public void connectionEvent(JCoConnectionEvent event) {
    Regards,
    Arshi

  • 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

  • Minimum Order Quantity

    Hi,gurus
      I gave minimum order Quantity 5 in Material master(Salesorg1) tab in stipulation.but for that material when i am giving 1 in sales order it is taking smoothly.So is there any more setting to do.
    Suresh

    Hi Suresh,
    You have done the right thing by maintaining Minimum order Qty in Material master in the field - Min.Order qty. By this system will give you a warning if the Qty entered in the sales order is less then the maintained qty.
    You can change this warning into Error if you wish so by using the T-code OVAH> Application area V4> Message no = 082. In the same line you have the setting to set this message as Error/Warning.
    Hope it works for you.
    REWARD if it works for you!!
    Regards,
    Ajinkya

  • In subcontracting the component quantity consumed more than the BOM quantit

    Dear Experts,
    In subcontracting the component quantity ( 543) consumed more than the BOM quantity while doing GR, so please let me know what may be the possible reasons for the same.
    Regards,
    Balu

    Balu
    may be the suncontractor needed more than the BOM quantiy.It is the case of overconsumption of components.

  • Minimum order quantity ignored when past due

    SAP Business One 8.81 PL09
    When running MRP for an item, the Minimum Order Quantity is ignored if an item is past due, meaning, the lead time makes it impossible to meet current requirements on time. From what I read, this appears to be by design in SAP Business One.
    Example:
    On hand: 0
    Minimum: 10
    Minimum Order Quantity: 20
    Lead Time: 5
    MRP produces a recommended PO for a quantity of 10 in this case
    Example 2:
    On hand: 0
    Minimum: 10
    Minimum Order Quantity: 20
    Lead Time: 0
    MRP produces a recommended PO for a quantity of 20 in this case
    Can anyone explain the logic for recommending only the quantity to get to the mimimum rather than the minimum order quantity when a lead time is present? Clients don't believe this is sound MRP.
    Alan

    Hi Guys,
    I am having the same problem in 8.81 Patch 7. Here is the way i have setup the items in my item master data.
    Example :
    Min Inventory 10
    Max inventory 50
    Min order QTY 40.
    Lead Time 1 day.
    When running the MRP id doesn't suggest the min order qty. Instead it suggests the difference from my in stock level to my min level.
    When removing the Lead time it suggests the min order qty of 40 units.
    My question is why is it doing it and what can we do to fix it?????
    Kind Regards
    Francois Joubert

  • How to get calculated component quantity for BOM like in CS12

    Hi All,
    Please let me know how to get the calculated component quantity of BOM similar to the field in CS12.
    Regards
    Mahesh

    hi,
       [http://www.sap-topjobs.com/SpecialPP/overviewdoc1.pdf]

  • Error while changing the component quantity

    Hi Experts,
    I facing an issue, while changing the component quantity of the process order. Parent material have fixed lot size and the componenets maintained as fixed quantity in BOM. When I try to change the quantity of the components in process order, it showing an message "Please re-explode the BOM, since the component quanities are changed.
    Why am getting this message?
    Regards,
    Sureshbabu G.

    Hi
    As Mr Reddy said, there is a fixed quantity indicator ticked in the BOM, therefore you are getting that error. Please remove the tick in BOM in the item details besides the quantity field and then try changing the quantites while confirming.
    Chandra

  • Component quantity in production order

    Hi,
    For my finished product component quantity in BOM is 1.386 for the base quantity 100.When am creating the production order for 100 in my component overview of  production order screen it is showing component quanitity as 2 instead of 1.386.
    Since am not using any rounding value,rounding profile and scrap nad upto 3 decimals allowed in CUNI for particular UOM.
    Thanks
    P.Srinivasan
    Edited by: srinivasan ponnurangam on Dec 23, 2011 12:33 AM
    Edited by: srinivasan ponnurangam on Dec 23, 2011 12:35 AM

    As I understand even if production order screen it is showing component quanitity as 2 instead of 1.386 ,Internally it is stored as 1.386 only.
    So as per knowledge it should not affect anything.
    Refer Note 931971 - Decimal places in stocks and stock postings
    Also refer
    Problem with item/component quantity in BOM

Maybe you are looking for

  • Access Address Book data from terminal

    Hi everyone, I was wondering if there is a way to access Address Book data from the terminal. For instance, I would need a command that would output an address of a given person. Thanks in advance for your input

  • Help me please!!!! this is deseperating!!!!

    Hi, I'm really dissapointed of Mac annd HP, I have looked at their online support but for some unknown reason they can't help me, I have followed all the informations the have in their websites but nothing works. I have posted this before but none se

  • Duct Fabrication Scenario mapping in PP

    Dear All, I am relatively new to PP module. We have a little pecular scenario in the project, I do not know can it be possible in SAP. Just go through & suggest. They have a Project for AC System- It has supply of AC Units, Electrical Panel, Ducting

  • Dng files not working after opening it once

    I have a Parrot Bebop drone and took photos in the DNG format. I can open the DNG images only once. It opens in Photoshop RAW, I change some settings and crop the image. Once I press the "Done" button, I can no longer open the DNG file and Photoshop

  • Cannot install Dreamweaver Extension?

    I've recently upgraded to OS X 10.4 and reinstalled my DMX 2004. It's been a little buggy, but fine overall. (I did upgrade to 7.0.1) Yesterday, I tried to install an extension, the WebPhotoAlbum226.mxp, and I kept getting the message: "This extensio