Doesn't Create Production Order without BOM & Routing

Hello,
I have a requirement that Production Order is not be created without the BOM
Is there any Customizing Setting??
I have the option by implementing User Exit but i want to know is there any standard setting???
Please throw some comments???
Regards,
Kumar

Dear Kumar,
1.First in OS30 - Application Specific criteria for Altern.Determination,include a
new entry named ZP00 - NO BOM and dont include any of the check boxes.
2.In OPL8 - Order Type Dependent parameters,Under Routing --Sequence
Exchange must be "0" & Routing slection also should be "0".Under Bill of
material,--BOM Application ,select ZP00 & save.
Check with this & Revert to forums.
If useful reward points.
Regards
Mangal

Similar Messages

  • Error while creating Production order without BOM

    Hi Guys,
    While creating production order without a BOM i am getting the following error in the error log.
    Error: BOM for material xxxxxx does not contain any valid items
    Message no. CO636
    Kindly help.
    Regards,
    Sid

    Dear customer,
    could you check in the master data screen of the order if one BOM has been selected?
    please coudl you check your customizing the following transactions:
    OPJM
    OPJI
    what do you have in 'BOM slection field' MRP4 view of the header material?
    Please check if with this info you can find the missing data to explode the BOM
    regards
    Maria

  • Is there a situation where we create a production order without BOM/Rtg ?

    What I see in the system, I was able to create a prod order without maintaining master data for PP ( expect material master)
    Is there a situation/scenario where we create a production order without BOM, Rtg
    Does the above situation applies to scenario like special procurement key ( 40- stock transfer from other plant )
    Please clarify

    Pradeep,
    Thank you for detailed answer
    Round robin of discussions
    When you covert a planned order to a prod order with reference to a material (CO40), it will ask for routing
    if rtg is not maintained for the material, the system will automatically pick the default rtg from OPJG
    When you create a prod order ( without ref to a material- C007), say suppose for unplanned rework we have
    maintain the rtg and BOM manually to the prod order
    Lastly, FOR SPk - 40 ( Stock Transport) for the issuing plant both BOM & Rtg needs to be maintained in the recieveing & issuing plant
    Due points have been assigned

  • Creating Job Order without Assembly Routing

    How can you prevent Users from Creating Job Order without creating routing to the Assembly used
    Regards

    Hi Laxmikant
    Please note the steps
    Create a BOM Application in OS30
    Create a new BOM ID in OS31 with BOM Usage as Production
    Assign this BOM ID in BOM Application
    Ensure that ID is responsible for Production planning alone.
    Then in that ID maintain a BOM alone without any items.
    Assign this BOM Application in Order type dependent parameters in OPL8
    Now u can create a production order w/o BOM
    Rgds

  • Sample production run without bom,routing

    at our client place we have a scenario where we will run sample production (before real production run) without creating bom/routing for the material...
    someone suggested we use finance internal order and then post the material documents in migo against that internal order and labor costs in kb21n..
    is this the only easiest way for this kind of scenario? or do you have any other ideas?

    Hi Swatghi Rege,
    You can create a production order without Routing and without BOM by creating a new order type.
    To be able to create an order without Routing: Change the Config in OPL8 ( order type dependent parameters) as routing optional.
    To be able to create the Order without the BOM you will need to:
    - Configure a new BOM Application. This can be done in tcode OS30.
    - Create a BOM ID in T-code OS31 with BOM Usage as Production.
    - Assign this BOM ID in BOM Application.
    - In the ID maintain a BOM alone without any items.
    - Finally in OPL8, you need to assign the new BOM Application for your Order type.
    Thansk and Regards,
    Mariano

  • Conversion planned order to production order without BOM - no message

    Hello
    Problem: during conversion planned order to production order system does not inform (warning or error) that BOM is not exist. Is it possible  to force system to any reaction by standard configuration ?
    Everything is ok if production order is created by CO01, but during conversion there is no any reaction - production order is created, released etc. I only see by system status that something is wrong (NMAT - No material components). Probably we will have to do it by User Exit but I want to know that all standard configs are exhausted.
    Thx in advance. Reg.
    Joanna

    Hello
    The BOM is not read again when a planned order is converted to production order on the standard system.
    You may implement the modification from note 391846 to force master data to be read again, therefore, an error message will be triggered during the conversion when the BOM is invalid.
    BR Caetano

  • Prodction order without BOM

    Hi,
    Please tell me  we have creating Production order without BOM(Bill of Material) & post the BOM Component of Production Order Manually. when developing the report Material Number wise then BOM not found in the report. So, i want to know that how to relate BOM Component with Material Number & which will be table to use in this report.
    AmAn

    Hi Aman,
    which report?
    If you don't select the BOM, then certainly there is no BOM component.
    Furthermore, BOM are not referenced in the production order, but the components copied into the order, i.e. these are saved in table AFPO.
    But if the components are not maintained manually in the production order (same table), and only the consumption posted directly as unplanned consumption, then you will have trouble getting a link. Possibly only in MSEG by identifying the production order number as the cost collector.
    Regards,
    Kay

  • Create Production order

    I am creating production ordrer by usinf bapi_prodord_create . It is succesfull when the material exist with compoents(sub material-BOM).
    If BOM not exists how can i create procduction order ? which FM /BAPI ?
    Note :This is the interface .Third party sending material ifo BOM so i have to pass to FM .

    Hi Deva,
    Check this link -
    [https://forums.sdn.sap.com/click.jspa?searchID=32004809&messageID=8089454|Create Production Order without Material no.]
    Hope it helps.
    Regards,
    Himanshu

  • Material status in master data set not allow create production order. but..

    Dear All expert.
    There is one case I don't understand,  the component material within BOM had been set material plant status which it is not allowed to create Production order ( Porder header Msg & PO/Network item msg = B in OMS4).
    If user use tx:CO01 for create production order, the error message block production order can't be created. It is good .
    However, when user is using Tx: CO41 to convert planned order to production order with that material ( status which not allowed to create production Order) . it is successfully without any error message ..  User successfully create production order without limit.
    Therefore,  is there any configure in IMG was wrong?
    thanks for reading.
    Marco

    Dear R.Brahmankar,
    I had followed your instruction to check. It is very helpful.
    when I check program in CO41 (saplcoup), I found that it only check material  status (FG) on top level of BOM .
    Its don't check component material.
    Function CO_ZF_CHECK_MATSTAT_POS  component item in BOM , the program will not check item plant status.
    When I use TX: CO40 to test. I found that CO40 with Program LCOSD1J - CHECK_MATSTAT_COMP have component material status check.
    I'm not sure is that genic CO41 don't have component material status check?
    ths alot
    Marco

  • Process Order without BOM

    I want to create a Process Order without a BOM & Recipe . Is that Possible ?
    I tried the following :
    Material Master setting  MRP 4 view -Explosion/Dependent Requirements section define " "(Blank) for Selection Method field
    Order Type Dependent parameters (COR4)
    Production Version Blank :
    Recipe: Do not use Master Recipe
    But the problem is that I cannot keep BOM application Blank
    BOM application has the link for selection ID which is linked to BOM usage .
    I am not able to bypass this check in any way & as a result it gives an error (No valid BOM) on Process order creation
    Shall appreciate a response

    Hi,
    Yes, it is possible to create process order without BOM & master recipe.
    By having some config settings in place for BOM & recipe selection, you can create process order without BOM & recipe in SAP.
    Normally, this scenario comes into picture where you're not sure about the operations to be carried out and materials to be consumed for an order.
    For creating and testing such scenario, refer below SCN thread, which was discussed before,
    Create Process order without Production Version | SCN
    Regards,
    Narresh

  • Production orders without a material

    Hi Guys,
    Can anybody explain the scenario where the concept of production orders without materials come into picture.
    Thanks
    Shailesh

    Hi,
    In addition to above answers pls find the procedure of creating Production order w/o Material :
    1.Creating Production Orders Without a Material
    Choose Logistics ® Production ® Shop Floor Control ® Order ® Create ® Without material.
    You reach the initial screen Create production order.
    2.Enter the following data:
    the plant
    the sales order (you can specify a sales order as a reference.)
    the order type (it controls whether an internal or external number range is used.)
    if you have selected an order type for which an external number assignment is required then you must also specify an order number in the field Order.
    3.You must also specify the following data:
    the responsible MRP controller
    the responsible production scheduler
    If you want to create the order with reference to an existing order then the order referenced must also be one without a material.
    4.Choose  Enter.
    The General tab page appears.
    5.Enter the following data:
    a Short text for the order
    Total quantity: Specify the quantity and the unit of measure.
    Order start date or order finish date: Depending on the scheduling type you must specify the order start and/or the order finish date.
    Production orders are generally scheduled backwards.
    Scheduling type: Use a key to specify how the order is to be scheduled.
    Scheduling margin key or float before production, float after production and release period:
    The release period, the float before production and the float after production of the order are defined using the scheduling margin key.
    If you specify a scheduling margin key the system fills these fields automatically.
    If no scheduling margin key has been specified you can specify the float before production, the float after production and the release horizon by specifying the corresponding number of days.
    6.You must also specify the following data:
    Scrap portion: You can specify the scrap quantity that you expect for this order.
    Priority: You can assign the order a priority. This field does not affect order processing.
    Long text: To create a long text for the production order choose the Long text tab page.
    7.Choose .
    You reach a dialog box where you can specify whether you want to use a reference operation set. If you do not want to use a reference operation set then a standard sequence is automatically generated with an operation.
    The system searches for a valid routing (see Routing Selection) and a valid bill of material (see Selecting Bills of Material).
    If alternative sequences exist in the selected routing, they can only be copied to the production order if alternative sequences are permitted for the order type in Customizing for Shop Floor Control: Choose Master data ® Order ® Define Order Type-Dependent Parameters.
    If you do not want to change the operations or add any components, you can now save the production order. Otherwise, change the data and then save the production order.
    Hope this helps.
    Regards,
    Tejas

  • T-code CO01 to create Production order:error message "No routing found"?

    I use t-code CO01 to create Production order.At the first screen I select material 72 and plant HJW1 .At the Header creen,I input the data in the General tab and press return but the sap show the error message "No routing found".But I have create the routing for the material 72 and plant HJW1.I don't know why the sap found no routing.So my question was how to found the reason about why the sap can not found the routing and how to resolve this problem.Thank you.

    Hi,
    Probably you would have created the routing today, with valid from todays date. But the order you are creating may be with start date in past and system is not able to find and valid routing for the day.
    I would suggest you to remove both the Basic "Start" and "End" and change the scheduling type to "Current date Scheduling", now enter. If system still not finding the routing, use the function "Read PP Master data".
    Regards,
    Prasobh

  • GR for create the production order without material(co07)

    Hi all,
               I am creating the  production order without  material (T-Code :co07), After creating this order i want to get the Material from W/H and after dismantling how to do GR for this Prod.order, What is the Movement type to be used?Please advice me

    Dear Kumar,
    CO07 specially meant for Rework order (Production order
    without material) or for dismantalling the Customer returns or
    Inhouse rejected,for the components which re good to reuse
    again,their quantity will be entered in -ve and so 531 movement
    takes place.
    On the other hand,if you want to use for rework purpose and
    want to consume some components,using MB1A T code ,the
    materials required are issued.
    Already our Forum member(Krishnamohan) has given clearly in his first reply.
    Regards
    Mangalraj.S

  • Can i create production order using process material ?

    Dear All.
    Please help me.
    I want to create production order using process material (material type is PROC).
    For may knowledge, process order is standard for the process material, but my customer want to use the PP module for the process material.
    But I cant convert the planned order of precess material to production order in MD05.
    The system message is "System does not support planned orders for process materials."
    The followings are my test steps.
      1. Master Creation
          - Material Master, BOM, ROUTING
    In standard, process material (Material Type : PROC) need creation of master recipe. But due to my clients need (Using production order
               for the process material), I create the work center and ROUTING
      2. DM Creation
          - In MD61, I create the planned independent requirement (Type : LSF)
      3. Planned order creation for the process material using MRP
          - In MD01, I run the total MRP, the the planned order is created.
            It's order type is "LA"
      4. Converting the planned order to Production Order
          - In this step, the system give the error "System does not support planned orders for process materials."
             and can not do anything.
    I want to know that the above case is possible, and how.
    Please Help meu2026..

    Hi
    First of if yur want to create production order or process order why do you go for material type :PROC.
    you can create the same material as FERT & go ahead.
    I do not understand the logic to select the material type as PROC.
    Pl. go through SAP library where PROC is used.
    Regards
    YMREDDY

  • Production Orders without material - component reservations in APO

    Hi All,
    We are using transaction CO07 to create a production order without material. We have four materials in the BOM for this production order. One is an input product and three are output products. My intention is to have the components on this BOM show up in APO as reservations or something else that will be considered in our planning.
    At this point I am not able to see anything in APO system (e.g order reservations) like I would with a regular production order with material. Does anyone have any experience with this functionality or know if it is supported by SAP?
    Thank you,
    Paul

    Hi Paul,
    It is an interesting case, a don't know if you have solved it. Anyway, here is my suggestion -
    1) If you want to see a reservation in APO for a component, you need to make sure that the header product exists in APO as well, and the production order for this header has also been CIFed over to APO. This is the first check.
    2) If the first check is OK, then you should check that all the 3 header products exist in APO (In your case, you have 3 three header products). And then, the production order appears for all the 3 products in product view.
    With the above checks, I am certain, you should see the reservation for the component, else it is an ieal OSS candidate.
    Thanks,
    Prashant Ghule

Maybe you are looking for