Maintaining reorder level at subcontractor location

Hi all,
I want to maintain reorder level stock and safety stock level at subcontractor location for the components that are provide to him so that i can provide stock to him as soon as the stock gets below reorder level.
Can anybody tell me how to do it??
Thanks in advance..

Dear ,
Re-order level at Sub Contracting level can be done the folloiwng set up :
1.Activate MRP Area  -SPRO-MRP-Master Data-Define MRP Area
2.Convert Planning File Entery for MRP Area
3.Select Option -3-sub Contracting  while creation of MRP area .
4.Maintain Re-order Level at Material master MRP1 view  and MRP Type VB-For manual level /V1 -Automatica Re-oorder level .If it automatic then, maintain Forecasting View with relevent paraemtrs because to calcualte MAD,BAsic values and Re-Order Point through Individaul Forecast or Colletive Forecast -MP38
Follow the below link which is self explanatory for the same http://www.sap123.com/a/57/
Try and revert
Regards
JH

Similar Messages

  • Reorder level

    Dear All,
    At present,in our client MRP view is not there for the material master.
    Client want to fix the reorder level now for all the items.
    How do i start and what are the settings to be done in MRP to make the MRP view for reorder.
    Regards

    Dear,
    Pl check whether MRP view is active or not in material master..
    Step 1:If not active
    You can activate that by using following..
    If the default setting is done in the material of the material type then you may not find the new views in MM01 
    If that is the case, then you go to----->
    Spro  >> log general >> mat master >> basic sett >> material  types >> 
    Define attributes of materisl types.
    -Select material type of the material in which you want to make the change
    -Double click on the same, then on right hand side, you will find user parameters under which you will find the views 
    -Select the view you want and save your settings
    Now MRP has been activated..
    Step 2:
    Then go in MM02 in MRP1 and maintain Reorder Point in MRP-Procedure..
    I think it will definitely help you..

  • Reorder Level Planning with Min. Lot Size

    Hi All,
    I am trying to configure MRP Run. I am maintaining following Data
    1. Reorder Level
    2. Maximum Stock Level ( stock beyond which PR cannot be raised or stock cannot be maintained.
    3. Min Lot size (lot size of which PR should be raised.
    can anybody please help.

    Hi
    Max.stock level can be use with lotsize HB not with VB. But you can use max.stock level and minimum lot size with reorder point planning.
    Ex. Reorder point -10
    Max. stock level - 20
    Stock -9
    When the stock level goes below 10, system will create a P.R to topup the stock value for 20.
    Ex. Reorder point -10
    Min.lot size - 5
    Stock value - 9
    When the stock level goes below 10 ie, 9 , system will create a P.R to topup the reorder point. But the min lot size is 5. So P.R will generate with quantity 5.

  • Reorder level/Lot size

    Dear All,
    For planning plants we have MRP TYPE: VB
    Now for Production Plant the requirement is:
    1) Reorder level and safety stock(safety stock is maintained in production plant only)
    2) MOQ: 300 pcs
    3) whenever the stock goes below the reorder level they dnt want to raise a PO of 300 pcs on vendor. When the reqmnt from all plants reached at 200 pcs then only they want to raise PO of 300 pcs
    How to do this ?
    Regards
    Payel

    Dear,
    Generally, a procurement proposal is generated if the current plant stock minus external requirements and plus fixed receipts falls below the reorder point. The system determines whether the reorder point has a shortfall for an order proposal to be generated at all. The subsequent lot-size calculation is then carried out exclusively on the basis of forecast requirements, that is, as many forecast requirements are grouped together for a lot as belong to a lot size period or as is economically useful. However, forecast requirements are only considered if the "MRP indicator of forecast" is set in the MRP type OMDQ. The generated order proposal is at least so high that it clears the material shortage up to the reorder point.
    Also note consumption-based planned materials are not planned within a multi-level single-item planning MD02 you need to run it throuh MD01 or MD03.
    Please try and come back.
    Regards,
    R.Brahmankar

  • T code for reorder level stock

    Dear Sir,
    I would liketo know the Transacton code or path to have a report of the reorder level stock and existing stock.
    Can any body have a look at this.
    Thanks
    Hari Kishan

    Thanks

  • How to maintain the address of storage location in 2 diff languages?

    Hi ,
    I have to maintain the address of storage location in 2 diff languages
    how to achieve this?

    do you mean international adress e.g. with chinese characters and western characters?
    you have to activate international adress version first.
    when you maintain the storage location adress (by clicking he envelope, you will find a button for international adress in the lower part of the pop-up for the adress .

  • SAP F&R:: Forecasting at any level other than LOCATION/ PRODUCT- LOCATION

    Hi, I am trying to check if F&R has the capability to let me plan the forecasting process at any level other than Location-Product.
    For example, I wish to execute a WEEKLY FORECAST only at the MERCHANDISE CATEGORY level, for all products defined under that MERCHANDISE CATEGORY. Is it possible to execute the forecast process this way? Please throw some light.
    Thanks!
    Vismay!

    Hi Vismay,
    you could use the mass_maintenance for location products and assign the forecast frequenca profile to all location products of a certain merchandise category (use merchandise category as selection).
    Alternative could be (if you are interested to do the forecast calculation once a week): You can create a new forecast frequency profile with the appropriate settings (weekly forecast; weekday the calculation has to be done; recurrency = 1). Define this new profile as the default profile!
    Best regards,
    Uli

  • Maintaining Application level values

    Hi all,
         I have a doubt regarding maintaining Application level data in webdynpro application. If two concurrent users accessing the same webdynpro application if one user changes some data it should be reflected to other user also. This is my requirement. For this Context attribute is not helping me becoz it is maintaining data per user. <b>The changes made to the context is applicable to that user only.</b>
              If i want it to maintain for all users , is there any way to achieve it?  Using Static variables i can achieve this , but without that is there any way to do it??
    Thanks in advance,
    Regards,
    VJR.
    null

    Hi Amit,
        Thank you very much for your reply.
        I will explain my application scope. I have a webdynpro application which has two views in it. First view is login view. The user enters his userid and password and logs in. In the second view there is a table, the data in the table will pulled by calling a webservice for that userid. Let it be some salesOrders of that particular user who logs in.
                       And there is a list of items(Products)  table in the same view. And there is a functionality of adding the some more items to that table. And one thing is that let us suppose we are not storing it in the Database. If i store the newly added item in the database then there is no problem. I can fetch it from the DB.I want it to store at application level.
                        And when User2 logs in and add an item i want the same to be reflect in the User1 View also. To achieve this where i have to maintain the Data.  (I think controller context also User Specific).
                 I think you have understand my problem. If you want any thing more clear please reply.
    Thanks in advance,
    VJR.

  • Transferring stock at subcontractor location to APO

    Hi ,
    We have a subcontracting scenario in R/3 . The component material is supplied to the subcontractor who manufactures the FG and sends it back to our plant . The component material is SNP planned. We want the stock of the component at subcontracting vendor(MatSub) also to be taken into consideration when the the component is planned in SNP. We have enabled the option stock at subcontractor location (forgot the exact description ) in R/3. But the stock is not getting transferred. we are currently running CCR in aPO to pust the subcontractor location stock to APO.
    Am i missing some setting . Kindly help .

    When the "vendor spec stock" option is enabled in the stock IM the stock at subcontractor location does get transferred to APO. In my test system i think there was some other data issue. But it worked in production
    Thanks
    Saradha

  • Maintain revison level at Material Serial Number

    Any pointer on how can I maintain and track the revision level by Material Serial Number? 
    All SAP information I have seen is maintaining revision at Material master.

    Thanks for responding. My understanding is that ECM only maintain revision level at Material Master but not at the Material Serial Number.  If we use ECM, am I able to track revision level by serial number. I cannot find a revision data field in the Material Serial number record.
    Currently, we create material master id with part-number/rev to track the revision at serial number record.

  • Automatic reorder level change when executing it twice

    Hi,
    When I create forecasting view I only fill the forecast model “automatic” and selection procedure “2”, after the first run some additional settings are fill by the system (model selection, optimization level, alpha factor, delta factor)  and if I run forecast again the values (reorder level) change from the first forecast value. Regading to this when executing in mass mode should i do it twice in order to get a more accurate forecast value or should I fulfill more values in forecast view and obtain the same reorder level even if a excute it twice.
    Thanks
    Jorge G

    Dear,,
    Below link will help you to find the solutions.
    http://help.sap.com/saphelp_me52/helpdata/EN/f4/7d257044af11d182b40000e829fbfe/content.htm
    http://help.sap.com/ERP2005_EHP_02/helpdata/EN/f4/7d256344af11d182b40000e829fbfe/content.htm
    http://help.sap.com/saphelp_erp60/helpdata/EN/56/4ff5cd40e211d3b49b006094b9c9be/content.htm
    Regards
    Aamir

  • Reorder Level Item

    I haved marked as reorder Level item (VB) in item master and lot size as HB. Now these items will work between minimum an maximum level. However i would like to compare with actual demand of the item in order to cover spikes in demand. Is der any way to monitor such items

    Hi,
    SAP does provide with a solution for controlling spikes.
    Reorder Point Planning with External Requirements
    Use
    In reorder point planning, an entry is only created in the planning file and the net requirements calculation is only carried out if stock levels fall below the reorder point. To avoid overplanning, sales orders, dependent requirements, reservations and so on are not usually included in the net requirements calculation as these future requirements are already planned with the reorder level. However, to guarantee that the MRP controller is informed of current issues, the system displays sales orders, dependent and manual reservations and so on.
    In certain circumstances, however, it is necessary to include such external requirements in the net requirements calculation for reorder point materials.
    Integration
    The indicator for taking external requirements into account is set in Customizing in the IMG activity Check MRP type for the individual time-phased MRP procedure.
    Features
    Sales orders and manual reservations are included in planning during the replenishment lead time. In Customizing you can also enter settings for the respective MRP type, so that
    sales orders and manual reservations are included in planning not just during the replenishment lead time but during the whole horizon.
    alongside sales orders and manual reservations various other requirements are taken into account in the material requirements planning.
    Combinaton of the above MRP type with HB works perfect . The order quantity suggested by system is a bit tricky but it does it very intellengtly.

  • MCHB,MARD - Stock available at plant level and storage location level

    Hi ,
    How to determine how much stock available at Storage location level and Plant level. (Lot is not maintained).
    In MCHB-Stock at lot level is shown.
    In MARD-Stock at Storage Location level is shown lncluding
    the stock maintaned at the lot level.
    If i want to know the stock which is not maintained in Lot, i.e, Stocks directly maintained at Storage location / Plant.
    Do I need to subtract the MCHB Value from MARD Value ?
    Is there any other way available to find the stocks which is not maintained at lot level.
    Regards
    Prasath

    Hi prashant,
    What do u mean by stock maintained at SL level without batch level.  Do u mean that some materials are subjected to batch management and some or not?
    If that is the case, for all batch managed materials, u can see the stock at batch level and also same is summed up at SL level.  But still what ever u are getting from MARD table isstock at SL level only.
    If u have activated batch management for any material, it will always be shown at lot level also.
    hope this clarfifies query
    award points if found useful

  • To maintain stock level

    Dear All,
    My client want to keep certain material stock level up to 100.
    They do not want exceed that level.
    Pls guide me how to achieve in SAP.
    Thanks & regards
    Gitesh

    Hi Gitesh,
    The scenario you are looking for is very much possible through MRP process. For that the very first prerequisite is that you need to have MRP for that plant active. Then you need to define a MRP controller using which you will run MRP through MD01/MD03. Which all the material for which you want to maintain the specific stock level, extend the MRP views for those material for that plant.
    You need to maintain the following in MRP1 view:
    1) MRP type: manual re-order point planing i.e. VB
    2) Reorder point: for example lets say 10
    3) MRP controller
    4) Lot size: HB i.e. replenish to maximum level.
    5) Maximum stock level: 100....(put the value of the maximum stock you want to maintain.)
    This way system will propose the PR everytime you run MRP of amount to make up the stock upto 100 and not above that. Also you may block external PR for that particular material using BADI/ABAP help so that no one else raise PR for that particular material. This way we may control the stock for particular material.
    I hope it helps you
    In case of concern please revert
    Regards,
    Sachin

  • Reg : client level data,plant level data,storage location level data

    hi
    when we enter the data mm01 we select views.these views are based on cleint level,plant level,storage location level .i want the difference between all the three levels.how do we differentiate.

    As per our business process there are one company and in which many plants and storage location are available. In which many materials are available in different plant in different storage location.
    As per SAP Standard structure: -
    Company >> Company code1 & Company code2... >> Plant 1 & Plant 2 & Plant 3 .... >> Storage location 1 & 2 & 3........
    And in all plant and storage location have different data.
    Suppose in one plant we do quality testing for material and it may be possible in other plant we not perform quality testing for material. So in this case for same material quality data is different for different plants.
    Client Level: - Means data is same for all plant level like Basic data
    Plant Level: - Means data is based on plant level like Purchasing, Plant data, Quality data, Accounting view.
    Storage location level: - Means data is based on storage location level, for different storage location data will be different like Storage location stock data ..
    Due to this you can maintain different data on plant level & storage location level.
    Regards,
    Mahesh Wagh

Maybe you are looking for

  • Iphoto keeps freezing up and events do not show photos, missing photos, constant crashes

    I have a recurring issue that is causing major headaches. It involves iPhoto (9.4.3 the latest version currently) and I noticed that photos and videos I had imported seemed to be missing. I started looking deeper and there were photos and specificall

  • No text on my Mac mini?

    Hi, I have a Mac mini here at work, which was working fine when I left it Friday. When I came back, the desktop background was there, but all my windows were just white with no text, no buttons, no graphics. My menu bar is completely blank, and my de

  • Apple Mac Studio Display 23" cinema with plastic surround

    Does anyone have any idea what this monitor might be worth nowadays.

  • Add printers to OD

    I tried to follow the documentation of the Print Service Admin to put a printer into OD. I can add a printer record in Workgroup Manager but then there is a step to add an attribute and choosing e.g. "PrinterLPRHost" from a list. Unfortunately that l

  • PO Header Text --- Length more than 132.

    Dear Experts, I hv to read header text (me23n) of po where terms and conditions are defined. I hv used READ_TEXt FM which return the internal table L_LINES. Because I hv to display label also i.e. Header Note  (label) for example , the pr qty is 1000