Storage location stock with value on a particular date

i m in search of a report or logic which can fetch stock as in mb5b on a particular date. mb5b shows sloc stock but without value and show valuated stock without sloc. can anyone help me out to find such report or give some logic or table from where it can fetch sloc stock with value.
Edited by: Husain Husain on Jan 28, 2010 4:00 PM

Hi,
All the stock related reports like MC.1,MC.5,MCBA etc will give you stock for a particular months range. he only report giving stock on a date is MB5B .However in this report you will not get the storage location stock value.
Now try the report in T Code J3RFLVMOBVED which will serve your purpose .Here in the material parameter tab give your storage location and the date range in the main tab Posting date range and than execute.
Dhruba

Similar Messages

  • Location stock with value.. in concern period

    Great Gurus
    Is there any report in SAP MM standard, that can location stock and value in concened time period.
    Selection Parameters:
    Periods selection ( Posting date from, To)
    Material selection
    Material type selection
    there is a report :  Stock overview ( Russia) , but it takes to much time.
    Regards\Adnan

    hi,
    you can see the report MB52 for the requirement...
    Here donot tick for the "Do not display values"....
    This will surely solve your problem...
    Regards
    Priyanka.P

  • Report on Stock Vs VAlue on one particular date,

    Dear All,
    Is ther any Table or Functional Module Or BAPI ,if I pass the material /Plant/St.location and any date,which will give the output of Stock and Value?

    Hi
    Thanks for reply.But I want to pass the date /plant/St.loc and material.But the table MCHb not useful.
    Ex:
    Input:
    Material:123456
    Plant:1000
    st.loc:RM01
    Date:01/01/2007
    I want the Out put like,
    Valuated Stock and
    Value

  • Sales order stock and storage location stock on past date with value

    Hi everyone.
    I m looking for a report which can give sales order stock with value as it is shown in mb5b and storage location stock with value as in mc.5 is there any report which can give the combination of both the things on past date with values.

    can you tell me what shall be the fields and table for special stock on past date with value and sloc stock on past date with value

  • Report for Storage location wise Stock with value..?

    Hi guru's
    Can anybody explain me what is T.code i want to use to get a report for STORAGE LOCATION STOCK  with VALUE..?
    Urgent reply me  ..
    Thanks
    sap-mm

    Sorry Mr chetan,
    I want to see only the stock available in my company with Value and storage location wise..
    Please try to get report for this
    Thanks
    sap-mm

  • Back Date Storage location Stock / Subcontractor Stock

    Dear SAP Guru (s)
    Please confirm can we get back date stock at storage location with value and quantity. Also tell me how can we take one subcontractor stock at any particular date.
    We are using MB5B, but it is giving only quantity at storage location level and value at plant level.
    Full points if problem solved.
    Regards
    Ishu

    Execute MB5B with special stock and O for special stock indicator, and then double click the material number, you can get all the material document NO.

  • Movement Type 340 doesn't have Storage Location Associated with it

    When a batch is given a new valuation type, there is no storage location associated with that movement, because the movement would be for the entire batch obviuosly.  In BI though, that creates a problem, because the movement needs to have a storage location assigned to it. Here is an example of the problem:
    Storage Location----Batch--Xbuy Current Stock-----Cert Current Stock
    ..........0001...................122....................100......................................0
    Then batch 122 is moved from xbuy to cert.  But, since there is no storage location associated with that movement, the current stock now looks like this:
    Storage Location----Batch--Xbuy Current Stock-----Cert Current Stock
    ............#.......................122...................-100...................................100
    ..........0001...................122....................100......................................0
    But it should look like this:
    Storage Location----Batch--Xbuy Current Stock-----Cert Current Stock
    ..........0001...................122......................0......................................100
    We are using the standard SAP Extractor for this inventory model, and I am curious as to whether there is a fix to this out there, or how we should go about fixing it?
    Thanks,
    Owen

    The problem I am having is kind of a display and a data issue.  All the data from the source system is coming over to BI in this case, but the problem is that the two systems are fundamentally different.  In ECC, a batch can change from one valuation type to another with no thought to storage location, and that works just fine.  However, when that same record is in BI, if it doesn't have a value for every characteristic in the model (including storage location in this case), then the ad-hoc report won't drill down correctly.
    To answer your options:
    1.  We don't have the option of just not showing storage location, because this problem would render storage location useless because of data inconsistencies, and storage locations are an important part of our business.
    2.  We have several storage locations, so this will not work either.
    Also, since we have several different storage locations we use, there is no way to just assign storage location 0001 to every empty record.  However, I am thinking of a solution along these lines.  If there was somewhere we could go to see the storage location of the particular batch, then we could fill the storage location at the time of the data load.  The problem we would need to overcome though is timing.  How do we do this for historical data that has moved storage locations?  What if the movement goes to the delta queue, and then the storage location changes?
    Thanks,
    Owen

  • Stock value at a particular date

    Hi,
    are there any reports for stock value (price S, V) in a particular date ?
    Regards

    Hi,
    You may check these:
    Re: Stock value and report
    Storage location stock value report as per MC.9
    Thanks,
    Gordon

  • Storage location stocks

    hi
    Can anyone please help me with this? I am new to MM.
    I created a raw material. Unrestricted-use of stock shows :0.
    Storage location stock for current period shows all 0s. Where can i enter the stock values for this material.
    Thanks
    Madhu

    Hello Madhu,
    Stock value is calculated based on the material price and total stock quantity. In your case you just created Material Master record, so it will not show up the stock value unless you put some the stock in your valuation area (Plant).
    There are two ways to get this stock value.
    1. Manually upload the inital stock using MB1C / MIGO using mvt type 561, give the external value in local currency (On Qty tab) else price will be taken from material master record.
    2. Receive the material with or without purchase order (mvt type 101/501).
    1. Create purchase order (ME21N)
    2. Crete Goods Receipt (MIGO)
    After any of the above option, the stock value will showup in the material master record.
    Hope this will help.
    Regards
    Arif Mansuri
    Reward if answer is helpful.

  • Inventory opening and closing stock with value report

    Hi All,
    Is it possible to get details of both opening and closing stock with value of each items of last financial year (2009-10) in inventory report?
    Mizan

    Hi..
    you can  try this query
    Declare @FromDate Datetime
    Declare @ToDate Datetime
    set @FromDate =
        (Select min(S0.Docdate) from OINM S0 where S0.Docdate >='[%0]')
    set @ToDate =
        (Select max(S1.Docdate) from OINM S1 where S1.Docdate <='[%1]')
    select * from
        SELECT T0.itemcode,
        min(T0.Dscription) as 'Item Description',
        min(B1.ItmsGrpNam) as 'Item Group', W1.Whscode, C1.Location,
        (isnull((
            Select sum(isnull(inqty,0))
            from OINM O1
            where O1.itemcode=T1.itemcode
            and O1.Warehouse=W1.Whscode
            and O1.docdate<@FromDate ),0)-
        isnull((
            Select sum(isnull(outqty,0))
            from OINM O1
            where O1.itemcode=T1.itemcode
            and O1.Warehouse=W1.Whscode
            and O1.docdate<@FromDate),0)
        ) as [Opening Stock],
        isnull((
            Select sum(isnull(inqty,0))
            from OINM O1
            where O1.itemcode=T1.itemcode
            and O1.Warehouse=W1.Whscode
            and O1.docdate>=@FromDate
            and O1.docdate<=@ToDate and O1.inqty>0
            and O1.transtype in (20,18)),0
        ) as [Purchase Quantity],
        isnull((
            Select sum(isnull(outqty,0))
            from OINM O1
            where O1.itemcode=T1.itemcode and O1.Warehouse=W1.Whscode
            and O1.docdate>=@FromDate and O1.docdate<=@ToDate
            and O1.outqty>0 and O1.transtype in (21,19)),0
        ) as [Purchase Return Quantity],
       isnull((
            Select sum(isnull(outqty,0))
            from OINM O1
            where O1.itemcode=T1.itemcode and O1.Warehouse=W1.Whscode
            and O1.docdate>=@FromDate and O1.docdate<=@ToDate and O1.outqty>0
            and O1.transtype in (13,15)),0
        ) as [sale Quatity],
        (isnull
            Select sum(isnull(inqty,0))
            from OINM O1
            where O1.itemcode=T1.itemcode and O1.Warehouse=W1.Whscode
            and O1.docdate<=@ToDate),0
            isnull((
                Select sum(isnull(outqty,0))
                from OINM O1
                where O1.itemcode=T1.itemcode and O1.Warehouse=W1.Whscode
                and O1.docdate<=@ToDate),0)
        ) as [Closing Stock]
        FROM OINM T0
        INNER JOIN OITM T1 ON T0.ItemCode = T1.ItemCode
        INNER JOIN OITW T2 ON T1.ItemCode = T2.ItemCode
        INNER JOIN OITB B1 ON T1.ItmsGrpCod=B1.ItmsGrpCod
        INNER JOIN OWHS W1 ON T2.WhsCode = W1.WhsCode
        INNER JOIN OLCT C1 ON W1.Location=C1.Code
        Group by T1.itemcode, T0.Itemcode, W1.WhsCode, C1.Location
    ) a
    where (a.[Opening Stock]
            +a.[Purchase Quantity]
            + a.[Purchase Return Quantity]
            +a.[sale Quatity]+a.[Closing Stock]
           ) !=0
    Regards,
    Bhavank

  • CO27 list doesnot show storage location stock for special stock E

    Dear All,
    In MTO scenario, in CO27 (Pick List) , if storage location has to be selected with drop-down list , system diplays the storage locations with which this item in CO27 is maintained, but with "0" stock disply... even if the item stock is available in Sales Order unrestricted stock (E).
    And it is observed that in CO27 system displays storage location along with stock only in case of item without special stock; (stock available in the unrestricted location only...)
    So, even if the special stock (E) is available in the storage location, why the system is showing "0" against the storage location drop-down in CO27..??
    please clarify at the earliest...
    With Regards,
    Laxminarayana

    Hi Maria..
    I would like to thank you for reply.
    As I mentioned earlier, if material stock is available as a FREE stock , this will appear in CO27. But when material stock is available  and it is in sales order stock, system will show "0" stock in drop down list of CO27 line item storage location field. Is there any customization required to enable system to show the special stock in CO27 line item storage location filed drop down..??
    awaiting your valuable inputs,
    With Regards,
    Laxminarayana
    Bangalore

  • Situation in Storage Location Determination with Situation?

    where can I use the situation values to determine the Storage Location?
    In other words, how can I determine the Storage Location with the settings in Storage Location Determination with Situation?

    Dear Huanzhiyu,
                 Go through this IMG path you can able to define the situations as well as you can able to determine the storage location with the situation.
    IMG>Logistics Execution>Shipping>Picking>determine picking location-->Define situations and Storage location determination with situation.
    I hope it will help you
    Regards,
    Murali.

  • Stock Value on a Particular Date

    Dear Sir,
    As a part of our Inventory Monitoring , we need to have a list showing Item wise Stock Value on a particular date (or end of any month date) .
    Kindly guide us as what Tcode is available in SAP for getting such a list .
    Kindly help us pl .
    Rgds
    B Mittal

    Hi
    In MB5B report please select the Stock type as valuated stock, this will give you the Stock Value also.
    Thanks & Regards
    Kishore

  • Finding Plants\Storage locations associated with the Routes

    Hi,
    I need to find all possible Plants/Storage Locations associated with the Route in hand.(These routes can be found in TVRAB table).Is there any mapping done in SAP between Routes and Plants or Routes and Departure Points ?
    If anyone has any inputs regarding this, it will be really helpful.

    Hi,
    To determine the route we need to know the Plant and the Shipping point or connection point/port.
    I think we can find the routes in table TVRO or VBLK.
    and for route descirption we go for the TVROT
    First check the tables for the Plant and shipping point then we can link to the route.
    Pls check this link
    http://help.sap.com/saphelp_47x200/helpdata/en/dd/560dee545a11d1a7020000e829fd11/frameset.htm
    http://help.sap.com/erp2005_ehp_03/helpdata/EN/17/c0b758903111d2b42f006094b9b9a0/content.htm
    Regards
    Lekha

  • Stock available with vendor as on particular date

    Hi,
    The requirement is to know the stock at vendor as on particular date say 27th & 28th November 2008
    MBLB gives for current date.
    Even though I enter requirement date as 27th & 28th Nov 08, ME2O also gives same as current date.
    Is there any report that gives the stock at vendor as on particular date?
    Regards
    Vengat

    Hi,
    Thanks for the reply.
    MB5B does not give per vendor.
    If query is to be created may I know the tables involved.
    Regards
    Vengat

Maybe you are looking for

  • Assigning a value to an array cell populated [BULK]

    Hi all, I've got a problem in assigning a value to an array populated with BULK COLLECT INTO . I can reproduce the problem with this CREATE TABLE TEST_TABLE ( value1 NUMBER, value2 NUMBER INSERT INTO test_table VALUES(1,1); INSERT INTO test_table VAL

  • IPhoto 6 getting on my nerves, will v8 help me?

    Hello, I've been using iPhoto 6.0.6 for a while now for organising my photos, and uploading them to Picasaweb and/or Facebook using the 3rd-party plugins. The 6 version has everything I need (as far as I know), but it also has a number of 'features'

  • Mac Pro won't use 1920x1200 (VGA)

    I have an Asus MK241 with a native resolution of 1920x1200/60hz. It's connected to an 8-port KVM that only supports VGA. I bought a new Mac Pro and it refuses to let me run the display at 1920x1200. The best I can do is 1680x1050. I have it connected

  • Invoice and Order Entry Data!!!

    Hi All, Can anyone please let me know the data sources for Invoice and Order Entry Data (SD). Please provide any link related to the same. Your help will be appreciated. Thanks in Advance, Regards, Amit.

  • Save Frame As via Scripting

    I want a script to automatically save the current frame in a few different formats to a particular location. The most important formats would be a photoshop file with layers from the comp, and a flat jpeg file. In the Composition Menu, the Save Frame