Report Similar to T.Code : MB5B

Hi,
Is there any Standard report that gives the same values similar to T.Code : MB5B.
If there is no such Standard report apart from MB5B that shows stock as on a particular period with the stock movements.
What are the tables that i can use, to build in the same logic.
Thanks in advance!!
Kalyan

You can try standard information system reports like MC.B, or develop custom report based on structures.
If you find something else, please let me know. We also have same requirement, If I find/develop something I will post as well.
Thanks-

Similar Messages

  • Need to build a report similar to t-code  MCTA  but with some modifications

    HI ABAPers
    this query is as assignment for me (i am undergoing abap training)
    there is build in transaction in sap (MCTA) for SIS: CUSTOMER ANALYSIS SELECTION.
    THE DETIALS OF THIS TRANCTION ARE AS FOLLOWS.
    T-CODE:- MCTA
    Pacakage:- MCV
    Transaction text: SIS: Customer Analysis - Selection
    Program : RMCV0100
    Selection Screen: 1000
    i want to build a similar report as this one but in my report i want to enter more than one currency values in currency field (for ex: i want the report o/p for USD,INR & EURO on the same output screen)
    in the report (mcta) it accepts only one currency and gives the o/p for that currency only but i want it to accept 3 currency types and give me the output for all the 3 currency types.
    i have tried a lot but unable to find the solution.
    if anybody knows solution for this query then reply back to me
    i think i need to change some changes in the logic which extracts the data from the database but where to do and what logic to be implement iam unable to get that.
    waiting for ur early positive replys
    regards,
    maqsood

    hi
    thanx for ur reply.
    i think the select-options is the best way to get more then one currency values.
    but i need to know what code i have to write for display of this day.
    in the standard report MCTA there he is using only one currency. similarly i need to add 2 more columns for each currency in that same report o/p.
    how to do that can any body help me
    regards,
    maqsood

  • Report similar to Mb5b

    Please suggest t code in which we will get Plant, SLOC, Material wise qty and stock as on date with co code prerequisite

    Hi
    You can check the report using the T.Code S_P00_07000139 - Stock Card and Inventory Material Report for better reporting perspective. This report will list the stock value per movement by Qty to Qtyt and closing stock aswell for the specified period.
    hope this will help you..

  • Call T.Code MB5B from with in BSP

    Hi All
           i want ur's guidance on calling a Report Transaction Code (T.Code) from with in the  BSP.
           Like T.Code MB5B is for Stock on Posting date .
    i want to call it in BSP with in the frame.
    please guide me .
    Regards
    Sachin

    Hi
      I have only one restriction that result of call should be with in BSP.
       As u saying if it possible through iview then i can go for this.
    I refered some threads by which we r Log-in into SAP then it opening new session of SAP GUI of desired code .
    I think i have to use webGUI , first make a webGUI of t.code then call it in BSP , but how to initiate it , i don,t kow that.
    Regrads
    Sachin

  • Performance/ Runtime improvement of T.code:MB5B /Program: RM07MLBD

    Hi Guys,
    Big Thank ! if you help me out.
    Actuallt while running T.code MB5B/ Program:RM07MLBD.it is taking long time to execute.
    Could you please advise me 
    Thanks
    Tata

    This is a good solution, we have ourselves looked at this and are implementing it on our system.
    A work of caution, since changes are made to the MSEG table which is a large table it's advised to work together with the database administrator so that the updating of the table when executing the correction report runs smoothly and you will not be experiencing unforeseen locks which can cause big issues.

  • Stock variance report Crashes with error code REP-56048

    SR : 6990718.992
    gtcr : http://qmon.oraclecorp.com/qmon3/quickpicks.pl?t=t&q=6990718.992
    Problem Statement : When the user is trying to generate report for Stock variance report from Oracle Retail Merchandising System the report crashes with error code REP-56048.
    The steps to reproduce are specific to Oracle Retail Merchandising system application and hence I have not mentioned here.
    The REP-56048 error seems to be generic. Could you please advise me on this issue.
    Thanks & Regards,
    Sameer

    You can review the following Oracle Metalink Document;
    Comprehensive REP-56048 Troubleshooting and Overview Guide: Doc ID: Note:285281.1
    https://metalink.oracle.com/metalink/plsql/f?p=130:14:88153902823984055::::p14_database_id,p14_docid,p14_show_header,p14_show_help,p14_black_frame,p14_font:NOT,285281.1,1,1,1,helvetica
    Hope it would be useful.
    Adith

  • Need a GR/IR report similar to MB5S but with dates

    Hello MM Gurus,
    Is there a GR/IR report similar to MB5S but with dates?
    Is there an S_ALR report?
    Thanks
    George

    ME80FN with document date field, select purchase order history. Both GR and IR documents displayed here. Also use LIS reports like MCE3, MCE1 and othere but with period selection.
    If it helps, kindly give points.
    Regards,
    RM

  • How to execute a report using a transaction code?

    Hi team,
    I am new in ABAP and I want to do a very simple report and then call this report using a transaction code.
    Steps:
    1) create the report (SE38)
       the report is: Z_DEMO
    2) generate a transaction code for this report (SE93)
       note: the transaction code is ZDEMO
    3) call the transaction generated on step 2
    When I execute the report using SE38, everythig is ok and the records are inserted in my table zdemo2.
    But when I call my transaction ZDEMO there is no insertion. Why?
    The report ask for parameters and then fowards me to SAP's main menu.
    Thanks,
    Walter.
    The report is:
    REPORT  Z_DEMO.
    tables: zdemo2.
    parameters:
            nombre like zdemo2-nombre,
            edad like zdemo2-edad.
    data:
          begin of tabla occurs 0,
            nombre like zdemo2-nombre,
            edad like zdemo2-edad,
          end of tabla.
    zdemo2-nombre = nombre.
    zdemo2-edad = edad.
    insert zdemo2.

    Hi,
    While creating the transaction for your program
    1>Make sure u give the program name and screen number
    2>Important thing is a option "GUI SUPPORT"
    Check all the checkboxes or atleast SAPGUI for Windows to ensure that the Code runs in SAP GUI.
    Thank you.

  • T code MB5B , the storage location will be reset

    dear All,
    I want to see stock on posting date of particular storage location with values. When i try T code MB5B and select valuated stock, (it says storage location will be reset). and i used another T code MC.9 and MC49 , but these T codes didn't meet our requirment .
    the T Code MB5B , i can see the Material number, Material Description, Opening Stock, Opening Value, total Receipt Quantity, Total Receipt Values, Total Issues QNT, total Issues Value, closing Stock QNT, closing Stock Value.
    i need these fields appears but per Storage Location.
    Thanks a lot.
    Mosab Ahmed Mostafa
    Senior Application Consultant
    Amer Group
    Egypt, Cairo

    Hi Mosab,
    The system rejects any value entered in the fields "Storage Location",
    "Movement Type" and "Batch" if you select the Valuated Stock mode for
    the execution of MB5B.
    Regarding the Storage Location, the system clears this field with the
    message "Storage location will be reset" - Message no. M7284.
    As soon as the Valuated Stock mode is selected, the system must remove
    the Storage Location. The reason for this behaviour is that there is
    not information on material's values on Storage Location level.
    - MB5B in the Valuated Stock mode reads the entries from the material
    valuation table MBEW of a material and valuation area to get the current
    valuated stock and value.
    - Then it reads the related MM and FI documents to calculate the stock
    and values on start date. A valuation area could be assigned many
    storage locations.
    The related MM documents can belong to many storage locations.
    In the case there are stock transfer postings from plant to plant
    the MM documents do not contain a storage location.
    So it makes no sense to calculate and display the valuated stocks
    and values on Valuation Area level when the number of the selected
    MM documents is incomplete. MB5B will deliver wrong results in this
    case.
    BR
    Nadia Orlandi

  • T code MB5B

    Dear sir,
    While using the t-code MB5B for drawing the project stock in particular storage location, on execution the storage location disappears and message flashes "no material contained in selection".
    We would like to retreive the stocks in project (Q)storage lcoation on a particular date .Can sapgurus help me.
    regards,
    k.prem kumar

    in t-code mb5b --   in database selection -
    only enter material Number , company code & plant don't enter storage location
    next one -in stock type -
      middle --- valuated stock click
    nxt one  -  in settings  -   tick on  second & third  i.e non hierarchy  display   & matls  handled  in batches
    then execute -
    enter -  i think definetly you will get stock in stock book
    check that stock & also storage location which end user updated in that stock
    santosh.

  • Hi, my MacBook Pro cannot open Safari. nexpectedly while using the librooksbas.dylib plug-in" the report details the exception code as 'EXC_BAD_ACCESS (SIGSEGV)' and exception codes as: 'KERN_INVALID_ADDRESS at 0x0000000920

    Hi, my MacBook Pro cannot open Safari. It crashes and gives the message, ' Safari quit unexpectedly while using the librooksbas.dylib plug-in" the report details the exception code as 'EXC_BAD_ACCESS (SIGSEGV)' and exception codes as: 'KERN_INVALID_ADDRESS at 0x0000000920

    Remove "Rapport" by following the instructions on this page.
    Back up all data before making any changes.

  • Getting error while creating report group using T code GR52

    HI All,
    Below error is coming while generating report group in T code GR52
    "Set 01010002SSS6EL0001 does not contain any entries "
    Thanks in Advance......

    Hi Veera,
    Actually you are getting a warning message where one of two things could have happened. Either you specified an incorrect zone name or one of the zones has not been fully booted. It's likely that you haven't booted the zones, so please follow this:
    zoneadm list -iv
    If zone1 or zone2 are not running then boot and configure them
    zoneadm -z <zone> boot
    zlogin -C <zone>
    After that you can continue to follow the step by step instructions at
    http://docs.sun.com/app/docs/doc/819-2975/chddadaa?a=view
    These may also help
    http://blogs.sun.com/Jacky/entry/a_simple_expample_about_how
    http://blogs.sun.com/SC/en_US/entry/sun_cluster_and_solaris_zones
    Regards
    Neil

  • Requirement: Creation of new report similar to VA05u2026

    The Sales team need to use transaction VA05 to show all open orders, for all order types.  It currently takes 9 minutes to run an open order report, 11 to include exporting the file from SAP.
    There are currently nearly 30,000 Finished Goods open order lines. 29,000 of these are 'Statistical TPI orders', or 97%.  This produces a 14MB excel spreadsheet!
    These orders have been responsible for process errors and generate confusion within the sales support area, and as order reporting is prevalent across all areas of the business these effects must be common to all areas.
    Business wants to create a new report similar to VA05u2026
    My query is that I need to create a FD for these Business Requirement..

    Hello,
    Have you tried VA05N?
    This is new version of VA05 & it has many selection criterion... So that you can limit the output as required.
    As far as creation of FD is concerned, it all depends on your Standard Process... Generally functional person will have to explain to ABAPer the Required Ourput Format, Feilds details from which the data is to be picked, etc...
    It would be better if you prepare a FD which will clarify things to Business & Technical Team.
    Hope this helps,
    Thanks,
    JIgnesh Mehta

  • Report similar to MC$4 that does not show absolute values

    Hi all,
    We need a report similar to Report similar to MC$4 which has the same drilldown capabilities but does not show absolute values, and instead shows the proper (actual) values.
    Or if its possible to change something in the MC$4 report to show the actual values and not the absolute.
    Thanks in advance!
    George

    HI
    Your input criteria should contain all plant numbers and the period to be analyzed.  Execute the report and then select:  Plant Analysis\Export\Transfer to XXL\Deselect all options and tick Plant, Storage Location and Month.  Follow the options to export to Excel.  Report will be based on Plant, Storage location and Month.
    Regards

  • Assigning the KE80 report to Z transaction code

    Hi friends
    My functional consultant has created a report in KE80 transaction code using report painter. But due to some reason we cant give the authorization for KE80 to the user. So my functional consultant told me to create a Z tcode for a perticular report. I have assigned the program name to a Z tcode. But the selection-screen is coming differently in z tcode compare to ke80. In z tcode it is showing some extra fields in selection-screen. Apart from that after running the report the output is not coming in list format it is always starting printing. But in KE80 we can see the output in list format.
    Please give some idea to solve this issue.

    Have u copied the transaction code to a Z code or created altogther a new one?
    Coz if u have created a new one, then it might be possible that the type of transaction created is different on from the needed.
    Its better you copy the transaction into a Z transaction and actiavte.
    Try this as this mite be the issue.
    Hope it helps.
    Regards,
    Mansi.

Maybe you are looking for