Stock Report development

Dear All,
I am developing report on project stock.
We are comparing this reoprt with MB5B but figures are not correct.
We have used QBEW table but values are not coming properly.
Please guide me so that the report will match with standerd one.
Regards,
Gitesh

Dear,
Check correct table. Please check below:
Project stock:
Material No. MSPR-MATNR
Stock Qty -> MSPR-PRLAB (Unrestricted), MSPR-PRINS (QI stock), MSPR-PRSPE (Blocked), MSPR-PREIN (Total stock of all restricted stock)
WBS Element -> MSPR-PSPNR
Batch NO -> MSPR-CHARG
And also check MBBS transaction.
Regards,
Syed Hussain.

Similar Messages

  • Stock report for a period (based on posting date)

    Hi Experts,
    We have a requirement as under:
    1) We want a report for a period say from 01.04.2011 to 30.09.2011 (closed period for both MM and FI postings). Report is being taken on a later date say 01.12.2011.
    2) The report should say the status of stock as of 30.09.2011 only even of being taken in the month of December
    3) I tried to take the desired report through MB5B for the period 30.09.2011 to 30.09.2011 (selection date fields) on 20th december, 2011 and noticed that if same report with the same selection criteria is taken at two different times, output data is not the same whereas MM and FI posting periods are already closed.
    Can anybody suggest alternative SAP standard report where output will remain the same if report with same selection criteria is taken at different intervals ELSE in case of change we should be able to see the documents posted in between if back dated entries have been posted after opening MM /FI period.
    thanks

    sure it speaks the same, but it mentions as well the reasons (1) and has much more information (2)  and a solution.(3)
    1)
    user starts transaction MB5B for a very large number of materials or for all materials in a plant
    During the runtime of transaction MB5B, goods movements are posted in parallel:
               - The results of transaction MB5B are incorrect.
               - Each run of transaction MB5B returns different results for the same combination of "material + plant".
    Example: Transaction MB5B should process 100 materials with 10,000 MM documents each. The system takes approximately 1 second to read the material master data  and it takes approximately 1 hour to read the MM and FI documents. A goods movement for a material to be processed is posted approximately 10 minutes after you start transaction MB5B. The stock for this material before this posting has already been determined. The new MM document is also read, however. The stock read before the posting is used as the basis for calculating the stocks for the start and end date.
    Even for an old and closed period, MB5B starts today and calculates backwards  any movement to finally get the stock for  the time your specified in your selection.
    2)
    The SAP standard release does not include a solution
    so you have to understand that there is no real alternative transaction in SAP
    3) and then they provide a large section with a workaround that can be developed by an experienced programmer within 3 to 5 days.
    So how shall anyone here be able to tell you an alternative report?
    if someone does, then it is an owndeveloped z-report which is not available in your sap system.
    if you know that people want lookup period closing stocks at any time in future, then either schedule MB52 at month end and store the list somewhere (and do not allow backposting)
    or have an Abaper create a stock report based on the history tables MARDH, MCHBH, MBEWH etc.
    And even here you may encounter an issue at some day, if you start archving special stocks or material masters, because then the stock figures from the historic tables are gone and you cannot rebuilt a reliable stock report .

  • Daily Stock Report for a trading industry

    Hi,
    I want a daily stock report for a trading industry. In this i want date wise opening stock, closing stock, outward quantity and inward quantity. How to get it?
    Thanks,
    Niranjan

    Hi,
    This is not easy as you think you have to develop this report by using SQL Query / Crystal report...
    Regards
    Chidambaram

  • Stock Report for selected posting period!

    Dear All,
    Is there any standard program on Stock Report for selected posting period, which shows PRODUCT| UNITS| OPE.STOCK| PURCHASE| SALES| CLO.STOCK|
    I want report on this, anybody can help me out on the same. Or is there any standard report.
    Need urgently.
    Thanks & regards,
    Abhay.

    Hi Abhay
    There is no standard report available as format given by you.
    You have to develop a Z Program for the same. We have also developed
    the same requirement.
    Regards
    Harish

  • Stock Report on Past date

    Hi All,
    Can a stock report for any Past date with respect to qty and value be developed which gives the split of unrestricted, Quality and Blocked stock.
    MB5B gives stock report on any past date which is the total of all the stocks but not the split.
    Need ur assistance.

    Hi,
    MB52 tcode gives the current stock status. In my case stock status of any past date with the split up is needed.
    Regards

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

  • Stock Report as on any date.

    i am developing a stock report as on any date where i have to get the closing stock of unrestricted blocked and transit stock as on any date.
    i have taken a table mkpf and mseg to get the quantity and date.
    i am not getting what all movement type i should use to get the closing stock for unrestricted blocked and transit and what method i shoud use?
    please help me out.

    Jairaj Kumar ,
    Your Report is Little bit complex and time consuming as well.We did a Report same as like you but not Special Stock (means for all of Stock).
    For Closing Balance Which will be Opening Balance of next perio/ next day , can be calculated based on DEBIT / Credit inidcator available in the table you are using. This will used of calculate Stock balance. along with movement type for date range.
    Hope this will give some info about for ur requirement. Note refer to Tcode MB5L for reference.

  • Problem in the stock report

    Hi all,
    We have stock report.There is one problem in the report.We are using
    "2LIS_03_BF" and " 2LIS_03_UM " as data source and " 0AFMM_C02" as info source.
    When i run the report with material as row its giving me the correct result.But when i pass plant into row then it shows me only few plants. Only option to check the stock at plant level is that i have to select all the records. this is working in the development server but not in produciton... as there are many records... in the production...
    i am not able to understand what is the logic behind it... its happening even if i create a new query....
    Can you suggest me any option ...
    Regards,
    Viren.

    No Solution

  • MC50 - Dead Stock Report

    Good day to all.
    We use the MC50 report to identify obsolete stock. We use a one plant system with various storage locations dispersed throughout the geographical area of our company. The problem we have is that the MC50 report as input parameters requires the plant and cannot be run per storage location, thus identifying obsolete stock per such location.
    We are considering a customization but have been advised that the development will require extensive development as result of the main program having several includes which contain SAP standard function modules.
    We are attempting to establish if there are other SAP users who encountered the same scenario  and if so if there is not perhaps a simplified solution to extract the obsolete stock report per storage location as opposed to plant level.
    Best Regards
    Mike Olwagen
    Manager SAP Solution Support
    City Power Johannesburg (Pty) Ltd

    Hi,
    In this regard to my understanding, we may use BI reports to extract the Dead Stock per storage location.
    The Plant having the SLoc data can be pooled in the BI Interface, wherein selection criteria will be there to select respective SLoc having the Dead Stocks. The tables can be customized according to the requirement of the user in BI reports.
    Regards,
    Dhrubajit

  • Oracle Reports Developer 6i - sample data tables

    I downloaded and installed all the components of Oracle Reports 6i on my PC. When I look at the Oracle Reports Developer manual (building reports.pdf) it is referring to a database tables like stocks, stock_history etc. I am trying to learn how to use the tool using this manual. Aren't the sql scripts that create those tables and load the sample data a part of the installation. Am I missing anything. I will appreciate any input. Again, I did a full install by selecting all the components and not just a typical install.
    Thanks in advance.

    Hi Suresh
    Try locating these tables in scott schema. If you don't find it there, try locating the scripts to create this table in Oracle Database installation folder.
    Regards
    Sripathy

  • Report developed in 6i and open and run in 10g, Web Layout is not working

    Hi,
    Initially reports were developed in Reports 6i now we need to convert into 10g. I just opened the .rdf in Reports10g. Report is successfully running in paper layout and showing the data. But when i try to run the report in Web Layout im getting a BLANK INTERNET EXPLORER SCREEN. Why is it so? What should i do to run my report successfully in Web Layout? When i see Web Source, i am seeing the below code,
    <%@ taglib uri="/WEB-INF/lib/reports_tld.jar" prefix="rw" %>
    <%@ page language="java" import="java.io.*" errorPage="/rwerror.jsp" session="false" %>
    <%@ page contentType="text/html;charset=ISO-8859-1" %>
    <!--
    <rw:report id="report">
    <rw:objects id="objects">
    </rw:objects>
    -->
    <html>
    <head>
    <meta name="GENERATOR" content="Oracle 9i Reports Developer"/>
    <title> Your Title </title>
    <rw:style id="yourStyle">
    <!-- Report Wizard inserts style link clause here -->
    </rw:style>
    </head>
    <body>
    <rw:dataArea id="yourDataArea">
    <!-- Report Wizard inserts the default jsp here -->
    </rw:dataArea>
    </body>
    </html>
    <!--
    </rw:report>
    -->
    Please, guide to achive the Web Layout Report.
    Thanks & Rgds,
    M Thiyagarajan

    Hello,
    The answer is in the Migration FAQ :
    When I open an Oracle6i Reports Developer report in the Oracle Reports Builder 10g and run my Web layout, I get an empty Web page in my browser.
    http://www.oracle.com/technology/products/reports/htdocs/faq/faq_migration.htm#368
    Regards

  • Can't print OLE objects when 9i report developed in 6i

    Hi,
    I am migrating my reports from 6i to 9i. I just open report in 9i which is already developed in 6i and run the report it don't print OLE objects. It shows when I run report in Designer Preview, but in printing it shows blank
    --Vijay                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

    Hello,
    The answer is in the Migration FAQ :
    When I open an Oracle6i Reports Developer report in the Oracle Reports Builder 10g and run my Web layout, I get an empty Web page in my browser.
    http://www.oracle.com/technology/products/reports/htdocs/faq/faq_migration.htm#368
    Regards

  • Closing stock report with GRPO

    Hai all
      Please help me to write this query,
    For example
    I have  query to take closing stock report ,but my requirement is ,i want split up for Closing stock and closingvalue
    like, if i have 40 closing stock means i want details how 40 is arrived
    for example i run closing stock report as on 2009-03-31
    means i want this format
    Itemcode ClosingStock Closing value
    ITM001         40                460
    ITM002         20                210.......
    ItemCode GRPOno. VendorCode quantity Rate  GRPO Date
    ITM001        10001          V0001      10       10      2009-02-01
    ITM001        10002          V0002      20       11     2009-03-15
    ITM001        10003          V0003      10       14    2009-03-31
    ITM002        10021          V0011      10       10      2009-02-11
    ITM002        10022          V0015      10       11     2009-03-14

    Hai Jeyakanthan A 
      I want small change in your query
    SELECT T0.ItemCode,T0.TransType, SUM(T0.InQty)-SUM(T0.OutQty) AS 'Closing Stock',SUM(T0.OpenValue) as 'Balance' FROM OINM T0
    *where docdate <= '[%0]'*
    GROUP BY T0.ItemCode,T0.TransType
    Having
    T0.TransType = 20 ORDER BY T0.ItemCode,T0.TransType
    I tried this query for taking closing stock for given date, its giving me correct result
    SELECT T0.ItemCode, T0.Ref1, T0.CardCode, T0.InQty, T0.Price, T0.DocDate FROM OINM T0 WHERE T0.TransType = 20 AND
    (T0.DocDate >= '[%0]' AND
    T0.DocDate <= '[%1]') ORDER BY T0.ItemCode, T0.Ref1, T0.CardCode, T0.InQty, T0.Price, T0.DocDate
    In this query i want only the GRPO no,date,price.... for closing stock quantity
    Edited by: Prasanna s on May 14, 2009 12:39 PM

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

Maybe you are looking for

  • Using an external hard drive with Airport Extreme

    I'd like to use an external hard drive to store movies and music through my Airport Extreme. The drive is connected to a powered usb hub which is connected to the Extreme. I can see the drive in Airport Utility but I can't figure out how to use it.

  • Panic report, need help diagnosing

    Hello all,  I have a mid 2007 iMac that is randomly crashing. Started locking up about a week ago and now I am getting the following kernel panic report. Need some help troubleshooting if possible: Anonymous UUID:       2FE323A8-17EC-CDE3-8419-BE69D9

  • Urgent Applet Modifications

    Extremely urgent !!! I like someone to takeover this project or guide me through it - I can compensate if you take it over. I have the source codes but I can't seem to compile them - what IDE can I use to get started. View this java applet that lets

  • Error on installation of CR XI R2 SP6

    Hello, I'm getting an error message about a missing CrystalReports.msi file when trying to open a report after upgrading to CR XI R2 SP6. Here is further information - this is on a windows XP system CR XI Professional had been installed.  To upgrade,

  • How to compose a document on Win 8.1

    How do I originate a document in Win 8.1 ? Is there an App included in this PC for this purpose ? I have a Notebook PC g7-1150 us.