No prodcution order should generate if material stok reached on maximum lvl

Dear PP Gurus and Experts,
My company wants - For a material if stock reached on MAXIMUM LEVEL than there should not generate any production order for that material.
How, can achieve it. Please help.
Thanks in advance.
DSC.

Hi,
This type of control is possible during MRP by using HB as the lot sizing procedure and determining the maximum stock level in MRP 1 screen. However MRP generates planned orders, not production orders. I think a sound approach here is to tell people that the correct position of this control is where MRP generates procurement proposals. If MRP, seeing that maximum stock level is reached, does not create any planned orders, there is no point in creating production orders. This method will work where users are conscious of MRP.
If people are not convinced as users will still be able to create production orders, and they do not want people being accountable for it, in exit ZXCOZU03, after selection screen of order creation, stock level of the material can be queried and an error message may be sent.
Regards.

Similar Messages

  • Stock Transport order Should not Reserve material

    Hi
    When i create a stock transport order the material is getting reserved.
    What should be done so that material is not reserved against the stock transport order
    Regds
    RB

    Hi,
    Check in OPJJ whether auto  reservation is checked
    Regards

  • PP-PI How can i generate two material creation(101) in a single operation.

    i am creating a process order for material fert material A having 2 operation in the recipe i want to carry out consumption of roh material b1,b2,b3 (261 mvmt) when i confirm order & i also need halb product generation C (101 MVMT) when i create GR.that is mb31. for first operation.the second operation has to consume material C.(which is produced from operation one) & consume d1,d2,d3 roh material & mb31 should generate halb material E & order header material A.
    HOW CAN U DO THIS?
    when i confirm first operation i can consume b1,b2,b3 & when i do mb31 for gr gainst then system generates both material,  A  & C & further possibility is not possible?
    can any one help me in this?
    pl. help asap
    thanks
    kareena

    Hi,
    Please check this link about co-products (co-product and by-product):
    http://help.sap.com/saphelp_46c/helpdata/en/89/a433e6461e11d182b50000e829fbfe/frameset.htm
    1. You have to write in your BOM both with negative sign.
    2. In case of co-product scenario you have to mark the co-product indicator in material masters of both BOM-header material and co-product (co-product is the material in the header's material BOM with negative sign) (co-product checkbox is on one of the MRP views...maybe on MRP2...)
    3. You have to mark the co-product checkbox for the co-product in BOM (select co-product BOM item in CS02 > menu > Goto > item...I don't know by heart but you can find on general data tab of the BOM item in CS02)
    4. Please define a proportion rate for BOM-header material and the co-product (it is in material master of header material > check the link)
    (in case of by-product step1 is enough)
    a) you can confirm BOM-header (mvt 101), by-product (mvt 531) and components (consumption, mvt 261) in CO15 / CO11N.
    b) co-product and BOM-header can be confirmed only in MB31 (mvt 101), components can be confirmed in usual way. No automatic confirmation is possible for co-product.
    Please use the search function of the forum in this issue to get more details.
    BR
    Csaba

  • Material Avaliability check in Prodcution Order

    Greetings,,,,,,,,,,,
                              I have two productin order , one for finsih material and other for semi finish material.
    when i check materila availibilty of semifinsh prodcution order (co02), i m getting mising part overview and missing list .
    Now when i check mateial availibilty for finish product , then sytem shows the msage that "all cehck for material are avialable "
    But still there is no semi finish material is in stock , it has to be still to produce..so it is shortage for finish production order and it should come in missing product list.
    How to do it ??? why system for finish produciton order showing that all materila are check for availibilty instead of missing part list of semifinish .
    Availability check for finish product is 02
    Availability check for Semi finish product is 02
    Availability check for semifinish component is 01
    Edited by: SAP PP on Dec 23, 2008 11:32 AM

    Dear SAP PP,
    Availability check is doing right according to std settings for 02 for  FERT material. Because system is considering planned/production order is the stock which is going to come to the stock and will  be available for the FERT material order. Halb is dependent requirement for the FERT.
    This setting we have defined in the OPJK for checking group(01/02) and checking rule(PP) combination. In inword and outword movements include all planned orders and include all production orders X has been maintained. That means it is considering planned and prod. order qty which will be available for the parent material.
    If u remove the X from those two parameters, u will also get missing parts for the FERT material. But according to std. it is not advisable for testing u can do this.
    I hope u r clear
    sree

  • Changes in the material, the order should be blocked while saving the order

    Hi,
    A sales order is already there and delivery is not yet done. The requirement is, If I make any changes in the material, the order should be blocked while saving the order.
    Is there any indicators or some fields which tells material is changed in the order. How this can be realised.
    I thought of table CDPOS, but this can be used only after Order is saved.
    Please provide your inputs.

    Use user-exit MV45AFZZ, form-routine USEREXIT_SAVE_DOCUMENT_PREPARE.  Compare the values in XVBAP-MATNR(New Values) and YVBAP-MATNR(Old values).  If the values are different, update the value VBAK-LIFSK to block the order.

  • Production Order should not be confirmed if material is not issued

    Dear All,
    Our Client has a requirement,
    While confirmation of order,system should check the material issue to production order,if material not issued confirmation should not allow.
    Please give your valuable input to fulfill this requirement.
    Thanks in advance,
    Vijay Mankar

    Hi,
    You can use this exit with reference to MB1A and MB31.
    Please refer the Documentation for the Enhancement: MBCF0002
    =======================================================
    The user exit MBCF0002 includes a function module that is called up whe
    you enter a goods movement for each item.                                                                               
    It enables you to fill in the item text in the material document item,
    depending on the following data:                                                                               
    o   MKPF     (Material document header)                                                                               
    o   MSEG     (Material document item)                                                                               
    o   VM07M    (Additional data for material document item)                                                                               
    o   DM07M    (Additional data for material document item)                                                                               
    The item text is also stored in the accounting document.                                                                               
    Examples                                                                               
    Goods receipt for a purchase order assigned to an account: since the  
    purchase order number does not contain a material number, the material
    Example of source text:                                                 
       IF I_MSEG-MATNR IS INITIAL.                                           
         E_SGTXT = I_DM07M-MAKTX.                                            
       ENDIF.                                                                               
    If the material description is to be used as the item text for all goods
    movements, the source text has the following line only:                                                                               
    E_SGTXT = I_DM07M-MAKTX.                                            
    ==============================================================
    You can refer the earlier post for some sample coding.
    You need to build your own logic for this..
    Hope this helps..
    Regards,
    Siva

  • Sales Order should not generated if total value of contract is released

    Dear All,
    We are creating sales order wrt to Value Contract, but it shows the warning message if value exceed above the contract value.
    We required if contract value exceed then sales order should not be generated.
    Thanks & Regards,
    PM

    Hi
    Check in VOV7  for item category WKN under tab  value contract Contract release control select B Error msg if trt value exceeded...
    Reg
    JJ

  • Sales order should not get saved without entering the material

    Sales order is getting saved without entering the material. How to make material entry mandatory in sales order.. so that if i try to save the sales order without entering the material the system should create an error.
    Please give a clue, if there is any way other than incompletion log.

    Dear DV,
    T. Code: SHD0
    Create a Screen Variant for Transaction VA01
    and maintain Field: Material as "Mandatory".
    Best Reagrds,
    Amit
    Note: Following is the explaination with Incompletion-Procedure -
    T. Code: OVA2 - Incompletion Log
    Select Group: B - Sales Order Item; and Double Click "Procedures" (left-hand Dialog-Structure)
    Select InCompletion Procedure: 20 - Standard; and double click "Fields" (left-hand Dialog-Structure)
    Here, Maintain entry:
    Table: VBAP
    Field: MATNR
    Screen: PKAU
    Status: 4
    Imp.: Create Z-Incompletion Procedure and make necessary changes, instead of changing a Standard one.
    Alternatively, check with Arijeet's post in following thread:
    How to restrict saving of a sales order without a material.

  • Setting for no dependent reqmt should generate for bulk material

    Hello guys,
       I know that for bulk materials system doesn't create any dependent reqmt. In other words system doesn't consider these materials in planning run.But for information purpose you can see the planned order no for bulk material in production order of above material.
       My question is where we maintain the settings for bulk material that system shouldn't create dependent requirements for them?

    Hi,
    As u know  u can  define Bulk material  at MRP view of Material Master.
    Please check with  "Excl Bulk material" check box  under the BOM Explosion tab at OPPQ for your Plant.
    Pradeep

  • REM Planned Orders being generated with Order type LA instead of PE

    Hi All,
    I'm running the Repetitive Manufacturing scenario and when I execute the MRP run for my Planned Independent Requirements, Planned orders are automatically generated with the order type LA. I understand that for repetitive manuf., planned orders should have the order typ PE.
    Is there something missing in config? How can I get the orders to be generated with the Order type PE??

    HI,
    Check the following settings which is required for REM
    1. Master Data -
    - Create Material master - MM01
    -Create BOM - CS01
    -Create rate Routing - CA21
    Create Rem profile - SPRO ->Production planning -> Rem.Manuf->Control data or use existing one
    Assign Bom seelction method = 2 & 3 (Prod version) in MRP view
    Rem MFG indicator - mrp view in MM01.
    Assign the REM profile to a material - MRP view in MM01.
    create Valid Production version - MRP view in MM01 & Check Rem mfg ind
    Assign the BOM and routings in Prod. Version
    2.For Preliminary Cost Estimate:
    Create version specific product cost collecter for Header material and preiminary cost estimate - KKF6N as per the settings in Rem profile. -
    3 For standard cat Estimate.
    create std Cost estimation(CK11n)
    std cost Estimation Mark & release(CK24)
    Thanks
    Hrishi

  • Process order should not take part in MRP run

    Hello Colleagues
    I looking for a way how to exclude not released process orders (we have PP-PI) from MD04 report. Not released process order should not take part in MRP run. I was trying to do it using OPJJ for availability check 02 and checking rule PP but I was not able to get result. Could you please help, probably there are other settings?
    Best Regards
    Eduard

    Hi,
    Settings in OPJJ will take effect only when you create or release process orders.
    As a work around you can try to exclude process order is
    1. Create a Storage location and make it not relevant for MRP-OMIR
    2. In Material master for the material in MRP assign storage location MRP as 1 (exclude storage location stock)
    3. Create the process order, in the GR tab enter the storage location (not MRP relevant)
    In the MRP run it will not take the process order into account.
    After releasing change the storage location to the normal sotrage location.
    In this process flow, the control is with the storage location.
    Check it in your sandbox.
    Thanks,
    JK

  • Multiple production orders  are generated for same requirement

    hello guru's
    For a MTO (make to Order) scenario, where the Material requirement quantities are generated from Sales Orders.
    Ex: Sales Order created for 500 Qty.
    I had run the MRP using MD03 with the following parameters
    Processing key              NETCH      Net Change in Total Horizon
    Create purchase req.     1                  Purchase requisitions in opening period
    Delivery schedules       3                  Schedule lines
    Create MRP list            1                  MRP list
    Planning mode              1                  Adapt planning data (normal mode)
    Scheduling                    1                  Determination of Basic Dates for Planned
    System had generated Planned Orders for Qty 500 and these are converted to Production order for Qty 500 for which the Purchase Order for 500 are created.
    Goods receipt of 480 has been made against the Purchase Order for the Ordered 500 Qty.
    When I re-run the MD03 the system is generating the new Production Order Qty 0f 20 which is not supposed to be as this 20 Qty was already part of the existing Purchase Order and yet to be delivered .
    Could you please explain me why this is happening?
    regards

    Dear,
    MRP will consider the firmed PR for the completion date contained in the PR. If the requirements date is different, then MRP will create a new proposal (PR).
    If you wish for MRP to RESCHEDULE the dates of existing firmed purchase reqs, instead of just creating new proposals, you have to set the Rescheduling horizon. OPPQ> Rescheduling (plant) or OPPR >Recheduling Horizon (MRP Groups). Start with a small horizon,  Also check the tick mark for firm reciept there.
    Are you getting any expection message in front of PR?
    MRP will 'assume' rescheduling by configuration, by managing the rescheduling horizon, and by setting the rescheduling tolerances. These config can be found in
    OPPQ select Rescheduling
    or, for MRP groups
    Please check and come back.
    http://help.sap.com/saphelp_erp60_sp/helpdata/EN/f4/7d2c9744af11d182b40000e829fbfe/frameset.htm
    Regards,
    R.Brahmankar

  • After firming planned order, new planned order is generating in MRP run

    Hi Experts,
    I am using SAP AFS. Planning strategy is 21- MTO with Project settlement. MRP type is PD. Lte size is EX. Procurement type is X.
    We are using the production versions. Individual / collective reqmts is 1. Planning time fence is not maintained.
    In sap AFS T.Code for MRP run is /n/afs/md02. After receiving the Sales order, MD04 screen gets updated accordingly and I am running the MRP.Planned orders are generated accordingly. I am firming the planned order manually through MD04. The satr mark is also appearing.
    My problem starts now. If I am running  the MRP again for the same requirements another planned order of the same qty. is getting generated. That means after the second MRP run, I am having two planned orders (one firmed plnd order) and second is the new planned order. My requirement is that MRP should not generate any new Plnd. order / PR's if there is no new Sales order.
    The parameters for MRP run are "1" for "Create PR's", '1" for "Plng Mode" and '"1" for "scheduling ".
    I have tried in all the possible ways, but of no use. Still new plnd order is generated after firming the 1st plnd. order in MRP run.

    Thanks all for your feedback..
    @ Vishal
    1. Yes, Both Old firmed planned order and newly generated planned order have the same grid value
    2. For both the planned orders :
    Special Stock is E u2013 Orders on hand,
    Consumption is V,
    Sales order is the same (As we are using MTO , Strategy 21) and same WBS element.
    3. First planned order is not in the assigned tab of MD04. This means that has been allocated to some object. u2013 I didu2019nt got this point. Can u please elaborate?
    @ Nikhil
    1. Quantity of sales order is not reducing after firming the sales order
    2. Account assignment category for both the planned orders is u201CZu201D - Indiv.cust./project
    I have made some more observations and found the following differences between the two planned orders
    From  MD04 , keep the cursor on corresponding planned order
    & click on upward arrow ( available on bottom side of the report).
    It will show what will be the originating requirements i e. for which requirements this planned order generated.
    For Firmed planned order it is taking me to screen u201CPegged Requirements
    u201D*And the following data is present:
    Planned dates: 04.07.2010
    MRP element No. 3100001185 (Sales Order No.)
    MRP element item 100
    Scheduling No. is 1
    MRP element indicator - VC u2013 Order
    MRP element data- 3100001185/000100/0001
    Plng segment u2013 3100001185000100000
    P.O / Order Type u2013 ZX
    Rec/reqd Quantity 10
    MRP element u2013 Order
    For new planned order generated, I am going to Screen *u201CProcurement without Requirementsu201D
    *The following data is present
    Planned date 03.07.2010
    MRP element No. 0000123522 (Planned order No. of the newly generated after MRP Run)
    MRP element Ind. u2013 PA
    MRP element data 0000123522/SO
    MRP element item 1
    Scheduling No. 1
    MRP segment 20
    Plng segment u2013 3100001185000100000
    Rec/reqd Quantity 10
    P.O/Order type- KD
    MRP element u2013 Plnd Order

  • Sales order for a configurable material

    Hi all,
    While creating a sales order for a configurable material i'm encountering an incompletion log saying enter gross weight & net weight. Even after i enter some value in the respective fields, i'm still thrown with the same incompletion & i'm unable to complete the order. In the material i find that the gross weight, netweight, volume are maintained as "zero". How do i resolve the problem??should the material master be changed??
    Thanks and regards,
    Deepak Prasanna S

    hi,
    If ur not having access to change teh master data in client system, Then u have to feed data manually in the sale order
    VA02/VA01->go to item details->in shipping view u can feed the details.
    1.But in ur earlier posting u told even after filling the details, the system pops up the message.Revert waht is error r u getting.
    2. But is advisable to  change in material master since each time while creating sale order u can't feed the input
    regards,
    Arun prasad

  • Creating Prodcution order using workflows

    Hi all,
    Iam new to workflows. I have been reading the documents on Workflows on SDN and few  other sites.
    I want to know whether we can create a production order using Workflows. If so, How we need to
    pass necessary data like Material, Plant, Order type, Quantity and Basic Start date/ Basic finish date to
    the Workflows? I have idea about Business objects, Events,Step types and  overview of the workflow
    terminology and pracitced few examples on workflows. Can anybody help me  please?
    Thanks & Regards,
    Manjula.S

    I dont know about standard existing workflows available for your requirement as mentioned in one of the posts here. so you better check the availale standard first and then decide if you want to build a customised one
    and wat i told you is wat u need to do if you go for a customising one................ first of all identify what abap you are going to write to create your prodcution order. either its BAPI or BDC whatever.......maybe you create your own function module for doing that stuff...............then you extend the busines object of the prod order , then you add another method in it and call your function module in this method.........
    ok now you create activity step in your workflow that you have already made with all the start events and things like that.........this activity step will have a task that calls this new method of yours..... .
    you need to know some basic fundamentals of workflow for doing all this and if its your first time then it wil take some time.......

Maybe you are looking for

  • How do I make page borders on Pages?

    Can anyone explain to me how to make page borders on the Pages program? I typed it into help, but it only told me how to make borders for paragraphs. In Word it was under "Format" Borders adn there were lots of choices of great borders there - both l

  • Adobe Acrobat 9.4 Errors

    Upgraded to Acrobat 9.4, but now get numerous crashes of Acrobat under WIN 7-32bit. Any suggestions?

  • Have Nikon 1J1 and want to open file in Raw?

    I have Nikon 1J1 and I took pictures in Raw. When I went open file from my Adobe Elements 9 it said it cant open this file. Can someone tell he why and how to fix this? Do I need an update?

  • End jump

    I made a menu and a play button for my track but where can I decide what menu it goes to once the movie is done?

  • Change Mandatory of all fields of subform

    Hello, Im working with the ES2 designer and trying to make the subform hidden and the elements of the subform which are mandatory = "error" to mandatory="visible" here is my sample: the action is performed on a checkbox click if(this.rawValue==1) {