Date wise stock table

Hiii,
I want to see the stock available at a date when PR was made ie say on 01.07.2008 PR was releasd then stock at that date.
Please advise how to fetch the same.(which table to refer)
Regards,
Ayushika Jain

As far as i know stock gets updated on the material document/posting date and not on PR or PO.for this u can use mb51,mb5b
regards,
indranil

Similar Messages

  • Tables req to get date wise stock report

    Hi
    Pls advise, what are the tables req to get date wise stock report??? i don't want any t codes... i have to do with age analysis ,??
    Anyone has answer? pls provide it.
    Edited by: UJ on Mar 3, 2010 8:54 AM

    You can take below details which help you to get the exact things..
    *-- Tables delcaraion
    TABLES : mkpf,   " Header: Material Document
                  mseg,   " Document Segment: Material
                 mara,   " General Material Data
                 makt.   " Material Descriptions
    *-- Types declaration
    TYPES: BEGIN OF ty_mkpf,
            mblnr TYPE mblnr, " Number of Material Document
            mjahr TYPE mjahr, " Material Document Year
            blart TYPE blart, " Document type
            budat TYPE budat, " posting date
           END OF ty_mkpf.
    TYPES: BEGIN OF ty_mseg,
            mblnr TYPE mseg-mblnr, " Number of Material Document
            mjahr TYPE mseg-mjahr, " Material Document Year
            zeile TYPE mseg-zeile, " Item in Material Document
            matnr TYPE mseg-matnr, " Material Number
            bwart TYPE mseg-bwart, " Movement Type (Inventory Management)
            dmbtr TYPE mseg-dmbtr, " Amount in Local Currency
            menge TYPE mseg-menge, " Quantity
            lgort TYPE mseg-lgort, " Storage Location
            pbamg TYPE mseg-pbamg, " Quantity
            werks TYPE mseg-werks, " Plant
            ummat TYPE mseg-ummat, " Receiving/Issuing Material
            umwrk TYPE mseg-umwrk, " Receiving/Issuing Plant
            umlgo TYPE mseg-umlgo, " Receiving/Issuing Storage Location
           END OF ty_mseg.
    Further if you want you can play with Movement types.

  • MB5B Report for Date Wise Stock and Value

    Hi,
    I am Taking MB5B Report for Date Wise Stock and Value.
    But I have one doubt all stocks is coming or not in these report like Unrestrected Stock,Return Stock.Blocked stock,Transist stock,Restrected Stock,qty Inspection Stock.
    I have another Doubt in these report three Stock type indicaters are there like these.
    1.Storage Location / Batch Stock
    2.valuated Stock
    3.Special Stock.
    But i have one doubt what is defferent these
    1.Storage Location / Batch Stock
    2.valuated Stock

    Hi Prasad,
    Yes MB5B report consider the Unrestricted, Quality, Blocked, Transit stock and restricted stock. Not sure about Return Stock.
    If you select the Storage location/Batch stock radio button then the system will display all the possible stock from the storage location and the corresponding batch also.
    If you select Valuated stock radio button then system will show only the valuated stock not the Non-valuated stock. Because Non-valuated material type is available in SAP system will not show those stock suppose if you select the Valuated stock radio button.
    Regards
    Karthick

  • Date Wise stock report (0IC_C03)

    How can we see the date wise stock quantity and value in Query using  cube 0IC_C03.
    Example:Suppose i want to see what was my stock quantity and stock value on 25th Jan08.

    Hi,
    Restrict the Key figure value and quantity with the date.
    OR
    Go to the key figure in RSA1-> Info objects -> Double click on ur key figure-> Go to the aggregation tab Specify exception aggregation as last value and reference char as 0calday.
    This will give u the stock on the last day.
    If u want to do it in bex
    Create a Calculated Key figure put ur key figure in. And right click select the properties select exception aggregation last value and reference char as 0calday.
    Khaja

  • Date Wise Stock Report

    Dear All
        Any Standared Report available Single line Openning balance and closing Balce with values for particular date
    Thanks and Regards
    Suresh

    hi Vijay Aditya 
       Thanks for your reply 
       mb5b report not Satisfied 
    you know which table stored that details?
    Thanks and regards
    Suresh

  • Date wise Stock

    Hi Everyone this is the original database table 
    Item_NO
    Posting_date
    EntryType
    LocationCode
    Quantity
    I0013078
    12-2-2013
    4
    RW003
    -1
    I0013078
    12-2-2013
    4
    INTRNASIT
    1
    I0013077
    12-2-2013
    4
    RW003
    -1
    I0013077
    12-2-2013
    4
    RW003
    -1
    I0013079
    12-2-2013
    4
    INTRNASIT
    1
    I0013079
    12-2-2013
    4
    RW004
    -1
    I0013078
    12-2-2013
    4
    INTRNASIT
    2
    I0013078
    12-2-2013
    4
    RW004
    -2
    I0013077
    12-2-2013
    4
    RW004
    -1
    I0013077
    12-2-2013
    4
    RW003
    -1
    The expected result table is as below
    Item_NO
    Posting_date 
    EntryType 
    LocationCode
     Quantity
    I0013078
    12-2-2013
    4
    RW003
    -1
    I0013078
    12-2-2013
    4
    INTRNASIT
    0
    I0013077
    12-2-2013
    4
    RW003
    -1
    I0013077
    12-2-2013
    4
    RW003
    -2
    I0013079
    12-2-2013
    4
    INTRNASIT
    -1
    I0013079
    12-2-2013
    4
    RW004
    -2
    I0013078
    12-2-2013
    4
    INTRNASIT
    0
    I0013078
    12-2-2013
    4
    RW004
    -2
    I0013077
    12-2-2013
    4
    RW004
    -3
    I0013077
    12-2-2013
    4
    RW003
    -4
    Quantity should be accumulate according to each PostingDate
    Please anyone help me how to calculate the cumulative quantity as above expected table quantity
    Thanks in advance..

    Hi Everyone this is the original database table 
    Item_NO
    Posting_date
    EntryType
    LocationCode
    Quantity
    I0013078
    12-2-2013
    4
    RW003
    -1
    I0013078
    12-2-2013
    4
    INTRNASIT
    1
    I0013077
    12-2-2013
    4
    RW003
    -1
    I0013077
    12-2-2013
    4
    RW003
    -1
    I0013079
    12-2-2013
    4
    INTRNASIT
    1
    I0013079
    12-2-2013
    4
    RW004
    -1
    I0013078
    12-2-2013
    4
    INTRNASIT
    2
    I0013078
    12-2-2013
    4
    RW004
    -2
    I0013077
    12-2-2013
    4
    RW004
    -1
    I0013077
    12-2-2013
    4
    RW003
    -1
    The expected result table is as below
    Item_NO
    Posting_date 
    EntryType 
    LocationCode
     Quantity
    I0013078
    12-2-2013
    4
    RW003
    -1
    I0013078
    12-2-2013
    4
    INTRNASIT
    0
    I0013077
    12-2-2013
    4
    RW003
    -1
    I0013077
    12-2-2013
    4
    RW003
    -2
    I0013079
    12-2-2013
    4
    INTRNASIT
    -1
    I0013079
    12-2-2013
    4
    RW004
    -2
    I0013078
    12-2-2013
    4
    INTRNASIT
    0
    I0013078
    12-2-2013
    4
    RW004
    -2
    I0013077
    12-2-2013
    4
    RW004
    -3
    I0013077
    12-2-2013
    4
    RW003
    -4
    Quantity should be accumulate according to each PostingDate
    Please anyone help me how to calculate the cumulative quantity as above expected table quantity
    Thanks 

  • Storage Location wise Stock details on a specific Date

    Dear All,
    Please help me with any T-code or Process by which I will be able to view the opening & closing stock storage location wise on a specific date. In MC.9 it shows the stock on current date or Month-End. In MB5B it will show the stock but not storage Location wise. Requires your sincere advise in this regard.

    HI , 
    There arent many reports  for date wise stocks in satnadard SAP. you will have to run MB5B  storage Location wise for the specified dates. OR
    you can try this one report J3RFLVMOBVED -STOCK OVERVIEW(RUSSIA) ,  Run it and save  a layout.  It should  solve your  problem.
    Regards
    Raviraj.

  • Date wise and ware house wise stock

    Hi all,
    I want to see the date wise stock and warehouse wise stock for all items. How to do that? I dnnt think there is a system generated report for that.
    Ex- form date---- to date----- i want to see what was my instock warehouse wise.
    The "Inventory in Warehouse Reports" gives the current inventory only.
    I have written a query to find the date wise inventory datewise, but i cannot segment it warehousewise. Please help me. How can it be done?
    Regards
    Raj

    Hi All,
    Thanks for your response. Actualy I have explored these areas.  But these parameters are alternate to each other. I mean we can generate Warehousewise or Item wise or BPwise........
    But I want to have a warehousewise and sumed or grouped itemwise with date selection paramenters.
    Moreover i find that when i generate the warehouse wise report (in the other Tab> by- warehose then the report generated is blank!!
    Please suggest a alternative.
    Regards,
    Raj.

  • Storage Location wise stock report

    Can any one let me learn, How to get storage location wise & selected date wise stock report in standard SAP

    HI,
    Then you use T.code: MB51, where you will find the Date Range besides to Storage Location.
    Regards
    VG

  • Date wise reports

    hi gurus,
    Is it possible to see date wise stock of a material? I mean is it
    possible to have a material ledger kind of thing in SAP.
    thanks in advance

    Dear Lakshmi reddy,
    Goto the T.code:MB5B - Stocks for Posting date
    It show the report FROM date to TO date i.e., for perticular month, year
    If u want the date wise stock i.e., within the month 1,2,3,.......31
    We have to go development report(user exit).
    U approch ur ABAPer and explain ur requirement indetail to resolve the issue.
    With regards,
    B.Ravindranath

  • MB5B Report table for Open and Closing stock on date wise

    Hi Frds,
    I am trying get values of Open and Closing stock on date wise form the Table MARD and MBEW -Material Valuation but it does not match with MB5B reports,
    Could anyone suggest correct table to fetch the values Open and Closing stock on date wise for MB5B reports.
    Thanks
    Mohan M

    Hi,
    Please check the below links...
    Query for Opening And  Closing Stock
    Inventory Opening and Closing Stock
    open stock and closing stock
    Kuber

  • Stock Report Date Wise

    Dear All
            I am devlop new Stock Report Date wise
    my output follows
    Material    Plant   Storagelocaton   Saleorder OPenning stock     Closing Stock     Total
    Which Table stored that details?
    how will calculated?
    Thanks and Regards
    Suresh

    hey
    i think the following tables
    will be helpful for the report:-
    1>MARA
    2>MBEWH
    3>MSEG
    4>VBRP
    hope this will help
    good luck
    harry.

  • Date Wise and Storage Location Wise Stock Qty & Value Report......

    Hi Experts,
    We want a report Date Wise(As on 31.03.2008) and Storage Location Wise Quantity & Value Report for only Finish Materials. Is there any report ?
    From Mb5b we canot get storage location wise report as we get only plant level qty and value.
    Pl. guide us.
    Regards,
    Yusuf

    Hi Yusuf,
        Try the Tcode: MC.9 there enter the site and article and executeYou will get details of the article
    stock, value. if you double click the article you will get the details of storage location.
    Hope it will be help for you
    Regards
    GK

  • Storage Location Wise Stock Value field and Table

    Hi ,
    Please let me know the storage location wise stock value field and table.
    Regards
    Suresh

    Hi Suresh,
    As per my understanding it is not possible in a single Table.
    If this is required for customized Z report then use this logic it may gives the correct information.
    In the combination of MARD and MBEW.. From MBEW you can get the value for each Base Unit of Measure then multiply that value with storage location stock.
    It may usefull to u..in the mean time i will try for some other option.
    Please revert if u have any query.
    Regards
    Durga Sana

  • Storage location wise opening, closing stock...date wise...report

    Hi all Experts,
    I am at client site and hav to provide a report containing opening, and closing stock (and issue qty if possible) storage location wise and date option wise.pls help
    regards
    vikas chhabra

    Hi,
    Use MB51 for date wise report
    OR
    Use MCL1, MCL5, MCL9, MCLD (If Warehouse Management you are using)
    OR
    You have to develop an own ABAP report.
    Regards,
    Biju K

Maybe you are looking for

  • Organize my library on an external drive

    Hi I am using the latest version of iTunes stored on a Seagate NAS 220 Network Drive. My problem is trying to organize it. The drive is 3TB and my library is almost 2TB so when I attempt to organize it I am told I don't have enough disk space. The pr

  • Video switching from interlace to progressive on render

    We have a video 29.97 1920x1080i which we are running dynamic linked through after effects, and when we render the video out in premiere it is switching from interlace to progressive. When the video, in the dynamic link is left un-rendered, we can se

  • Windows mail doesn't see firefox, firefox is set to defalt

    Not sure what I did, but.. when I click a link in Windows Mail, it doesn't open a tab in Mozilla. I've looked my setting and cannot see anything wrong

  • How to turn off camera sound effects on Yoga 10+?

    I find the sound effects of the camera annoying. Turning down the volume of notifications, media, or alarms does nothing to disable them. Not even plugging a dummy headphone jack will silence them.

  • Can I use my upgrade to gift a phone?

    My girlfriends Bday is coming up and I was wondering if it was possible for me to use my upgrade to get her a new phone? We both have ATT but on different accounts... Solved! Go to Solution.