Mto strategy 40 - planned order generation problem

i have an fg, which is assigned to strategy 40. sales orders are created for that fg. however, when i run my mrp, tcode MD04 shows that the planned order generated for the FG is make to stock. how do i change this to make to order?

Dear Raf
Strategy 40 is Make to Stock only
It is a strategy named Planning with Final Assembly
You can feed PIR and generate the proposals
It will React for Customer Requirements Quickly
Prabakaran K

Similar Messages

  • Planned order generation restriction

    if in my material, i defined the minimum and maximum lot size as equal ( ie.  3000 = 3000 ), for procedure EX, when a requirement exceeds the value of the maximum lot size, will it create a brand new planned order, for example a requirement of 3001? how can i restrict the system not to create a new one and just round the qty down to the maximum lot size everytime.

    Hi,
       Use share of Safety stock availability in MRP group.
    Assign this MRP group in the material master of MRP 1 view.
    This function is used to reduce the planned order generation. Suppose if the requirement is 5 no's and the stock is not available, system has to  generate planned order.
    But the share of safety stock contains more than 5 no's,  system will not generate planned for this 5 no's.
    Assume safety stock - 50 no's.
    Share of safety stock - 10%
    So for the requirement of 3001 no's, system will generate planned order for only 3000 no's. Remaining 1 no adjusted from the share of safety stock.
    Regards,
    Dharma

  • Restriction of planned order generation (mrp)in other plant.

    Hi,
      I am running mrp for sales orders and i want to restrict the planned order generation in other plants other than the sales order plant. 
    through standard activity it can be blocked by not maintaining special procurement key of stock transfer.
    But some users are creating manual demand in other plant(STPO) against the same sales order for some sub assembly. so if they are running MD02 in their plant it is creating planned orders against the same sales order.
    I want to restrict the planned order generation against any sales order in other plants. How it can be done.any enhancement please suggest.
    Regards
    Madan

    Hi,
          we cannot restrict the authorizations so specifically here in my business client.
    Based on planned orders we have defined some programs.
    the programs are  effecting because of these unwanted planned orders which have been created  for a different plant sales orders.
    Is there any enhancement or BADI to control the creation of planned orders in other plant for a sales order of different plant.
    please suggest.
    Regrds
    Madan

  • Sales Order costing error to prevent Plan Order generation in MRP run

    Dear PP Experts,
    We are into sales order costing due to Variant Config implementation.
    Problem Statement: After sales order entry /Characterisitc value selection, while saving sales order , SO costing is auto triggered. Many a times one of the new Raw material price is not maintained( Purchase info record), hence SO costing occurs. SO costing is still saved, SO incompletion is not configured , so it is detected when Production order has 'No Target Cost'. This creates inconsistancy in FI postings.
    My questions
    - Can we set SO imcompletion for SO costing error( Standard Config?)
    - Is there a enhancement to prevent MRP from processing Sales order with incompletion log i.e. Prevent MRP from generating Plan Order.
    Best Regards,
    Jatin

    Hello Jatin
    You can use BAdI MD_CHANGE_MRP_DATA to make the sales order not relevant to MRP.
    Check the following document for an overview of the BAdIs available on MRP:
    BAdIs for MRP
    BR
    Caetano

  • Planned order generation

    Hi ,
    After running  MD50 for repetitive manufacturing, planned orders are not being generated.
    Please suggest what could be the reason.
    Thanks.

    Is the requirement is MTO? If its MTO definitely you can get the plan order for sale order requirement.in MD50
    If its not relevant to MTO, then run the MRP in MD02

  • Planned order generation for each demand

    hi all,
    Is it possible to Create planned order for each demand within a day in LTP.
    for ex.,
    Ms04
    Planned order-  19.09.2014  4500
    demand   19.09.2014  --  500
    demand   19.09.2014  --  1500
    demand   19.09.2014  --  2500
    Its creating like above is it possible to create planned order as follows
    We required as follows
    Planned order-  19.09.2014  500
    Planned order-  19.09.2014  1500
    Planned order-  19.09.2014  2500
    demand   19.09.2014  --  500
    demand   19.09.2014  --  1500
    demand   19.09.2014  --  2500
    Which setting controls it. we are using individual/collective requirement as 1 for these materials
    How the on different dates separate planned orders are generated. please include your valuable inputs
    Regards
    Muthu Kumar

    Hi Kumar,
    as mentioned before.
    If you do not have a MTO scenario you need to use BAdI MD_ADD_ELEMENTS to simulate individual requrirements within the same date.
    Make sure you check for the right scenario, so the coding is not executed during regular MRP
    This coding could be a starting point.
    could not test it.,  but you can give it a try.
    data: lf_temp_date type DAT00, ls_MDPS type mdps, lf_planr type PLANR.
    if IM_PLSC is not initial.
      CH_CHANGED = 'X'.
      loop at CH_COPY_MDPSX into ls_MDPS where delkz = 'SM'. "for simulated dependent requirements
    if ls_MDPS-dat00 = lf_temp_date.
      ls_mdps-planr = lf_planr + 1.
      lf_planr = ls_mdps-planr.
    else.
      lf_planr = ls_mdps-planr.
    endif.
    lf_temp_date = ls_mdps-dat00.
      endloop.
    endif.
    If you need to have separate planned order depending on header material you can also check for this in addition to requirement date
    Uli

  • MRP Planned order generation for Order reservation excluding Dependent Requirements

    In our Project we have a requirement like for FG stage & SFG1 stage are M.T.O So after sales order are punched through  MD50 we have created Planned orders against sales orders,But dependent stages like SFG2 & SFG3 which are pure M.T.S so only Dependent requirements will get generated.Suppose for SFG1 i have partially converted planned order to Production order then for component SFG2 we get Partial Quantity as order reservation.Now requirement is if i run MRP for SFG2 system need to generate demand only for order reservation excluding Dependent requirements.Is there any possibility where we can generate demand only for order reservation.As system will create Planned order for SFG2=Dependent requirement + Order reservation

    Hi Uli,
    Suppose i have Sales order--100 kgs for FG
    B.O.M levels
    1.FG-----M.T.O
    2.SFG1---M.T.O
    3.SFG2---M.T.S
    4.SFG3---M.T.S
    5.ROH
    So if i run MRP via MD50 system would generate planned orders for FG & SFG1 level as they are M.T.O specific
    Now my requirement list would be
    FG-100kg planned order
    SFG1-100kg planned order
    SFG2-100kg dependent requirement.
    Now suppose i have partially converted SFG1 planned order to production order
    SFG1--100kg planned order to 30 kg production order
    Now my requirement list would be
    FG-100kg planned order
    SFG1-70kg planned order & 30 kg production order
    SFG2-70kg dependent requirement & 30kg order reservation.
    Here my requirement is if i run MRP for SFG2 in MD02 as these stage is M.T.S system should provide 30 kg planned order & if we see down the line it would be like
    Now my requirement list would be
    FG-100kg planned order
    SFG1-70kg planned order & 30 kg production order
    SFG2-30kg planned order & 70kg dependent requirement.
    SFG3-30kg planned order
    ROH-30kg Purchase req
    Client requirement is like these..

  • Planned order creation problem

    Hello everybody,
    When I am creating a planned order manually in MD11, I receive the message "Planned order xxxxx will be created".
    Then I receive a popup window telling me "Express document 'Update was terminated' ".
    But, when I am having a look in MD04 to see the planned order, I can't see it.
    It was still okay yesterday morning, but since yesterday afternoon, no more planned orders can be created manually. Do you have an idea about what can be the reason of this?
    It's just like if the order creation was delayed... But for how long, and waiting for what???
    Thanks in advance for your help.
    Regards,
    Rudy

    Hi,
    There is something issue with ur data while saving..hence it is not saving and throwing the message. so that while upadting data in table  is not acccepting.
    GOTO SM14->click on ALL UPDATEREQUESTS push button->U will find the reocrds,select ur userid and double click on it,now u can see the module name,select it and double click on it,now u will get one small dialog box,there u can find the abap editor symbol ,click on it..it will take u to the program where it has taken place
    Please refer this thread,
    Update was terminated
    Regards,
    R.Brahmankar

  • After MD81- what will happen to already generated planned Order

    Dear Experts,
    I have few doubts,please check the details below.
    1.After MD81 for Finished Material, what will happen to already generated planned Order.
    2. For Standard finished material, can MTS material  planned order be clubbed and generate one planned order.?
    3.For standard Finished material, can MTO materials, planned order be clubbed and generate one planned order.

    Hi,
    MTO -
    The materials are uniquely assigned to specific sales orders.
    MTS -
    The materials are not assigned to specific sales orders.
    You can manufacture material and keep in stock without any customer requirement.
    Basically for MTS you need to use Strategy 10 and for MTO you need to use strategy 20 in material master.
    Regards,
    Sankaran

  • Co-Product Planned Order

    Dear Guru's,
    I am executing Long-Term Planning through T-Code MS02. Material BOM also contains co-product. System does not creating
    Planned Order for CO-PRODUCT but showing simulative requirement. Is there any way or option to create plan order through MS02? Or it is an standard practice that system will not create planned order for CO-PRODUCTS due to its -ve quantity.
    Regards,
    Rashid Masood

    HI,
    If you are using Co-product & mainytain the _ve qty in the BOM means at the time fof Final Goods Movement the Atomatic stock updation in the Co-product satock there will be no Planned order generation for the Co-product.According to u order qty & qty maintain in the BOm the Co -prodcut Qty will get updated auto matically.
    Regards
    Satish

  • Time phased planning with planned orders

    I'm trying to get time-phased planning (MRP) to generate planned orders after the lead-time up to the planning horizon. I cannot get this to work so perhaps I should explain the scenario to see if this is possible. (This is all finished goods procurement, no manufacturing).
    Scenario:
    I have a DC in the US which gets supplied from a DC in the UK on a 4 week lead-time. MRP runs every week and generates a purchase requisition (converted to STO which gets picked and issued etc).
    The DC in the UK gets supplied from vendors on average 3 month lead-time. I get forecast requirements from UK and EMEA regions (stores) and want to also have planned orders from the US DC so that the MRP run on the UK DC will add the total requirements together and give me vendor orders.
    As you can see from the lead-times a single STO from the US DC doesn't give me demand over the total 4 month lead-time which means the UK DC doesn't order enough. If I could get planned orders to generate then it would all come together (simple DRP model?)
    At the moment I'm working round it by running "PD" MRP first on the US DC and then changing the RP type and running time-phased MRP to get a single STO but this isn't perfect and means I have to run it manually every Sunday. (Also the logic is not quite the same between both methods).
    Can anyone point me in the right direction?
    many thanks
    Marcus

    Hi,
    I'm using a copy of the R1 MRP type with the only change being that the "RP ind. forecast" configuration is set to G so that forecasts are included in the requirements calculation. I only have forecast values going out to the planning horizon so they need to be relevant.
    I have planning and delivery cycles maintained along with lead times and goods receipt times also but no planned order generation.
    Is there somewhere else I should check?
    thanks!

  • MTO-Process order convertion problem

    Dear all
    For MTS ; I am able to convert the planned order in to process order (order type PI01)
    For MTO:  I am not able to convert planned order in to process order (same order type)i got the following below error on create process order screen
    "Technical status 000000000000 is not available
    Message no. CC852
    Diagnosis
    An internal error has occurred. There is a data inconsistency. The system cannot find the parameter variant data.
    System Response
    The system does not allow processing to continue.
    Procedure
    Inform your system administrator. If the error cannot be corrected, contact the SAP Hotline directly."
    Kindly help

    I have already created strategy group 99 and assign same strategy group in material master  which is having main strategy 40 and alternative 20
    wht i did?
    I hav created sale order with requirement type KE an then run MRP then i got pl order against sales order.
    Now i am traing to convert pla order to process order i got above mentioned error.
    kindly help

  • Handling Planned order created from Demand planning and Sales order in MTO

    Hi all
    In MTO\ Repetitive we genrate Dependent requirement from demand planning (PIR) after running MRP which finally planned order created but on the other hand in short term we have Sales order which generate planned order after running MRP(In MTO), How we should handle planned order generated from Demand planning and the ones generated from sales order.(both after MRP Running).
    Regards
    Babak Bolourchi

    Dear,
    You can combine the planning strategy also main as 56 and second as 65 and in demand managment MD61 you have the option select requirement type.
    Then while creating sales order use MTO strategy and take MRP run through MD50 and then MD02.
    and if you want to assign the stock to sales order then you and do it through MB1b with 412 E movement type.
    As per my knowledge, generally 56 strategy only takes Sales Order Stock into consideration.
    Consider setting the Individual/Collective indicator to 2.
    Mark those characteristics that should have a usage probability in demand management as Relevant for planning.
    Hope clear to you.
    Regards,
    R.Brahmankar

  • Planned order to production order conversion problem

    Hai All,
    I am converting a planned order to production order during which following error is coming and system is not creating production order.
    You can not make an assignment to make to order stock.
    How to solve the issue.

    hai sundaresan
    Thanks for your reply. As you mentioned i am using strategy 25 for this Material. I have tried all the settings and changes mentioned by you. But not able to convert the planned order to production order. But when I changed the strategy to 20 and created a new sale order then did MRP run and then tried to convert the planned order to production order and it worked. Now my question is when it is working with 20 why it is giving problem with 20. Actually I am doing VC for material and while creating sale order selecting the values from characetristics. Can you help out why it is not working with strategy group 25.

  • Conversion of planned order in MD04 for md04 for 50 plg strategy

    For a fert having two semi finished materials inturn having 2 raw materials each using planning without final assembly 50, the VP planned orders are converted when the materials are checked usually there is shortage of semi finished again when I tried to convert the planned orders for semifinished in the stock there is availability but in the prod order there are logs giving me the material shortage. Can anybody clearly explain keeping the materials and particularly the strategy 50 the problem was haunting me from 2 days.

    Ava check - availability check is performed on the basis of planned independent requirements.
    please go through the link below
    simulate as per this and let us know where is the issue aftter creating sales order?
    http://help.sap.com/saphelp_47x200/helpdata/en/cb/7f9b7043b711d189410000e829fbbd/frameset.htm
    please come back after going through the link and example

Maybe you are looking for

  • Right way to use generics for cellular automatons?

    Hi, i've got a question about using generic types in combination with subclassing (which should be used in a cellular automaton), In fact there are only 3 classes that are necessary to understand my problem: - Cell (abstract) - CellularAutomaton - Su

  • Safari will not open. Every time I click it, an error window pops up.

    Safari is completely broken. Every time I click it an error window pops up and sends a report to apple. Not sure what to do. I've updated everything but nothing works.

  • Ipod disabled and will not connect to itunes

    hi guys! I'm having a problem with my ipod touch 4g 8gb, i recently put in a new password and forgot it. I tired to figure it out many times but failed, so know the screen says ''Ipod is disabled connect to Itunes''. My computer or itunes (or whateve

  • How to save the files to a USB memory plugged into the EVS-1463RT

    I am trying to collect images with EVS-1463RT by running a vi. The EVS has LV Real Time v13.0.1 installed. The vi runs well and save images to a folder ('C:\Images\') in the development PC. But, when I deploy the vi to EVS-1463RT, the vi cannot find

  • Drag/Drop E-Learning Interaction

    I developed an e-learning module using the Drag/Drop Interaction. But I have several drag objects with only one target object- thanks to the instructional designer I'm working w/, and I'm not sure if Flash can function correctly w/ only one target ob