Combined Table/Report/ Transaction

Hi All,
Is there any Report/ Tables/Transaction available which contains all these below details in one,
Material
Plant
Batch
Blocked Stock
Material Document and
Reason for Movement
Even In Tables- MCHB and MSEG, all the above are not available in one.
Pl. advice.
Regards,
Kumar

Hi,
As I mentioned your desired report is a mix of stock report & material movements.
How can you realize this?
E.g.
Your blocked stok of materilA is 100 pcs. Let's say this stock come into existence via 5 material movememts (via 343 & 344). How can you display (one stock value and 5 movements) in one line?
Or you booked 50 pcs of materialA into blocked stock (343) than you booked 20 pcs of this (from blocked) to unrestricted (344). This means you have 30 pcs as blocked stock and you have two material documents. How can you report this?
What is the sense of your report?
Please give details about your goal you want to achieve.
BR
Csaba

Similar Messages

  • Adding data into a custom table through a report transaction

    Is it possible to add data into a table through a report transaction. I have been asked to create a report in which when we add certain data in the selkection screen it updates thoses particular fields and the rest of the records can be fille dout in the output. Basically I have a customised allocation table called zalloc. I have to create a report with selection screen having receiving plant, material document of the original transfer psoting , issuning plant , line item number , batch, receiving and issuning storage location. I need to validate this against the mseg table and whatever entry I make in teh selection screen should update my zalloc table from here.
    Can anyone help me with this please.
    Thanks

    Hi Aarav,
    Yes, It is possible to add records to a table using a report transaction. You can use Update or Modify to insert records in a table.Convert the data fetched from the ZALLOC and convert it into an internal table of the same format as that of the ZALLOC table and simply do an
    loop at itab_zalloc into wa_zalloc.
    *INSERT INTO ZALLOC FROM WA_zalloc*.
    endloop.
    OR
    INSERT ZALLOC FROM TABLE ITAB_ZALLOC
    OR
    UPDATE ZALLOC FROM TABLE ITAB__ZALLOC .
      Update will modify if that record exist and returns sy-subrc as non zero if entry does not exist.
    OR
    MODIFY updates an existing DB entry or, in no matching entry exists, inserts a new entry into the DB table

  • Last Used status for Reports, Transactions, Tables ??

    Dear all,
    Kindly let me know how to find the last used status for
    Reports, Transactions, Tables ??
    This is very urgent, Please do the needful.
    Waiting for the responses..
    Cheers,
    Virendra.

    Here the issue is same.
    STAT transaction is asking for the time which is the main hurdle.
    I am hanging around with STAT transaction but not finding
    how to getover the time specification.
    if i dont specify the time i takes by default the 2 or minutes back from the current time.
    which is not useful for me at all.
    My main requirement is that my seniors want to know what are all reports or transaction or tables which are not used at what last time ?
    so if i have to specify the time wont be so useful for me.
    And writing a report 'll not gain anything coz internal SAP report is take time as main parameter.
    Regards,
    Virendra.

  • PR table/Report

    Hi all,
    IS there any table/report which lists out the Planned orders and the converter Purchase requisitions from planned orders? I want a report/table which lists out Purchase requisitions and related Planned orders.
    Thanks,
    Avani.

    Hi,
    Transaction MD04
    Use collective option and give your MRP controller.
    Regards
    Kedar

  • Tables for transaction CJ30

    Hi all, I need to know about tables for transaction CJ30.(Project System). I need to create a report. This report must include original budget, distributable, assigned, cumulative. I need to know too, the way how these tables are associeted with tables PROJ and PRPS.
    Thanks for your collaboration
    Best regards
    gdmj

    First, you have to get all the objects of the perticular project
    you can achieve this by using this function module 'GET_PS_OBJECTNUMBER'
    You can use RPSCO tabe only and filter all object number which you have got from above function module,
    To get all the project value.
    you have to set WRTTP field according to requirement.
    here is screen preview for the same.
    -Avirat

  • Hiding a selection screen field for Standard Report Transaction

    Hello All,
    We are trying to hide a check box on the selection screen for a standard sap report transaction (s_alr....). We can hide it by creating a variant but then if the users don't select it, the checkbox will be visible. We can't use transaction variant to hide this since its not a dialog transaction.
    We don't want any users to select that option by clicking on the checkbox and then running the report. Any suggestions or help is much appreciated.
    Thanks,
    Sal

    Did you think about modifying the standard report by adding NO-DISPLAY to the parameter option?
    If you are not allowed to modify another option - although much more effort - would be to replicate the standard selection screen in an own Z-report and at the end do a SUBMIT standard report WITH parameter
    In your won report you can easily hide that parameter and always pass a space to the standard report.
    To submit data to the standard report just use
    DATA: lt_par  TYPE TABLE OF rsparams.
    build the selection table based on the selection criteria the user entered and do:
    SUBMIT rep USING SELECTION-SCREEN 1000
           WITH SELECTION-TABLE lt_par.
    Then just remove access to the standard transaction and create an own transaction for your custom report which is added to the users authorized transactions.
    Not the easiest way to do it, but it does work.
    Regards,
    Michael

  • Is there a table/report that shows a list of the original tcodes vs tcodes?

    How to I find out the calling tcode of a transaction other than using SE93?
    e.g
    ABUM 's original tcode is AB01.
    Is there a table/report that shows a list of the original tcodes vs tcodes?

    Table TCDCOUPLES gives a list of called tcodes for a particular tcode.
    e.g
    For parameter tcode 1KEF  , called-tcodes are :
    1KE1
    1KEF
    1KEG
    OKKS
    BUT this table does not show which called-tcode is the original tcode.
    Using se93, I see that 1KEG is the original tcode.
    Is there a table that will show only the parameter tcodes vs orginal tcodes?

  • How to find ECC tables/ reports based on which a DB View is created?

    Hi All,
    We have customized data source created based on a View/ Table.   How can i find the ECC tables/ reports based on which this View has been created and also the logic behind which the different fields extract data from ECC..
    Please advice.
    Thanks & Regards
    Sneha

    Hi Sneha,
    The only logic, i guess, that could be used is either defining the join fields or some restriction put in the selection conditions tab of the view. for e.g. if the view should only return Doc type XYZ, the same could be implemented in selection conditions tab. for transaction to check the view, it was already posted above.

  • Bex query for BW abap report/ transaction

    Hi Experts, Here is a scenario: I developed ABAP program in BW using multiple DSOs for complex logic. Since I cannot use abap program directly in BO reports, I need to develop a query in BW for my abap program. Is it possible to develop a bex query for BW abap report / transaction in BW? I have limited knowledge on BW and BO. Please help me. Thanks in advance Raghu

    First of all thanks for your suggestion Matthew..!
    As you said, I created virtual info cube based on function module.
    In the info cube, I defined (4)dimensions and (1)key figure.
    In the fucntion module, appropriate below parameters defined and code written for the data table (e_t_data)
    CALL ZFM_XXXXXXX 
    EXPORTING   
    i_infoprov =                " Name of InfoProvider   
    i_th_sfc =                  " rsdri_th_sfc: List of Characteristics    
    i_th_sfk =                  " rsdri_th_sfk: List of Key Figures
    *   i_t_range =                 " rsdri_t_range: Range List
    *   i_tx_rangetab =             " rsdri_tx_rangetab: Table from Range List
    *   i_first_call =              " rs_bool       First Call
    *   i_packagesize = 100000      " i             Package Size 
    IMPORTING   
    e_t_data =                  " standard table:  Data Table   
    e_end_of_data =             " rs_bool       :End of Data Reached   
    e_t_msg =                   " rs_t_msg      : BW: Table with Messages
    Test:
    Right click the info cube and choose "displayed data", immediately it triggered above function module.
    when I see the import parameters data,
    no characteristcs data in i_th_sfc. But, key figures has data (1 record) in i_th_sfk.
    Not sure, Did I missed anything? Please help me.
    Thanks in advance

  • Building Combined analysis reports

    Hi, I am new to Oracle Crm on demand and I working on building reports. I have a requirement where I require to create a combined analysis report but I completely don't understand how to display records in a single row. I am using a pivot table to display records in a single row and I am dropping the columns, which I think will have a null value in one criteria, in the measures area and changing the aggregation rule to max. Doing this way it only gives me max value of the record set but I require all the values to be shown in my report. How would I go about displaying all the records from the record set in the pivot table column?
    Thanks, in advance.

    In Version 17 there is a current bug within combined reporting i would also suggest you cover this before creating the report. More information on combined reporting can be found in the help and training section

  • Please provide a program or  fm to find a table in transaction

    Please provide a program or  fm to find a table in transaction
    tell me some methods

    "1st
    This  is the Table  name  : D010TAB
    Execute the table  in se16 ,  give your Program name  it will list all  Tables used  in this  Program .
    or else 
    "2nd
    Function Module  :  GET_TABLES .
    Execute this FM  in SE37 ,  give your Program name  it will list all  Tables used  in this  Program .
    "3rd
    This is the Program  which will give you the  List of tables   used  in your Program .
    REPORT ztesttables.
    DATA line(100) TYPE c .
    DATA:itab TYPE TABLE OF line,
    wa_tab LIKE LINE OF itab.
    PARAMETER program TYPE sy-repid.
    CALL FUNCTION 'GET_TABLES'
    EXPORTING
    progname = program
    TABLES
    tables_tab = itab.
    SORT itab BY line.
    DELETE ADJACENT DUPLICATES FROM itab COMPARING line.
    LOOP AT itab INTO wa_tab.
    WRITE wa_tab-line.
    ENDLOOP.
    Reward  points if it is usefull ...
    Girish

  • System error in: & table: & report: LFMRIF02 routine set numbers

    _we are facing below mentioned error in f-43_
    _*"System error in: & table: & report: LFMRIF02  -  routine - set numbers "

    Dear,
    This is the reason why I am insisting upon debugging. Debugging will let you which table is unable to derive data in certain cases. When you face this error then enter /h in transaction bar and enter, you will be directed to the debug screen. But you will not be in a position to understand the coding so that get your ABAPer for a while to get you understand the problem.
    Regards,
    Chintan Joshi.

  • Combined Analysis Report - Grand Total

    Is it possible to have a grand total on a "Combined Analysis" report?

    I think you can use the Pivot Table view and show the sum of rows. If no digits appear in the metrics, set the Aggregation Rule to Sum.

  • How to combine 2 diff transactions into 1 transaction

    Hi All,
    I want to combine 2 diff transactions into single transaction so taht i can run these 2 at a time as a single transaction. Currently we have 2 diff transactions which we need to run one after anether. So we want to combine these 2 transactions as a single transaction. Is it possible, how we can do that. thanks in advance.
    Thanks,
    Vishal

    U can create a ABAP which calls the transaction one after another...and assign the new ABAP a transaction
    code using SE93.
    Basically the abap would like below.
    Report Ztrans.
    start-of-selection.
      call transaction ZT01.
      call transactin ZT02.
    Regards
    Anurag
    Message was edited by: Anurag Bankley

  • How to restrict users from creation of varients in report transaction

    Hi All,
    I have a requirement where buisness wants to restrict users in creating varients in report transactions.because of create options users will be creating more screen varients which will be disturbing for the other users to select a particular standard varient.Kindly give ur input regarding this
    With regards
    Girish A

    Hi,
    First edit the role assigned to users using PFCG.
    Then go to Authorization tab and click on "Change Authorization Data".
    It will opened up the profile of the role. now find the authorization object "S_PROGRAM".
    In that edit "User action ABAP/4 program" object.
    Remove "VARIANT" check box if it was checked and save. Now press
    Generate button or "Shift+F5".
    That's it.
    You can ask for this to your basis team. They can perform this task  easily.

Maybe you are looking for

  • Sequencia de numeração de nota fiscal

    Boa tarde a todos, Pessoal estou enfrentando um problema na empresa onde trabalho referente a numeração de notas fiscais. Na semana passada mudamos a numeração das notas para série 2 fazendo assim o reinício das notas, mas o problema é que do nada ti

  • Questions about Integrated Planning and BPS

    Hi all, I'm testing the functions of BW7.0. And at the point of comparing the new BI Integrated Planning from the BPS, I'm stuck with 3 problems. Can anybody give me some solution? <b>i.</b> When using the input-ready layout of the BW-BPS 3.5, I was

  • Mapping IDOC to 810

    Hello, I try to implement scenario from IDOC to EDI 810 I work with ItemField converter and I have XSD that represent the structure of the EDI 810. My problem is to map the IDOC to 810. I have a problem with segments TDS, SAC, CTT, SE, GE, IEA. This

  • Channel has not been correctly initialized

    Hi, I am doing a mail 2 file scenario and facing this error at the reciever file adapter monitoring: Delivery of the message to the application using connection File_http://sap.com/xi/XI/System failed, due to: com.sap.aii.af.ra.ms.api.RecoverableExce

  • Element doesn't recognize my camcorder

    I have a custom built computer. When I try to use the capture feature of Elements, I get a message that my camcorder  (Canon Vixia HF300) is not connected. After searching the manual I found a statement that said that the "Transfer Utility" software