Maximum stock for a predefined period

Hi Friends,
How to get maximum stock and stock value for a predefined period.
Thanks in advance.
With Kind Regards,
VP

check in MB5B & MB5M
Regards,
Manish

Similar Messages

  • T Code for Project Stock for a particular period

    I want to check my project stock for a particular period, is there any Standard T Code, if not how to find the solution. Please revert me the solution.
                                                                                    Thank you.

    Hi
    Please check the following Report
    S_P00_07000140 - Inventory and Raw Material for Special Stock Report
    To access the report, from the SAP Easy Access menu, choose Accounting >> Financial Accounting >> General Ledger >> Reporting >> Tax Reports >> Thailand >> Inventory and Raw Material for Special Stock Report
    OR
    please try to create a Query by using the following tables..
    MSPR
    MARA
    MAKT
    Tnx.
    Abdul

  • Minimum & maximum stock for Material

    Hi Team,
    Here my client required to keep his stock in the form of Minimum & maximum stock for Material.
    Let me explain with an example.
    Material =Pen
    In Stock it should be always 5 & maximum 10, when it falls below 4 it should generate PR & should not cross maximum limit 10.
    if in stock 3 pens r there it should generate PR for 7 , If 4 then PR for 6
    Please help me for it ASAP.
    Regards
    Mahantesh

    Hi Mahantesh,
    For this you need to maintain below settings in material master for your material.
    In MRP1 view,
    Define MRP Type: V1
    Define Reorder Point: 5
    Define MRP Controller:
    Lot Size: HB (Replenish to max. stock)
    Define Maximum stock level: 10
    After this material master settings in MRP 1 view, test the results by running MRP for the material.
    Keep the stock at different levels like 3, 4 and 6 for the material before MRP run.
    You will get the results as per your business requirements.
    Regards,
    Naresh

  • Negative stocks for the previous period when closed MM period

    hi,
    I try to use MMPV to close MM period, error message is displayed "
    Some materials have negative stocks for the previous period."
    how to solve this problem and what cause this message? why system allow negative stock?
    thanks

    Hi
    Negative stock means that for a material in your  plant stock is 0 on current posting date but you still want to  issue the material.
    So  in order to achieve this u need to activate the Negative stock for that material in material master and mark the setting of negative stock for the storage location.
    Using the Transaction OLMB ---Goods Receipt
    If you need further information
    Refer this link
    http://help.sap.com/saphelp_erp2004/helpdata/en/a5/63313343a211d189410000e829fbbd/frameset.htm
    rgds
    Chidanand

  • Valuated stock for a certain period

    Hi all,
    Using transaction MC.9 (Material Analysis: Stock), you can search for a material for a certain period (ea. 04.2007). The outcome gives you the Valuated Stock for that period.
    In which table is this Valuated stock stored?
    How can I fetch this Valuated Stock (through table, BAPI, ...?
    Many thanks in advance.

    Hi,
    Reading data from MBEWH is tricky since as you correctly pointed out there may not be any record in MBEWH for a particular period.The logic for creating a record in MBEWH is for first relevent entry in the current month create a history record in MBEWH i.e. e.g. if there is a say GIR or any stock movement today & if this happens to be the first entry for materialValuation area then it will create a record in MBEWH for the previous period i.e. 2008/03. Now suppose there is no movement at all say for the period 2008/04 & say 2008/05 materialValuation area in that case as per the above mentioned logic for the first record of the materialVal area for the period 2008/06 it will write a record for 2008/05 but there will be no record for the period 2008/04.so to get the currect valuated stock get all records for materialval area into an internal table where
    period i.e YYYYMM is GE period under consideration. Then sort the internal table on matnrbwkeybwtarlfgjalfmon. Then loop at the internal table & if you hit the first record pick up the stock i.e the stock you are interested in & exit from the loop. However if no record is found in the internal table get the details directly from MBEW. & that's it. You may refer to SAP help for the same. (search for MBEWH)
    I hope this helps,
    Regards,
    Raju Chitale

  • Maximum stock for Dangerous Goods

    Good Morning,
    We have a requirement in our organisation to limit the amount of stock we hold in our warehouse of a particular material.
    Is there a way of setting a maximum stock holding for a particular material such that it will not allow that maximum figure to be exceeded?
    Many thanks in advance for your help.
    Mike

    Hi,
    There is no standard way of achieving this.
    Youcould use MRP type VB and set a maximum stock level on the MRP view of the material but this would not stop any orders or recipts from happening if the maximum stock has been reached.
    It might be easier to write a simple ABAP that runs regularly and checks the stock on selected items and warns you when they have been exceeded (although it may be too late, at least it would be possible to do something about it quickly).
    The other alternative is to use a user exit or mod to MIGO to check the stock qty being received against the maximum qty for this material (you would have to use a new table with a list of the materials to be checked in this way and the maximum stock figures for the plant, storage location combination).
    I am not aware of any standard option though.
    Steve B

  • CLOSING STOCK FOR A GIVEN PERIOD

    hi all,
    I have to design a report to find out the closing stock.How to find out closing stock for say 1st nov to 15th nov.In MBEW and MCHB , i am getting closing stock as on date. please help me out if there are any tables or any other way out through function modules.
    Regards,
    Devina

    hi,
    I will check that t code.
    thanks and regards,
    Devina

  • Batch wise stock for a given period or month

    Hi,
    My company wants to implement stock ageing report in MM.
    We manage the stocks in Batches. For us the main criteria for stock ageing is batch creation date.
    The report should run stock ageing based upon the date range given as an input screen
    For ex : date range in input can be of today or as of 30.06.2010.
    If the report is run as of today then I am able to get the batch stock from table MCHB . Quantity from field "CLABS"  and the batch creation date from the field "ERSDA"
    But if the report to be run as of 30-06-2010. Then I am not able to get the data from MCHBH as of 30.06.2010.
    I have checked for one material in the table and as per stock it should be 351 as of 30-06-2010 but in the MCHBH table for the month 06. year 2010 it is showing as 136 pcs only.
    As our LIS tables are not getting populated correctly I am not able to check those tables too.
    Can any one guide me with the logic or the table where I can get the batch stocks for a particular month.
    I need Material, Batch, Quantity month and year .
    Please advice how can i get the data and from which table.
    Thanks you for your support in advance.
    Regards
    Fazal

    Hi Jurgen,
    Thanks for your reply. I am not looking for any analysis report or LIS report.
    i am looking for simple ageing report for a date entered by the user. I got the logic and tables for the current date but if i need to refer the stock ageing of previous date like my stock ageing at 30-06-2010. I am not able to get any tables where i can have the batch stock for a given date or a month.
    The report output format to be
    stock <=30 days
    stock>30 and <=90
    stock>90 and <=180
    stock>180 days
    The criteria for calculation will be the date entered by the user in the input screen. If the user enters the date as 30-06-2010 then all the stock received in the month of june and still lying in my storage location will fall the category <=30 and display in the report.
    Stocks received in the month of march, april and may will fall under the category "stock >30 and <=90".
    If I can get the batch wise stock for a particular month , I can pick the posting date of the Goods receipt from the batch number and calcuate my ageing (i.e date entered in the input scren of the report 30-06-2010 - batch posting date).
    I am also referring to the note which you have sent but in the mean while if you can help me to identify the tables where I can get the batch stock for a particular month.
    Thanks
    Fazal.

  • Material stock for a determined period

    Good afternoon my friends,
    I need some information about stock of materials in a determined period. Here in the project, they need to know the information about the material stocks of May, and I've found some tables that have information (like the ones which starts with 'S' -> S084, for example), but I need information like the MMBE display (Transferred material, Blocked, Free).
    Anyone knows about a table or a transaction that I can use to get this information?
    So great!
    Regards,
    Diogo.

    Thanks Satyajit. This was helpful, but to know about blocked, transferred, I need to separate this per movements? I can't see this informations like MMBE?
    Thanks again!
    Diogo.

  • Calculating Average stock for the given period

    Hi,
    I need to calculate the average stock based on given date range given by user.
    Total stock is also calculating in report only. So it wil get divide by differnce between the date range.
    How can we do that?

    Using formula variable you can find difference between 2 dates .
    -create two formula variables for 2 dates .
    -create a formula to differenciate them
    -create formula variable and divide that by stock it will give the average stock ..
    some example ..
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/30f15839-0cf1-2b10-c6a7-ebe68cc87cdc?quicklink=index&overridelayout=true
    Ravi

  • Stock Report for selected posting period!

    Dear All,
    Is there any standard program on Stock Report for selected posting period, which shows PRODUCT| UNITS| OPE.STOCK| PURCHASE| SALES| CLO.STOCK|
    I want report on this, anybody can help me out on the same. Or is there any standard report.
    Need urgently.
    Thanks & regards,
    Abhay.

    Hi Abhay
    There is no standard report available as format given by you.
    You have to develop a Z Program for the same. We have also developed
    the same requirement.
    Regards
    Harish

  • Material stock received and issued for a given period of time

    HOW to get the material stock received and issued for a given period of time including the open orders.
    if there is any BAPI Available then please tell me. or give me the table relations thaks.
    thanks inadvance

    hi friend,
    Why don't you try using a TIMER. Try using this code
    Timer timer = new Timer((TIMER), new ActionListener()
         public void actionPerformed(ActionEvent ae)
    // perform your task here...
    timer.setInitialDelay(TIMER);
    timer.setRepeats(true);
    timer.start();
    I think this will work fine.
    Bye,
    Ravi.

  • Average level of stock for given period

    Hi. Is there some transaction in SAP which would give me the value of average level of stock for example for last 12 months for some MATNR? I'd be thankful for help. Greetings. P.

    Hi,
    Below T.codes are relevant to your subject.
    MC.A - Receipts/issues
    MC.B - Inventory turnover
    MC48 - Current stock Value
    MC49 - Average stock Value
    MC46 - Slow-moving items
    MC44 - Inventory turnover
    Plant Analyses
    MC.1 - Stock
    MC.2 - Receipts/issues
    MC.3 - Inventory turnover
    Reward if above are useful.
    Thanks,
    PNR

  • Reg:Opening and Closing Stock For Plant

    Hi All,
      i want to calculate the opening stock and closing stock for plant wise for the given Posting Period Date.
    Am having the opening balance and closing balance for all months but i need it as month wise.
    considering this example,
    the date is from 15.01.2010 to 15.03.2010 and for one plant
    considering this example,
    am having the opening stock from as 15.01.2010  to 15.03.2010 as 10,000 and the closing stock as 15,000.
    but i need in month wise like below,
    from 15.01.2010 to 31.01.2010 what is the opening stock and closing stock?
    from 01.02.2010 to 28.02.2010 what is the opening stock and closing stock?
    from 01.03.2010 to 15.03.2010 what is the opening stock and closing stock?
    this is purely based on plant wise and not material wise?
    could anybody say clearly how can i acheive this scenario?
    i have referred MB5b,mc.9 transaction programs but still confused how to go with plant wise for a particular period?
    Thanks & Regards,
    Suresh
    Edited by: suresh suresh on Mar 24, 2010 10:15 AM

    Hi,
    Refer to link below:
    http://help.sap.com/erp2005_ehp_04/helpdata/EN/c1/3766e7449a11d188fe0000e8322f96/frameset.htm
    Regards,
    Venkat.

  • How to find opening or closing stock for a plant

    hi experts,
                    can u help me to know is there any function module to know the opening and closing stocks of plant for particular period per each material type. Or the way to follow to find it

    Hi Kiran,
    You would like to findout opening and closing stock of a particular period and of a particular period....
    If we would like to findout opening and closing stock of material A as of 18 / 8 / 2008,
    then do like this.
    go to MBEW table .. there u get opening stock as on today. Today the date is 20/8/2008. from today's opening stock if we add / subtract the movements which have happened on 19/8/2008 and 18/8/2008 u'll get opening and closing stock as on 18/8/2008.
    U get the movements from MKPF ( material doc header) and MSEG (material doc item ) based on posting date. In MSEG u get movement type.
    If the movement type is 101, it means the stock is added.
    If the movement type is 102, it means the added stock is reversed.
    from today's opening stock deduct the stock with moverment type 101 and add the stock with movement type 102.
    This will give u opening stock as on 18/8/2008.
    To get closing stock of 18/8/2008 ..... the opening stock of 19/8/2008 is 18/8/2008's closing stock.

Maybe you are looking for