Previous period stock

Hi,
Can anyone tell me how can I get the previous period stock thru my program. Which table should i check to get the previous period stock?
Thanks..
Uma

Please see table MBEWH
Regards,
RIch Heilman

Similar Messages

  • Table for previous period stock

    Please provide me the table name or report from which I can get only quality stock in previous monht
    I just need the quality stock in previous month
    need a table

    xxxxH tables certainly have correct data, just not in good readable form.
    you need to use a function module to retrieve the previous  period stock:
    A calculation of previous period data for table MARD could have the following form.
      select * from mard into table mard_tab where werks = 'ABCD'.
      call function 'MARD_EXTEND'
        exporting
          xvper = 'X'
        tables
          mard_tab = mard_tab.
    table MARD_TAB is filled with the previous period information.

  • How to zero previous period stocks?

    Hi MM gurus,
    I want to activate batch management tick for existing materials which are not activated a batch management tick. To activate batch management tick it is needed to maintain zero stocks in current period and previous period.
    Current period is not a problem. But how to zero previous period stocks?
    Is there any way by posting a physical inventory adjustment to previous period? If so how to post a PI doc to previous period.
    Please reply me ASAP.
    thanks
    Sandun

    You can do it with movement type 201.
    Make sure that it is allowed to post to previous periods (MMRV transaction for MM- but as well in finnace needed)
    if previous period stock is 50
    and current stock is 100
    then you just need to do a  201 with a date from previous period for 50 and a 201 for 50 in the current period.
    but
    if previous period stock is 50
    and current stock is 20
    then you need to do a 202 movement in current period for 30 followed by  a 201 movement for 50 previous period

  • Stock Posting  for Previous Period

    Hi all,
    In case, there is a need to update stock for previous period (Stock Transactions: Initial Quantities Stock Tracking and Stock Posting /Stock Posting List ) e.g.  Update stock at 31/12/08 where there are stock movements within 2009, there is a System Message : Item quantities are not updated for initial entry of stock balances date, Update Now ?Yes , No, Cancel
    How we activate this message, in case that does not appear?
    Thanks in Advance

    Check this WIKI
    [How to update stock quantities according to a previous date?|https://wiki.sdn.sap.com/wiki/pages/viewpage.action?pageId=25494266]

  • Unable to clear previous month stock

    Dear All,
    I am facing issues in activating batch management.
    I have gone through many threads on SDN,however thry didn't help me much.
    I have two queries:
    1. I can see previous period stock in material master but I am not able to see its details in MB5B.
        I want to see where this stock is placed actually and how I can clear this stock.
    2. Also, there is nsome stock in quality in current month,but there is no inspection lot for it.
        Please tell me how to clear quality stock for current as well as previous month.
    Waiting for an early reply.
    Regards,
    Nidhi

    1. I can see previous period stock in material master but I am not able to see its details in MB5B.
       I want to see where this stock is placed actually and how I can clear this stock.
    Have you checked it in  report - MB5L ? or MB5T,MB52,MMBE.
    Do PI adjustment using MI07 / MI10.
    2. Also, there is some stock in quality in current month,but there is no inspection lot for it.
        Please tell me how to clear quality stock for current as well as previous month.
    Take help of QM consultant why inspection lot is not generated ? or analyze movements happened
    for material which bring stock to quality & take suitable action to clear it.

  • FM to read previous period values in material master Accounting tab

    hi,
    is there an FM to read standard price and price unit values for the previous period in accounting1 tab in material master.
    Thanks,
    V.

    Deepthi Suvarna wrote:
    Hi ,
    >
    > Use function module DB_DELETE_TABLE and input table MARHD and delete the entry for the previous period stock.
    >
    > Thanks
    > Deepthi
    mardh table is a audit relevant table, it is absolute nonsense to delete enties from standard tables.
    The use of this function module is not even a solution for the issue discussed in this thread.

  • Previous year stock is appearing in Material Master accounting view

    Hi,
    We have ran cycle count inventory to set the stock Zero for a particulat Material. In Stock overview the report is showing as Zero stock for the material. But in Material Master the stock is showing as one and it is reffering to previous period. Need to set the stock as Zero, kindly us me know your thoughts on this issue.
    Thanks and Regards
    Gangadhara

    Deepthi Suvarna wrote:
    Hi ,
    >
    > Use function module DB_DELETE_TABLE and input table MARHD and delete the entry for the previous period stock.
    >
    > Thanks
    > Deepthi
    mardh table is a audit relevant table, it is absolute nonsense to delete enties from standard tables.
    The use of this function module is not even a solution for the issue discussed in this thread.

  • Transaction MB5L previous preiod stock

    How is MB5L previous preiod stock calculated. I Understand that it uses tables MBEW, MCHB, MSLB. But it matches only current period not my previous preiod. How to find the previous period stock.

    Hi
    Check MB5B report.
    regards
    Srinivas

  • Logic for carry forward of previous stock to current period stock.

    Hi Experts,
    Client is using already MC.9 for see the stock analysis report, however as per there requirement we are exploring BOM as well as fetching quantity from table level as well. in my report I am experiencing  difficulty to carry forward previous period closing stock quantity to current period stock quantiy, if there is no received for current period, however the same is happens in MC.9
    Could any one tell me what is the logic behind MC.9 which is do carry forward previous period closing  stock to current period stock quantity in report.
    As per the requirement I am using S031, S032,S033, however unable to get logic for carry forward the previous month stock quantity to current month.
    have a requirement of creating a report of showing material stock period wise for each plant in below mention format.
    Header 1
    Header 2
    Header 3
    Header 4
    LFGJA/LFMON
    ROH (MT)
    HALB (MT)
    FERT (MT)
    11.2013
    100.000
    121.000
    121.00
    12.2013
    50.000
    12.000
    123.00
    01.2014
    23.231
    .23.234
    45.342
    02.2014
    23.231
    34.094
    45.098
    03.2014
    34.098
    98.983
    00.000
    04.2014
    00.000
    69.093
    98.098
    05.2014
    00.000
    89.098
    00.000
    For Example Break up of ROH material plant wise in below mention format.
    LFGJA/LFMON
    WERKS
    MENGE (MT)
    11.2013
    P001
    30.000
    11.2013
    P002
    50.000
    11.2013
    P003
    20.00
    Thanks in advance,
    SKN

    Hi,
       The last period closing stock = current period opening stock. You may get the details from MBEWH and S032 tables. Refer the doc: Material Stock and Valuation History tables - how to read them
    Regards,
    AKPT

  • Stock Values for previous period on batch number

    Need to show report which shows stock value and levels on a certain period (previous) by batch numbers.
    Report MMBE shows current stock levels per batch.
    Report MB5L shows stock value on a certain period (previous) but with no batch information
    Is there any standard reports which you can see all stock values and levels for the previous period on batch?
    Thanks

    Hi,
    Good morning and greetings,
    Please go through the following link
    http://help.sap.com/saphelp_erp2005vp/helpdata/en/25/2839124f7811d18a150000e816ae6e/frameset.htm
    Please reward points if found useful
    Thanking you
    With kindest regards
    Ramesh Padmanabhan

  • Transfer material stocks to PCA for previous periods (1KEH)

    I have an issue with 1KEH. We did not run the 1KEH(generate opening bal for material stocks) for period 2 . In SAP it looks like you can either run in for current period or previous period. (not 2 periods back).
    I looked this up with SAP note 858363. I looked up forum replies for the same issue before. The basic solution mentioned was to use transaction 1KEL. To quote "To be able to successfully execute Transaction 1KEH again, you have to use transaction 1KEL and set the origin object type to 19."
    Now from the same note there is a t code called 1KEC which can be used to do subsequent postings to PCA. I tried a test run. It seems to pick up what I want and do it correctly.
    Can someone advice me if using 1KEC is feasible. If i have to use 1KEL it has to be done one item at a time and we have too many records. Also I am not too sure on how to do 1KEL.
    Thanks..

    Hi
    You will have to use 9KE0 or a custom job again to rectify this
    Ajay M

  • Posting stock entry in previous period

    Dear Friends
    Can anyone pls tell, whats the how  to post stocks in previous period.? Eg: previous month or previous quarter.
    Rgds
    Sumanth.Gururaj

    Please refer following links-
    - [Posting to a Previous Period|http://help.sap.com/saphelp_46c/helpdata/en/47/6102e749f011d1894c0000e829fbbd/frameset.htm]
    - Stock In Previous period
    - Post in previous period
    Hope this can assist you.
    Thanks & Regards
    JP

  • How to get "Valuated unrestricted-use stock in previous period"

    Hi!
    I need the Valuated unrestricted-use stock in previous period for a material.
    I'm using the MCHB table but CVMLA field doesn't match with the value calculated by standard tcode.
    There is any FM that can help me?
    Thanks
    Salvatore

    Problem solved

  • How to move stock to previous period

    Hello MM Experts,
    We need to make an inventory adjustment for period 31/12/2008, however it is now 03/01/2009. Our Controller has not closed out 12/2008. How can we post it to the previous period/year of 31/12/2008??
    That I want to move the stock from 03/01/2009 to 31/12/2008.
    Regards
    Bhavesh

    What Fiscal Year you are Using K4 or V3?
    If ur using K4 then Reverse all the Posting and Repost again for Period 12.
    If ur using V3 then Reverse all the Posting and Repost again for Period 10.

  • Previous Posting Period Stock Quantity Function

    Hi experts,
    I have a question about getting previous posting period stock quantity.(from MCHB or MCHBH) Does anybody know if there is standart SAP function to find out this stock quantity? Or ABAP code to find out ?
    Thanks in advance
    FIRAT KAYIRAN
    MM CONSULTANT
    ISTANBUL,TURKEY

    Hi Firat ,
    as per my knowledge , SAP will do Backward calc. to get the Stock on Current Date.
    plz ask ur ABAP to check my Logic (not the tables , in ur case u need to use MCHB ) of getting the Stock.
    https://www.sdn.sap.com/irj/sdn/wiki?path=/pages/viewpage.action&pageid=15856
    regards
    Prabhu

Maybe you are looking for