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

Similar Messages

  • Sales Analysis for a certain period

    Hello Experts,
    In standard Sales Analysis Report, when we run report for a certain period for "Customers" and when we run the report with same parameters for "Items" it gives different results.
    Can anybody please guide me, why these results are different whereas we are using the same parameters in both the Tabs i.e. Customers & Items.
    Thanks & Regards,
    SN

    Hi Shazad,
    One possible reason is that you have service type documents in that period. In such case, the document total appears in Customers tab, but not in the Items tab.
    Could this be the case?
    I hope that helps.
    Regards,
    Toni

  • 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

  • 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

  • How can I check stock value per valuation class at a certain period

    Hi,
    I have done this several times but with material ledger, but if I don't have material ledger available, how can I check the total stock value per valuation class for example at a certain period, lets say december 2012?
    I have check menu reports, and also the historical tables, but is there any standard to use?
    Thank you,

    HI,
    Please check transaction
    S_P00_07000140
    S_P00_07000139

  • 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

  • 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

  • Overview of available stock in a certain period

    Hi all
    My customer wants, at the creation of a sale order and also in the article inventory stock, to have direct information in the really available stock at that moment, but also of the stock level in the future.
    Motivation: at creation of a sale order, but also in telephone contact with the customer, the question is often: ‘Can you provide rapidly and when?
    By examination in all purchase, sale and production orders, linked with the desired deliver date that is possible.
    Example / Case:
    Article, tab; Inventory Stock:
    In Stock;     Committed;     Ordered;     Available;
    100          80          120          140
    If a customer asks for 50, can this be delivered next week?
    The answer is Y. (by the SAP BO program)
    In reality: that depends on the ordered and committed quantity details.
    Should the 80 be delivered today of next month. And is this a single order or are these different orders with different delivery dates?
    The ordered 120 could be ready delivered from production today or next month. Or is it a purchase order that will arrive within the next week?
    SAP BO does not give a direct answer, you have to find these answers by opening a few programs or use the drag & relate.
    But there is no simple overview to give insight information in the stock availability by date.
    Has anyone encountered this problem and found or created a solution?
    Thanks in advance.

    What you are talking about is 'Available to Promise' and Unfortunately Out of the Box this functionality does not exists.
    The options you have available to handle this scenario would depend on where the Delivery Date on the Sales Order and Purchase Order is to picked.  In your scenario do you have different delivery dates at the Sales Order row level or Purchase Order row level.
    Please let me know if you just have one Document level delivery date or Row level delivery date and I would guide on How to go about creating a Query to get there.
    Regards
    Suda

  • Does anyone know of an IPhone app to lock myself out of my phone for a certain period of time?

    Does anyone know of an app I can use so that I can lock myself out of my phone for a specified time interval? There are times where my phone becomes a distraction and it would be easier to just lock myself out of it for 45 mins than to go to the trouble of putting it somewhere were I won't notice it and it will be too far away from me to just pick it up and start searching social media sites as procrastination.

    It's called "SelfControl". It can be a little hard to learn to use but it's worth the effort.

  • How to only show data for a certain period of time for cumulative data?

    I need to show cumulative data for the past 12 months on a chart (e.g. # of accounts). But in order to get the cumulative data for Month 1, I need to cum the data starting from the very first month when we started to add new account which can be Jan 2006. If I put a filter to limit the data to only last 12 months, then my Month 1's cum data will not include any account prior to Month 1. So how do I do this?
    Edited by: user637947 on Feb 5, 2009 2:02 PM

    Hi,
    Try this Filter....
    Opportunity."Close Date" >= TIMESTAMPADD(SQL_TSI_MONTH, -11, TIMESTAMPADD(SQL_TSI_DAY, -(DAY(CURRENT_DATE) - 1), CURRENT_DATE)) AND Opportunity."Close Date" <= TIMESTAMPADD(SQL_TSI_MONTH, 1, TIMESTAMPADD(SQL_TSI_DAY, -(DAY(CURRENT_DATE) + 0), CURRENT_DATE))
    Thanks and Regards,
    Amit Koul

  • Is it possible to stop depreciation for a certain period?

    Hi all,
    I am wondering if it is possible, and how it is done if yes, to stop the depreciation. For example in the 2nd year of an asset the user wants no depreciation on that asset for 5 months, after which the asset starts depreciating again. Also life is prolonged for this 5 months.
    Thanks for ideas!
    D.

    Hi,
    You can Use Shutdown check box and give the shutdown interval in the Time dependent data tab of Asset master.
    Regards
    shankar

  • Calculating Daily Valuated Stock For an Material

    Hi Guys,
    Here is the Report Requirement:
    Selection Criteria:
    a) Year (Range) (Mandatory)
    b) Material (Range)
    c) Plant (Mandatory)
    Output Columns:
    a) Year
    b) Plant
    c) Material No
    d) Material Description
    e) Unit of Measure
    f) Max. Daily Quantity
    g) Average Daily Quantity
    h) Days On Hand (Days during which material quantity is not zero)
    SAP doesn’t store daily stock. To calculate the Max. daily Quantity in a year we have to calculate the daily stock.
    Please let me know the logic how to calculate the daily stock of the material.
    Thanks,
    Rohit

    FYI
    Re: Stock on a particulare date
    <b>Pl... award the points.</b>
    Good luck
    Thanks
    Saquib Khan
    "Some are wise and some are otherwise"

Maybe you are looking for