Plant wise stock report

Dear All,
I want get a report from Apr to March of a fiscal year.
The report should contain plant wise purchase, consumption, opening stock and closing stock values.
How can I get the report.
Regards,
Venkat

Hi,
For your requirement, report MB5B suits well.
here in selection screen, select "Non-Hierarchial Display" option and also input the Validity Period as per your requirement and execute.

Similar Messages

  • Sales BOM Wise Stock report

    Dear Gurus,
    Good Afternoon!!
    My user' requirement is,
    he wants a BOM wise stock report.
    He will just enter the Header Item, Plant and the storage location,
    and system should list all its sub-items with the stock available in that plant & the storage location.
    PLease tell me if this is possible.
    Thanks & Regards

    Hi,
    As per my knowledge, don;t have std report for this requirement, but you can customise this, use below tables and let your ABAPer can develop own customised tcode
    MAST, STKO, STAS, STPO  - BOM table's
    MARD, MBEW, MCHB - Stock tables
    Regards,
    Sankaran

  • BOM wise stock report.

    Dear Gurus,
    Good Morning !!
    My user' requirement is,
    he wants a BOM wise stock report.
    He will just enter the Header Item, Plant and the storage location,
    and system should list all its sub-items with the stock available in that plant & the storage location.
    PLease tell me if this is possible.
    Thanks & Regards

    you may have to get a custom development done for this:
    If I understand coreectly, there are two major steps in this:
    1) Get the detailed BOM
        To do this, you may use teh data from transatcion CS03(display material BOM), or from CS13 (Display summarized BOM) based on teh requirement. You may have to read table like MAST/STKO/STPO. For summarized BOM, you may use the function module CS_BOM_EXPL_MAT_V2
    2) Get the available quantity
        If your requiremnt is simple with the avialable qty, you may get the read the unrestrcited qty availble in tables MARC and MARD for quantities of a materila/ sub-items at the plant and storage locations level respoectively. If the requiremnts is to get more poslished available stock, you may use the std availability check concept (where we specify whether other stocks like quality check, in transit, etc need to be considered, or not). In this case function module AVAILABILITY_CHECK may be used and teh paranmter may be material, plant, Checking rule, etc.
    Hope it helps.

  • 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.

  • 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

  • Profit Centre wise Stock Report

    Hi folks!!
    Is there any report available, through which we can retrive profit centre wise stock report.
    Best regards

    Hi
    You cannot check profit centre wise inventory (of materials) directly. But you can get profit center wise inventory GL accounts data in FS10n transaction. Choose dynamic selection options - and input profit center. It will show Inventory GL accounts balance period wise.
    You can check MARC table - and find the materials with concerned profit center. Then stock value of those materials in MC.9/MB5b transaction.
    Thanks

  • Daily wise Stock Report

    Hi,
    Have you any idea about where we have t.code in MM which gives us day wise stock report..
    Thanks,
    Dharmveer
    Edited by: Dharmveer Vishwakarma on Jan 28, 2010 9:00 AM

    hi,
    check these standard Stock Reports
    MMBE
    Stock Overview
    MB51
    Material Document List
    MB03
    Display Material Document
    MB54
    Vendor consignment stocks
    CO09
    Material Availability
    MB5C
    Batch Where Used Pick Up List
    regards
    muthuraman.d

  • Period wise stock report

    Hi,
    I want period wise Stock Report like MB52.
    I want Report Like these
    In these report i want Urestrected Stock,Transist Stock,Blocked Stock,Return Stock with Values.
    If any standard T code is there in sap plz give me

    Hi,
    As per your requirement :
    It is better to go for a z-report. Ask your ABAPER to create the same as per your requirement.
    Otherwise you can fulfill your requirement with the help of several tcodes like MB52, MC.9, MB5B, MMBE etc.
    Hope this will resolve your issue.
    T & R,
    Brijesh

  • Help for bdc for transfer of asset plant wise stock transfer(urgent)

    hi all,
    if anyone has done BDC for this scenario ie.,
    bdc for transfer of asset plant wise stock transfer
    then plz share its code with me.and if someone has done any modification regarding this scenario then plz let me know that what modification he/she has carried out in this & share the code for the same.
    i will be grateful to u for this and promise that i will give points to all ur effort.
    Thanks & regards
    Sanjeev

    Hi Sanjeev,
    Do a recording for the transaction using SHDB. Once you are done with the recording save the recording into a zprogram. You have the code.
    Regards
    Arun

  • Bdc code for transfer of asset plant wise stock transfer (urgent)

    hi all,
    if anyone has done BDC for this scenario ie.,
    bdc for transfer of asset plant wise stock transfer
    then plz share its code with me.and if someone has done any modification regarding this scenario then plz let me know that what modification he/she has carried out in this & share the code for the same.
    i will be grateful to u for this and promise that i will give points to all ur effort.
    Thanks & regards
    Sanjeev

    Hi Sanjeev,
    Do a recording for the transaction using SHDB. Once you are done with the recording save the recording into a zprogram. You have the code.
    Regards
    Arun

  • Valuation wise stock report

    Hi Friends,
    Is there any report where we can see stock report valuation type wise.
    E.g. i created two valuation types Domestic and Import. Also i created two storage location separately for both valuation type. I am able to see report based on storage location but not on basis of valuation type.
    Seeking your guidance how can we withdraw report based on valuation type
    Regards
    Vivek

    Hi,
    Use report MB5L
    Here in selection screen, enter valuation Type and execute the report.
    In output screen,
    Double click on the GL Account, it will show the report having current details of material with stock qty, Base UoM, Stock Value and Valuation Price with Price Control and valuation type.
    Do layout setting as per requirement.

  • KE5Z report and plant wise sales report (Z report develped) not matching

    thanks for support
    could any body tell me in report KE5Z (proft center actual line items) .profit center wise sales is not matching
    with plant wse sales  Z report developed (based on plant - plant wise sales ) In MM01 master data maintenance  we have tagged every plant to a profit center , becoz of this mapping these report should match ? but big differnce is coming?

    Hi,
    Check on it:-
    Missing Data in the KE5Z report
    Regarding reports KE5Z &  S_ALR_87013326
    http://wiki.sdn.sap.com/wiki/display/ERPFI/KE5Z-Additionaltextfields+missing
    pherasath

  • Plant wise profitability report in COPA.

    Dear Friends,
    I am creating a plant-wise profitability COPA report. Rows in the report contains sales, expenses and profit and the columns are the plants. The report is created with form.
    Our company has more than 20 plants and they want all the plants to appear in single report. At present I am only able to add maximum 13 columns in the report (12 columns for plants and 13th column for total) in the form as I am unable to add further columns for plants.
    Could anyone guide me as to how can I have all the 20- 25 columns in the Form. Is there any way to change the form-size to accomodate all the plants.
    Further, All plants do not have data every month, so is it possible to hide the plant columns which does not have any data for the month.
    Thanks you for your help!
    Regards
    Umesh Gothankar

    Thanks Both of you for your reply!
    Harish I am ok with other columns printing in next page. but could you let me know the process.
    I am not sure as to how to add the additional columns on the form.
    Thanks
    Umesh

  • Plant wise sale report

    Hai..
    How to get plant wise sales. Please help me out by giving the Tcode.
    thank you,
    Srinivas.

    Hi,
    Go To SPRO > Sales and Distribution > Billing > Lists > Define Selection Criteria
    Here Go for New Entries Give the following
    SAPMV65A in the Prog Name,
    7 in TRG,
    K in Dis,
    SELK in Event,
    9 in It,
    WERKS in Field Name.
    Save it.
    Then Goto VF05
    Give the Payer (or) Material
    Goto - Further Selection Criteria
    Select - Plant
    Give the Respective plant to which you want the Reports.
    Hope this will help full.

  • 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

Maybe you are looking for

  • Firefox Bookmarks now in bookmarks.html format on iMac desktop

    I have tried many different ways to get my old bookmarks into my iMac bookmarks and only managed to get them onto my desktop in a folder labeled "bookmarks.html" which opens as a webpage and is very wordy as it describes each bookmark. Any suggestion

  • How to extract data from web URL

    I was doing one project which need to extract data from web pages and then analyze these data. the question is how to extract data from there, using html parser? need help, thanks a lot

  • How do I stop iPad telling me I have no SIM card installed

    I only use wifi, but I'm continually told every few minutes I have no SIM card installed how can I stop this.

  • Broadcasting and pre-calculated Excel workbook

    Hello, Is it possible to pre-calculate an Excel workbook using the Broadcast functionality of BW 3.5 and save the calculated workbook on the BW server itself. We don't want to send the workbook via e-mail or publish it on the portal. We just want the

  • After i installed ios5 my contacts will not sync ? HELP

    I connected my iPOD nano 5th gen to my macbook..... everything worked fine except it will not sync my contacts to the nano? I tried a restore and re-booted the nano still will not import my contacts HELP! Marko