Table where used in Transactions

hai Tech pals,
i have a table , i need to get Transactions , in  which it is used.
se49 , or FM RS_PROGRAM_TABLES is not sufficient.
Observe: <b>i have table , i need Transactions by which these transactions are formed</b>
eg : table t001z ,  in which transacations , this table is used. I need list of transactions .
Thanks in advance.
balaji.

Hi Balagi,
  if you need to find the where used list for the
  t001-paval field  in the screens, after finding the
  programs, call the below function module to get the
  list of screen fields.
   SELECT PROG
           DNUM
           INTO TABLE I_DNUM
           FROM D020S
           FOR ALL ENTRIES IN I_TCODE
           WHERE PROG = I_TCODE-PGMNA.
    IF NOT I_DNUM[] IS INITIAL.
      LOOP AT I_DNUM.
        V_PGMNA = I_DNUM-PROG.
        V_DYPNO = I_DNUM-DNUM.
        CLEAR : I_DYNP_FIELDS,I_LINE.
        REFRESH : I_DYNP_FIELDS,I_LINE.
        CALL FUNCTION 'DYNPRO_FIELD_GET'
             EXPORTING
                  DYNPRO           = V_DYPNO
                  PROGRAM          = V_PGMNA
             TABLES
                  DYNP_FIELDS      = I_DYNP_FIELDS
                  LINES            = I_LINE
             EXCEPTIONS
                  DYNPRO_NOT_FOUND = 1
                  OTHERS           = 2.
  once you get the list of fileds you can easily make outthat field is used or not.
or if you want to find in the source code, after getting the programs, read the source code to itab and use search command to find the table-field.
you can also take the reference program RSRSCAN1.
Both the ways you can do where used list.
Hope this will solve your problem.Let me know if you want more info.
Thanks & Regards,
Siri.

Similar Messages

  • Table where used

    I want to know the tables custom in which programm is used in the system
    thank you

    go se11
    enter table and click where used button

  • Modify RBWS by using GGB1 transaction

    Hi everyone,
    I have a requirement where I need change the Withholding tax code field (WT_WITHCD) in RBWS table by using GGB1 transaction.
    Do you have any idea about how to do this?
    Thanks in advance!!!
    Regards,
    Leo.

    Hi Naimesh,
    When I do a invoice reduction through MIRO. It creates 2 documents: First by the invoice and second by debit note. I have to change only the second (Debit Note). So, I can't do this substitution changing the value in the screen.
    Do you know any way to change the withholding tax code in RBWS table?
    Thanks!
    Leo.

  • Field Level "Where-Used" ?

    Is there a way I can do a "where used" on a Field within a Table ? 
    I would like to get all programs that use table-field,  LFM2-LFABC.
    I can get all programs that use that table, via, the Table "where used" functionality.  However, I would like to go one level deeper and see all programs that just use that specific field.
    Thanks.
    David

    Hi ,
    Goto se11 and enter the table name , select field  and click on where-used.........
    Regard's
    SHAIK.

  • Batch where used List

    Hello,
    I had an issue. My batch Where used list does not show any usage details in BMBC. Are any special configurations required to activate the batch the Batch Where used list?
    Any help would be greatly appreciated.
    Sincerely,
    Aji

    Dear First check transaction MB56 also if it too doesn't work then check OMBB settings or  Enterprise Structure--> Logistics
    General--> Batch Management --> Make Settings for Batch Where-used list Transaction.
    Check and Revert.
    Cheers
    KK

  • How to upload data using SXDA Transaction

    HI,
    Can any one explain step by step procedure to upload data using SXDA transaction.
    I have already uploaded to txt file in Application server.
    I have created a project and  entered into the sub-project wizard and selected the object type as BKPF and then pressed continue, then i enter into task tab....
    There i see convert data , Check file,File split,load data,
    In convert data i have selected the program name as RFBIBL00.
    In check file i have selected the file type as Physical file and selected the file name from F4 button.
    I am fasing the probelm in load data ....
    Can any one please explain how to proceed further..

    Hi Yogesh,
    Use this function module
    ALSM_EXCEL_TO_INTERNAL_TABLE to upload the excel sheet data into internal table.
    Then from the internal table data use KE13 transaction to upload data.
    Regards
    Arun

  • How to find out where used list of Table or T-code

    Dear ABAP gurus
    I know many of you have done this several times.
    wish to find out which Transaction code INSERTs the data into the table IHPA.
    I did the where  used list - SE11 ( for specific key work called INSERT ).
    Used the Table called D010TAB which has some information.
    Vise versa if I know a T-CODE , how to know which tables it read  & Modify...
    any better procedure than spending hours in research...
    I found similar custom program to find USER EXITS ...here..., looking soething similar...
    [http://wiki.sdn.sap.com/wiki/display/Snippets/FindUser-exits%2CBADIs%2CBTEs%2CEtcbyTCodeorProgram]
    thank you for your help
    Edited by: Raj Anvesh on Aug 3, 2011 9:58 PM

    Hi Anvesh,
    Maybe the data INSERTION is happening by BAPI,
    So just try to look for the concerned BAPIS.
    ECP_SRV_PARTNERS_IHPA
    IREP1_IHPA_ADRNR_PRE_FETCH
    IREP1_IHPA_ADRNR_READ
    MAP2E_DIIHPA_TO_PARTNER
    MAP2E_IHPAVB_BAPI2080_NOTPARTE
    MAP2E_IHPAVB_TO_BAPI_IHPA
    MAP2E_IHPA_BAPI2080_NOTPARTNRI
    MAP2E_IHPA_M_BAPI2080_NOTPNRI
    MAP2I_BAPI2080_NOTPARTNRI_IHPA
    MAP2I_BAPI_IHPA_TO_IHPA
    PM_DB_FILL_DIIHPA
    PM_PARTNERCOPY_FILL_XIHPA
    PM_PARTNER_DELETE_XIHPA
    PM_PARTNER_GET_XIHPA
    PM_PARTNER_PUT_XIHPA
    PM_PARTNER_REFRESH_XIHPA
    these are the bapis which are dealing with the IHPA table,
    Segregate them as needed and then go to the std program
    Revert for further clarification.
    Thanks
    Sri

  • How to check where a table is used in other programes

    Hi all,
    I am facing one problem... there is a z-table created long back and still being used to store data.
    There may be some transactions to fill / update this table. Those programs are not coming in where-used list.
    As per the requirement, i already have one transaction to fetch data from this table... but this program is also not coming in the where-used list. So it means there might be some other programs also which are using this table.
    So please help me in finding such programs.
    Thanks,
    Sujeet

    Gr8,
    There you hit...
    "DYNAMIC SELECTS".
    Didnt come to my mind at all

  • Bizzare situation withn the "Where used list" for a table

    Hello all,
    I use the "where used list" (all check boxes selected) function in SE11 to find out where and how the table FMGLFLEXT (same for table FMGLFLEXA) is being used and updated. All I get is a reference to a function module, namely   “G_POSTING_FMGLFLEXT”. When I do a "where used list" (once again, all check boxes selected) for the FM, I get the message: Function Module G_POSTING_FMGLFLEXT not found in selected search area Message no. ES120“ despite the fact that all check boxes are selected.
    Yet this table contains data which were put in there via transaction FB50 (G/L Acct Pstg: Single Screen Trans.). So somehow, somewhere this data was created and put into the table.
    I don’t get it! What am I missing?
    Thank you for your help

    Old thread, but anyway: There is one more thing to do to get the complete where-used list:
    (1) Select all checkboxes in the "Used in" block (as you did, probably by using the button "Select All (F7)")
    (2) and use the button "Search Range" (quickinfo "Limit Search Range (F5)") -- although the following pop-up is called "Restrict hit lit" you will find there a checkbox "Search also in generated objects". In my case that's how I found a generated function module G_POSTING_Z.... in SAP's namespace but with customer db table name Z....

  • Bizarre situation with the "Where used list" for a table updated by FB50

    Hello all,
    I use the "where used list" (all check boxes selected) function in SE11 to find out where and how the table FMGLFLEXT (General Ledger Public Sector: Total) is being used and updated. All I get is a reference to a function module, namely   “G_POSTING_FMGLFLEXT”. When I do a "where used list" (once again, all check boxes selected) for the FM, I get the message: Function Module G_POSTING_FMGLFLEXT not found in selected search area Message no. ES120“ despite the fact that all check boxes are selected.
    Yet this table contains data which were put in there via transaction FB50 (G/L Acct Pstg: Single Screen Trans.). So somehow, somewhere this data was created and put into the table.
    I don’t get it! What am I missing?
    Thank you for your help

    There could be several reasons for this, including:
    - The cross reference tables (used by the "where used" functionality) have not been updated in the system you are logged into - check with your Basis team on this as the programs that do this (a) run for hours and (b) take up a fair chunk of database space.
    - The data may be stored via dynamic SQL (e.g. "insert into (g_tab_name)") so the table reference doesn't show up
    - The function module may be called dynamically so the FM where used doesn't reflect this
    You could try, instead, using the ST05 SQL Trace to track what code is updating the table when you run FB50.
    Jonathan

  • What is the transaction code for where used list

    hi,  
                    what is the transaction code for where used list and
               how to retrieve the previous delivery quantity and quantity delivered for a particular material  with reference to both material document number and material number.

    hi,
    there is no transaction code for where-used-list..
    its one of the buttons in application tool bar which if you click will tell you where,in which program or tables etc this object is used.
    to retrieve the previous delivery quantity and quantity delivered for a particular material with reference to both material document number and material number,
    use tables <b>likp lips and mara</b> and use material number and document number in where condtion.
    regards,
    pankaj singh
    <b>**** please mark all helpful answers</b>

  • Where used list information tables in 4.6c

    Hi,
    Could anyone please tell me the database tables used for "where used list" in SAP version 4.6C.
    Thanks
    Yogesh Gupta

    Hi,
    In 4.6C the TCode se49 is similar to Where used
    Which refers to the Program : SAPMSEUZ
    I executed SE49, for the Transaction: se49, again, to find the Tables used :
    TDCT       Dialog Modules                            
    TFDIR      Function Module                           
    TLIBG      Person responsible for function class     
    TRDIR      Generated Table for View TRDIR            
    TSTC       SAP Transaction Codes     
    Cheers,
    Remi

  • Finding tables used by transaction CM29

    Hi guys,
    I have to create a report with information from transaction CM29 (Planning table SAPPI_G001).
    The report must list all orders scheduled for a resource (orders in the 'Resources' area) in a period. My problem is to find the tables where that transaction saves the information. I have used ST05, looked for functions and tried debugging, with no success, so through tables I cannot know when the order is in the 'Resources' area or when it is in the 'Pool' area.
    Has anybody worked with it?
    I would appreciate any help.
    Thanks.

    Hi,
    Please check the following tables:
    crhd,            
    kbed,            
    kako,            
    einzkap,         
    afih,            
    afpo,            
    cyafvg,          
    cyauko,          
    iloa,            
    plaf,            
    pers,            
    sauf,            
    tj48,            
    cyfi2.           
    Hope this helps.
    Thanks,
    Srinivasa

  • Table to see which transaction code or program is been used less

    Hi,
    My requirement is to identify those programs or tcodes which are been used less.
    Is there any table where it has a record of this ...
    Regards-Siju

    Thanks for the reply..
    I'm not able to find out what I require..
    For ex) I would like to check the usage of transaction MM01 for the period 01-01-2006 to 01-12-2006...
    Can you help me how to select the parameters and get the desired output.

  • How to find out the tables that will be affected using a transaction

    Hi,
    How to find out the list of database tables that will be affected when we use a standard transaction(ex. VA01, MM01..)...?(like When we create a salesorder, which tables and which fields will be affected..?)
    Is there any transaction or a simple way to find out the solution?
    Thanks,
    Pradeep.

    Hi,
    Give transaction code and in menu(system- status),  double click onthe Program name.
    Check in TOP INCLUDE - you will find all the tables related to that transaction.
    Thanks,
    Anitha

Maybe you are looking for