How to take planning run for selected materials?

We have some 50 materials for which only i want to take planning run.I try to use MRP area but it it creating problem at the time of delivery of materials.Please suggeset solution.

Hey,
you can resolve this issue by creating a separate MRP controller for these materials and configure the user exit key for this MRP controller at MD01. (just press F4 at user exit key and select the maintain values option) such that materials for only these MRP controller are planned.
This however, has a drawback, ONLY materials whose MRP controller is selected would be planned:
Eg;
if Parent material A has two child materials in it Y and Z.
if you assign A the MRP controller 001 <~~ and
Y and Z have some other MRP controller, the dependent requirements generated from A would not be planned on Y & Z,
So, if you want the planning to take place at all BOM levels for these materials you can place the same MRP controller for all materials which you want to plan separately.
Hope this solves your issue.

Similar Messages

  • MRP to be run for those materials that is assigned to the MRP controller

    Dear Gurus,
    Pl. let me know how MRP can be run for materials assigned to the MRP controller only.
    Regards
    Veronica

    Hi
    You can run MRP for MRP controller using User Exit Key available in TCOde MD01.
    You have to define the user exit keys and make use of the same. ( in SPRO you can do that )
    Regards

  • Planning run for make to order strategy

    Hi,
    I am trying to run the complete planning cycle for strategy group 20. But i am unable to do so. Can u please give me a detailed description on the same.
    P.S. I did the planning run for strategy group 10, that is , making a plan and converting to active plan etc.
    But unable to run for strategy group 20.
    Please look into the same.
    Br,
    Geetu

    Hi Geetu
    Make to Order  Means :
    Produce/ Procure  the material for this Sales Order (----
    Strategy Means :
    Effe. procedure/plan to execute Requ.
    Advantages of Make to Order  : 
    Reduce the Inventory
    Reduce the Cost
    Flexible to Customer Requirements
    MAKE to ORDER STRATEGY 20
    (Pure make to Order)
    ===============================================================================
    u2022     Production & purchase are triggered by Sales order receipt
    u2022     System will not perform net requirement calculation between individual sales orders
    u2022     Produced quantities canu2019t be switched between one sales order to other
    u2022     System creates individual planned orders against each sales order recd.  With ref
    u2022     Individual & collective requirement indicator controls the level  up to which MTO is applicable
    u2022     Goods Issue against the sales order reduces the requirement
    u2022     System manages the production & procurement costs specifically for each sales order in settlement order
    u2022     Lot for lot order qty, is the default lot size followed in MTO,  irrespective of the settings in MRP1
    ==================================================================================
    Create a material(MM01) with Strategy Group :20 ( MRP3)
    You can check & confirm all those properties by creating a Sales Order  (VA01)
    See the effect of it after running the MRP ( MD02),
    Check the Results in Stock Requirement List ( MD04)
    Also, check the stock level of the same material before the Sales Order &
    after the Sales Order
    If possible, Create One more Sales Order &
    see how the quantities of the individual sales Orders are managed.
    You can verify all the prosperities of Make to Order (Strategy :20)  by yourself
    Hope this may Help
    BRSR

  • How to set background color for selected days in DateChooser

    How to set background color for selected days. I created
    checkbox for each day [Son,Mon,Tue,Wed,Thu,Fri,Sat] and a
    DateChooser, I want to change the background color for the selected
    day when i click on a button after selecting the desired checkboxs
    [ monthly wise/yearly wise]
    Thanks in advance

    There is no button involved in the following code, but it may
    be of use to you:
    <?xml version="1.0"?>
    <mx:Application xmlns:mx="
    http://www.adobe.com/2006/mxml"
    creationComplete="init()">
    <mx:Script>
    <![CDATA[
    private var origColor:uint;
    private function init():void {
    origColor = dc.getStyle("selectionColor");
    public function setBackGrdColors(newColor:uint):void {
    dc.setStyle("selectionColor", origColor);
    if(dc.selectedDate){
    var dayOfWeek:Number = dc.selectedDate.day;
    else{
    return;
    switch(dayOfWeek) {
    case 0:
    if(sun.selected)
    dc.setStyle("selectionColor", newColor);
    break;
    case 1:
    if(mon.selected)
    dc.setStyle("selectionColor", newColor);
    break;
    case 2:
    if(tue.selected)
    dc.setStyle("selectionColor", newColor);
    break;
    case 3:
    if(wed.selected)
    dc.setStyle("selectionColor", newColor);
    break;
    case 4:
    if(thu.selected)
    dc.setStyle("selectionColor", newColor);
    break;
    case 5:
    if(fri.selected)
    dc.setStyle("selectionColor", newColor);
    break;
    case 6:
    if(sat.selected)
    dc.setStyle("selectionColor", newColor);
    break;
    default:
    break;
    ]]>
    </mx:Script>
    <mx:VBox horizontalAlign="center" verticalGap="20">
    <mx:DateChooser id="dc" textAlign="left"
    change="setBackGrdColors(cellColor.selectedColor)"/>
    <mx:HBox width="100%" horizontalAlign="center">
    <mx:CheckBox id="sun" label="Sun"/>
    <mx:CheckBox id="mon" label="Mon"/>
    <mx:CheckBox id="tue" label="Tue"/>
    <mx:CheckBox id="wed" label="Wed"/>
    </mx:HBox>
    <mx:HBox width="100%" horizontalAlign="center">
    <mx:CheckBox id="thu" label="Thu"/>
    <mx:CheckBox id="fri" label="Fri"/>
    <mx:CheckBox id="sat" label="Sat"/>
    </mx:HBox>
    <mx:HBox width="300" horizontalAlign="center">
    <mx:Label text="Background Color" />
    <mx:ColorPicker id="cellColor"
    selectedColor="#FF00FF"/>
    </mx:HBox>
    </mx:VBox>
    </mx:Application>

  • How to see planned orders for P3 mrp type products in APO?

    Dear experts,
    I have materials with P3 MRP type (not planned in APO but in R/3 using MRP)
    I have active integration models with P3 and X0 mrp type products for planned orders
    however I can not see in APO product view the planned orders for P3 materials,
    is this normal or should I see those planned orders in APO?
    Thanks for your answer,
    best regards
    Elynn

    Hi,
    The following prerequisites must be met so that planned orders can be transferred from SAP R/3 to SAP APO
    and vice versa:
    1.The material masters must be transferred to SAP APO.
    2. PPMs must exist for planning in SAP APO.
    3. The relevant integration models must be active.
    4. An active integration model for planned orders must exist in SAP R/3.
    5.An active integration model must also exist for materials, so that the components of the planned order are transferred.
    6.The relevant distribution definitions must be maintained in SAP APO, so that planning results can be
       transferred from SAP APO to SAP R/3.
    Thanks,
    nandha

  • How long app takes to run for adobe story

    I clicked on get started icon on the adobe story hours ago and I have yet to see anything come up. How long does it take to run?

    Try this link: https://story.adobe.com/
    If nothing comes up:
         Verify that you have the latest flash player.
         You can try login from a different browser.
    Regards,
    Sunny

  • Reg: MRP Run for all Materials

    Hi Abapers,
    I have an issue where in using MD01( Material Run), i need to raise one PR for all materials below the re-order stock. Currently system creates one PR for each material below the re-order stock.
    Please throw any ideas regarding this.
    Thank you

    Hi ,
    to procure assembly take 10 days.
    And delivery date is after 2 days
    After MRP run , system will take first backward schedulling from delivery date will take 2 days and going forward scheduling and take 8 days .
    So that from current date system will take 10 days so assembly will procure easily .
    Suppose today date 19/05/2011. And delivery date is after 2 days .( on date 21/05/2011 )
    if MRP is run on 19/05/2011. System will create delivery date 29/05/2011.So assembly will be easily procure within span of 10 days from 19/05/2011 to 29/05/2011. Delivery of FG is easily available on 29/05/2011.
    Regards
    Vinod

  • MRP run for dependent materials

    Dear All,
    Could please give me solution for this below scenario.
    My Client wants to run the MRP for dependent material. For example, there are certain material which needs other material also for their application. Material X is leading material and Materil Y is dependent material for material X. one pc of X is made up of 10 pc of Y material.
    Now we want that system automatically runs the MRP not only for leading material but also for dependent materials. ( Even if the reorder level for dependent material is not reached)
    PLEASE GIVE ME SOLUTION
    Thanks.
    Vineet Dhawan

    Hi
    Please maintaint the Bill of material in transactio code CS01 for dependent material X. Maintain the material Y as child material with 10 nos, choose L- stock type.
    Ensure the procurement type is F and speical procurement type is 30 in case of subcontracting. also ensure right validity periods.
    If the material X is a finished goods, while planning for Material X, subsequently the  child material Y also will be planned.
    Execute MRP, with requirements for Material X , it will explode for material Y.
    If reorder point is not reached in consumption based planning, the material will not be planned.
    hope this helps
    Regards,
    Sasi

  • How to solve ORA-01555 for SELECT ? Thanks.

    I am running Oracle 9i on Solaris 9. I have a query that's supposed to processes massive records by joining several very big tables but dies with ORA-01555 error after hitting UNDO_RETENTION of 144000 (40 hours). The query plan looks pretty nice and robust.
    Instead of running the SELECT statement, what can be other approaches that can solve this problem?
    Thanks.

    The query plan can have flowers all over it, but saying it looks pretty nice doesn't really give us any information. We can't see your query, your table structures, your data or your execution plans or trace files, so we can't provide much help really.
    >
    ORA-01555: snapshot too old: rollback segment number string with name "string" too small
    Cause: rollback records needed by a reader for consistent read are overwritten by other writers
    Action: If in Automatic Undo Management mode, increase undo_retention setting. Otherwise, use larger rollback segments

  • How to get accurate values for select statement using single column

    Hi All,
    Below is my query which runs fine
    Select Distinct Top 4
    FiscalYearId,
    FiscalMonthOfYearId
    From ODS.Common.tODS_Date
    Inner Join
    UTL.Utility.tUTL_ProcessDate
    On tODS_Date.DateShort < tUTL_ProcessDate.ProcessDate
    And tUTL_ProcessDate.DatabaseName = 'ODS'
    Order By
    FiscalYearId Desc,
    FiscalMonthOfYearId Desc
    Below is the generate output
    FiscalYearId FiscalMonthOfYearId
    2014 2
    2014 1
    2013 12
    2013 11
    But i want to use this query in one of my where clause condition as its being used in the where clause it can only return 1 row.So, i tried something like this
    Select Distinct Top 4
    FiscalMonthOfYearId
    From ODS.Common.tODS_Date
    Inner Join
    UTL.Utility.tUTL_ProcessDate
    On tODS_Date.DateShort < tUTL_ProcessDate.ProcessDate
    And tUTL_ProcessDate.DatabaseName = 'ODS'
    Order By
    FiscalMonthOfYearId Desc
    And the result set of this one gives me the output like
    FiscalMonthOfYearId
    12
    11
    10
    9
    Which is not correct,( if you see the result set above). 
    Can someone please help me with any ides on this.

    If you want to use this query in the WHERE clause, then use it with EXISTS option which allows to return more than 1 column. 
    For every expert, there is an equal and opposite expert. - Becker's Law
    My blog
    My TechNet articles

  • How to take a report for the assigned transaction and activity in a role

    Hi Colleagues,
    I want to take a report for the assigned transaction with activity for all roles, which are assigned to the users,
    Transaction list for a role i can able to take it from SUIM but not able to take the ACTVT for the role.
    Please suggest how to take this information.
    BR,
    Jai

    Hi Jaikumar from the post :
    I think you have reached the state of finding the USER to ROLE relationship
    Take the output to an excel,
    COPY just the roles column exactly in order do not rearrange , use AGR_1251 like other experts have mentioned
    insert the roles copied from you buffer and execute, the output will have multiple entries for each role take the output to an EXCEL again , make it unique and match the outputs between both the EXCELS.
    It will be a little tricky to do this, but I think you are proficient in MS EXCEL.
    This is one of the ways to do , there are many other ways to do it.

  • How to Load Planning Adapter for SAP R/3 into DIM

    I'm sucessfully instaled Oracle-Hyperion Data Integration Managenet v.11.1.1.1, now i need to extract data from SAP R/3 and load it into a Planning application. I understand that i must use an adaptaer for Planning, i already have HyperionPlanning.reg file and other .reg and .jar files. At this point I don't know what i must do with this files and how can load planning adapters into Data Integration Management.
    I appreciate any information, there is not a lot information abour DIM in the web, even in the Oracle EPM Documentation site.
    My best regards,
    Melvin.

    hi,
    not very nice but and not really satisfying:
    if the users of the remote-users for the logon from the BWs onto the one R/3 differ you could use sy-uname to check what bw is extracting ...
    everything else is a bit more complex
    hth
    cheers
    sven

  • How to put Mandatory option for selection screen fields in ABAP Queries

    Hi Experts
    Can anyone tell me how to put mandatory option for the selection screen fields in ABAP Queries.
    Manually I had written code in the At Selection Screen  option in infoset to display error message if that field is blank.
    But I need to display the selection fields with the tick mark (obligatory mark).
    How to do this?
    Appropriate answers will be awarded

    Hi
    For parameter option
    parameters : p_kunnr type kna1-kunnr  obligatory.
    For select option
    select-options: s_date for vbak-erdat obligatory.
    Plz rewards points ,
    Regards ,
    Ganesh.

  • How to set default variant for selection screen

    Hi,
    I want to make one variant as default for selection screen for one user.
    For eg., take COOIS. For the selection screen, i have 3 variants. But i want one variant to be default. Thsi is not for all users. Thsi is for particular user.
    I am not seeing any way to do this. please help me..
    Thanks
    Srini

    Hi,
    If you are using Z program then you can ask your developer to get Variant name Runtime from Parameter ID.
    This means you decide a Parameter ID name : ZVAR in your Z program and ask your developer to load variant each time your Z program loads.
    Now, second step will be using SU01 transaction you can set value of ZVAR in Parameters tab for the user. This value will be the variant which you created for this user.
    This will solve your problem and you can make n number of variants and assign it to different users.
    Regards,
    Arpit

  • Delivery schedules print or output for selected materials only

    Hi
    We have schedule agreement LP document type which has 350 materials
    Every time we transmit message to vendor we do not want to transmit all materials delivery schedules to vendor
    we want to transmit only selected materials delivery schedules
    how this can be achieved
    We using copy of standard delivery schedule message type LPET
    Please help
    Thanks in advance

    LPET includes all open deliveries in output and doesn't exclude even if they transmuted already

Maybe you are looking for

  • Synching iPhone and iPad with new iMac - former pc user

    I'm trying to determine to most efficient way to set up iTunes and synching of my iPhone 4 and iPad on my new iMac. I am finally moving away from using a pc and am facing the issue of trying to preserve all the content on my devices as I set up the i

  • The file upload and download

    Hi all, I am going to build a form and run on the web. I am going to do a form which intend to do the file upload and download (any type of file). How can I achieve it? Also, once I put it on the web, I would like to do a 'web-like' function: when th

  • Loading data in a drop down menu using jsp

    hello everyone... I'm very new to JSP programming....i'm facing a problem regarding loading the data in a drop down menu at the button click..... what i'm doing is...i'v taken a button and at the button click the data from "Sql Server 2000" shd load

  • Asset number & Cost center linkage

    Dear All, If i select asset number in equipment master,I need cost center as default form asset. If any settings required ,ple let me know.

  • 12.1 SPC Chart: Using Nelson rules instead of WECO?

    Hi, I want to apply the Nelson rules to the SPC chart instead of WECO?  How and where is that configured in 12.1?  (I believe it was a server level configuration in 11.5 but can't find it in 12.1 or the help). The 12.1 help just refers to how WECO ru