Safety Stock T-code

Dear Experts,
What is the T-code for viewing all the safety stock which are maintained for all materials.
Regards,
Phalgun Patel

Hi,
Execute t-code se16, then enter MARC table and press enter. Enter list of materials or plants or this can be run without any selection parameter.
Execute it and look for field EISBE (Safety stock).
Regards,
Gaurav

Similar Messages

  • Safety Stock Planning not completing - /n/SAPAPO/MSDP_SB T-Code

    While running Safety Stock Planning (/n/SAPAPO/MSDP_SB transaction) in SCM for products at a particular location, the system hangs and never completes the process.  The message at the bottom is u201CDetermining Demand Information: <location> <product>u201D.  This process works fine when running on any product at another location. 
    In order to avoid the above infinite/endless loops, in the Safety Stock Planning Profile, the checkbox for Execute Cycle Test was selected.   While this did resolve the endless loop that the program was running, it now results in an error.. Now, it gives an error message "Cycle found for product <product> at location <location>".
    Any ideas on how to resolve this issue?

    Hi,
    Thanks for the reply....it was really helpful.
    We verified T-Lanes by using t-code WUF. There was transportation lane between location 6000 and location 6010 and vice -versa with all products selected. So, we put a block on all products on one T-Lane.
    Thanks.
    Naveen

  • Safety stock data update in APO product master

    Hi Gurus
    I have an active IM for a product . when i change the safety stock in R/3  , the same is not getting updated in APO. The method maintianed is SB
    Please suggest

    Finally i need to apply the below code in Exit EXIT_SAPLCMAT_001
    INCLUDE ZXCIFU01 *
    IF CT_CIF_MATLOC IS REQUESTED.
    if no saftystock-method is explicitly set
    use method 'SM' if safty stock & time is transfered
    use method 'SB' if only safty stock is transfered
    use method 'SZ' if only safty time is transfered
    LOOP AT CT_CIF_MATLOC.
    LOOP AT CT_CIF_MATLOCX WHERE MATNR = CT_CIF_MATLOC-MATNR AND
    LOCNO = CT_CIF_MATLOC-LOCNO.
    CT_CIF_MATLOCX-MSDPSBMETH = 'X'.
    *APO und R/3: Safety stock
    IF CT_CIF_MATLOCX-SAFTY = 'X' AND
    NOT CT_CIF_MATLOC-SAFTY IS INITIAL.
    *APO: Safety days' supply R/3: Safety time/act.cov.
    IF CT_CIF_MATLOCX-SVTTY = 'X' AND
    NOT CT_CIF_MATLOC-SVTTY IS INITIAL.
    *Maximum of stock und safety time
    CT_CIF_MATLOC-MSDPSBMETH = 'SM'."Maximum
    ELSE.
    *Safety Stock
    CT_CIF_MATLOC-MSDPSBMETH = 'SB'.
    ENDIF.
    ELSE.
    IF CT_CIF_MATLOCX-SVTTY = 'X' AND
    NOT CT_CIF_MATLOC-SVTTY IS INITIAL.
    *Safety days' supply
    CT_CIF_MATLOC-MSDPSBMETH = 'SZ'.
    ENDIF.
    ENDIF.
    MODIFY CT_CIF_MATLOC.
    MODIFY CT_CIF_MATLOCX.
    ENDLOOP.
    ENDLOOP.
    ENDIF.
    Thanks all for the input

  • No planning file entry for safety stock

    hello!
    i do not have a planning file entry for safety stock. my material has required safety stock and no quantity on plant stock. therefore MD01 should create a purchase requisition - but is does not. i do not have an entry in the planning file as well.
    any ideas what could be the reason?
    thanks!
    matthias

    Hi,
    - First of all check whether MRP is activated or not for Perticuller Plant.T.code is OMDU.
    - Which MRP type is maintained for that material?
    - In rare cases (Materials uploaded by LSMW using Badi) it is observed that system miss to make the entry in Planing File.So better will be set a Back Ground job to activate Planing file OMD0 or make manual entry using T.code MD20.
    Regards,
    Dhaval

  • Dynamic update of safety stock in SAP R/3 systems (ECC 5.0 version)

    Hi Friends,
    Forgive my newness to SAP. Let me explain the problem i am facing in SAP. I want to identify the parameters to dynamically update the finished goods safety stock for each depot by SKU wise.
    Current process :- Safety stock is calculated manually and updated by using Transaction code MS02 in the system.
    It would be highly useful if i know the flow in SAP system and how the current process can be changed?
    If more info is required i'm ready to give.
    Thanks in advance

    Hi Mario Adler,
    Thanks a ton for ur answer.
    Will it update safety stock for finished goods in each depot by SKU wise? Raw material safety stock isn't my concern.
    project description :  Manufacturer of chemical goods , 70+ products,350 skus
    Distribution : factory to depot (bulk volume)
                          Mother go-down to depot(Stock transfer)
                         No of depots :33,factory:3,mother go-down -1
    Sales forecasting is done in excel for every month and updated to SAP via  BAPI. After that DRP,MRP and other runs takes place.
    What are all the areas i need to touch in to get the parameters to update the safety stock?
    Regards
    Arasu
    Edited by: Arasu_IIM on Apr 26, 2011 12:52 PM

  • Safety stock Warning message ?

    Hello Friends,
    Need some help in creating a new functionality,Currently our customers can order a large quantity for any given material.  There is no check in place that warns the customer service rep (CSR) that this will stock us out or that this order is 1-2 times our safety stock.  I would like to get a function in SAP so that at order entry, if a CSR enters a quantity that is more than 50% of our safety stock, they will receive a warning stating that this could wipe out the inventory for other customers. 
    I would like to be able to set-up this functionality for a certain set of materials that have safety stock and that are active and high-volume materials.
    Please advice what configuration changes needs to be done in order to fullfill this requirement.
    Thanks in advance.
    MO

    Hi Mohammed
    there are no configuration changes. I hope the following would work.
    1. How do you identify high volume materials.
    2. How do you identify Active materials.
    You must find a way to do these or choose some field in the material master for which this check needs to be performed.
    Once this is done you can write code in MV45AFZB to perform the check at VBAP level.
    Thanks
    PG

  • Safety Stock (ABAP Report)

    Hello to All,
    We have a problem regarding Safety Stock report (ABAP Report).  The program is designed to generate material's Plant/Sloc and Unrestricted Stock versus Safety Stock.  The report was working properly in DEV, QAS and PROD server.  Then another feature was requested to be added, the report should also eliminate or not display all materials that was marked as Flag for Deletion.  When the transport request for this enhancement was transported and tested in DEV and QAS server, the report is running properly.  But when transported in PROD server, the report only generates two material codes and doesn't list the other materials.
    Regards,
    Ann

    Hello,
    Thank you for the reply, I have checked the Safety Stock in the material and also the flag for deletion indicator... We have analyzed that the program needs to be reviewed on the part of "Flag for Deletion" indicator when eliminating records in the report list.
    Thank You again.
    Edited by: Meryll Penalosa on Dec 7, 2010 8:05 AM

  • Maintain plant specific safety stock

    How to maintain plant specific safety stock for the same material.

    Hi swetha
    First Go to T : code : MM02 : change Material
    Enter plant number for which u want to enter Safety stock
    Goto MRP-2
    Net Requirement calculation
    enter safety stock
    Use of safety stock :
    Safety stock
    Specifies the quantity whose purpose is to satisfy unexpectedly high demand in the coverage period.
    The risk of shortfalls is reduced by having a safety stock.
    Procedure:
    With manual reorder point planning, you can enter a value in the material master record. However, it is merely for information.
    With automatic reorder point planning and forecast-based planning, the system determines and adjusts the value automatically for forecasting purposes.
    Hope ths solve ur problem
    please reward points
    Regards
    Sunil

  • Safety Stock history

    I want safety stock changed date and user id from which it has been changed..

    Hi mate,
    U can have the changes done to the safety stock along with the user in t.code: MM04 (display changes done to the matl. master) for that particular material.

  • A report on Safety stock

    We have mass updated the safety stock using the T code MP38. The same is getting reflected corectly in to MD04.
    We are looking for a report to provide the safety stock material wise per plant.
    We have tried MCBE which do no reflect the correct quntity. Any reason?
    Thanks in advance.
    Vasu

    Hello Vasu
    MCBE is for the analysis of Receipt and issue during the specified time frame.
    Try out the following reports -
    MB53
    MC.1
    I hope it helps.
    Regards
    Avinash

  • Report for Reorder point, safety stock, current stock and fixed lot size

    Hi,
    Purchasing Dept. is looking for a report which can give list of materials falling below the reorder point, so that they can go ahead and create procurement proposals for those materials.
    They also want to see the Reorder Point, Safety Stock, current stock and fixed lot size in the same report.
    Let me know if there ia any standard report availbale which displays the same or any approach to get the same.
    Thanks in Advance.
    Regards,
    Shankar Goud.

    Hi,
    There is no standard report because this is meant to be managed by the MRP run.
    The MRP lists show all materials that have a problem (such as stock below reorderpoint) but MRP generates requirements for these anyway and so all you need to do is to look for the MRP generated requirements (requisitions?) and you have your list?
    Are you using MRP?
    If so then please use the standard functions in MRP to get this.
    If not, then WHY NOT?
    Steve B

  • Report on current stock and safety stock

    Hi,
    I want to have the report on current stock and safety stock.
    In MC.9 it gives wrong safety stock. When I go to cross check the safety stock in material master & in MC.9 I see differences.
    Thanks,
    Kiran

    You can user tcode MC.9 or MC.5 to know valuated stock available at given plant. Stock lying in Returns (MB52) will not be a part of this report as it non-valuated stock.
    The stock in the accounting view of the material master considers stock at plant level including stock in Transit (Intra & Inter plant stock trasnfers) & special stock like stock issued to vendor , consigment stock etc which is valuated at plant level.
    whereas and stock in the plant stock view of the material master does not consider such special stocks hence there will always difference in both veiws.
    For Physical stock as on particular date you can consider MB5B report with radio button "Storage location/Batch Stock" wherein you will get Quantity issued & Qunatity received in those SLOC along with Opening stock & Closing stock for the specified period.
    use tcode
    MBLB to know stock at vendor.
    MB54 - Consignment Stock.

  • Safety stock not covered by schedule lines in planning run

    Hi !
    In our organization we are trying to implement scheduling agreements and automatic creation of delivery schedule lines through MRP. We have MRP type PD and it considers the reservations created by PM orders and Production orders as requirement elements. When I do the planning run, it creates schedule lines for the PM order reservations and purchase requisition for safety stock. I need it to create schedule lines for all scenarios. Kindly help and suggest a solution.
    Regards,
    Satya

    Hi,
    Please refer the below links.
    Schedule Lines not getting created in MRP
    Re: No Scheduling line is generated when RUN MRP
    Hope it helps you.
    Thanks.

  • Calculation of Safety Stock and Reorder Point under Forecast Model T

    Hi Gurus!
    Happy Holiday!
    I would like to ask for your assistance on how the the safety stock and reorder point was calculated with the following values available. I would really appreciate it if you could give me details on the calculation.
    Below are the values:
    Basic data
    Forecast date        01.12.2009        Unit                  CTN
    Forecast model       T                 Service level         0.0
    Period indicator     M                 Paramtr profile
    Control data
    Initialization                                Tracking limit        4.000
    Model selection      A                 Procedure selection   2
    Parameter optimizatio                Optimization level    F
    Alpha factor         0,10               Beta factor           0,10
    Gamma factor       0,00              Delta factor          0,30
    Basic value           5.464-           Trend value          5.603-
    MAD                      4.758            Error total              4.722
    Safety stock         1                   Reorder pnt.          1
    No. of values
    Consumption           6                Forecast periods       1
    Initial. periods      0                Fixed periods          0
    Periods per season   12
    Historical data
    Period                Original     Corrected value
    11.2009                3.000              3.000
    10.2009                0.000              0.000
    09.2009                0.000              0.000
    08.2009                9.000              9.000
    07.2009               21.000             21.000
    06.2009               20.300             20.300
    Forecast results
    Period                Original     Corrected value
    12.2009                0.000              0.000
    Appreciate your assistance!
    Thank you and Happy Holidays!
    Ji

    Sweth, you are asking for consulting, and in my opinion it is way beyond what can or should be reasonable to achieve in such a forum. You are asking complex questions, that most probable have more than one possible answer.
    I suggest that you get on-site help from a knowledgeable and experienced consultant. These are crucial business issues, and should be dealt seriously.

  • Safety stock and Reorder point calculation in inventory planning

    Hi,
    How System does  the calculation of own safety stock, and Reorder point, maximum safety stock level at parent and child location while running inventory planning services in SAP APO SPP. does anyone about the calculation  please let me know
    Regards
    Puneet

    Hi,
    How System does  the calculation of own safety stock, and Reorder point, maximum safety stock level at parent and child location while running inventory planning services in SAP APO SPP. does anyone about the calculation  please let me know
    Regards
    Puneet

Maybe you are looking for