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

Similar Messages

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

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

  • 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

  • Oracle 10g - issue with "DELETE from TABLE WHERE ID in (1,2,3)" (cfqueryparam used)

    Hello, everyone.
    I am having issues with running a DELETE statement on an Oracle 10g database.
    DELETE
    FROM tableA
    WHERE ID in (1,2,3)
    If there is only one ID for the IN clause, it works.  But if more than one ID is supplied, I get an "SQL command not properly ended" error message.  Here is the query as CF:
    DELETE
    FROM TRAINING
    WHERE userID = <cfqueryparam cfsqltype="CF_SQL_VARCHAR" value="#trim(form.userID)#">
         AND TRAINING_ID in <cfqueryparam value="#form.trainingIDs#" cfsqltype="CF_SQL_INTEGER" list="yes">
    Anyone work with Oracle that can help me with this?  I'm an experienced MS-SQL developer; Oracle is new to me.
    Thanks,
    ^_^

    Nevermind.. a co-worker just told me that I still have to use parenthesis around the values for the IN clause. 

  • 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

  • Table name for BW Query Where used list

    Hi,
    I am looking for Table name where the information of  " where used list " of a BW query stores.
    Any help ?
    Thanks
    Satya

    Vani,
    I dont think it is available...
    whats your exact requirement???
    you can make use of these below tables
    RSZELTDIR              Directory of the reporting component elements
    RSZELTTXT      Texts of reporting component elements
    RSZELTXREF      Directory of query element references
    RSRREPDIR             Directory of all reports (Query GENUNIID)
    RSZCOMPDIR      Directory of reporting components
    RSZRANGE      Selection specification for an element
    RSZSELECT             Selection properties of an element
    RSZELTDIR              Directory of the reporting component elements
    RSZCOMPIC            Assignment reuseable component <-> InfoCube
    RSZELTPRIO      Priorities with element collisions
    RSZELTPROP      Element properties (settings)
    RSZELTATTR      Attribute selection per dimension element
    RSZCALC                    Definition of a formula element
    RSZCEL                 Query Designer: Directory of Cells
    RSZGLOBV            Global Variables in Reporting

  • To check where a table is used in other programes

    how do i check where a table is used in other programes, i tried using se37, which is for checking functions but it doesnt help.

    Not sure if this is simply a matter of going into SE11, put the table name in, and there is a where used option on the toolbar ?
    From here you can select what objects you want to search in.
    Is there a more complex requirement ?

  • 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

  • To find Where-Used of ODS Active table

    Dear Experts,
    I am having an ODS for which I wish to know wherever the active table is used as reference. It has been used in many places in ABAP routines of transformations. I wish to know wherever the table is included.
    I checked in SE11 for where used list with all fields in table included option. It is giving only the table structure and nothing else.
    Can anyone help on this since we want to calculate the impact of this ODS in report level.
    Thanks,
    Rajarathnam.S

    Dear Raja,
    Thanks for the information. The code is  throwing dump on execution possibly because the table structures are changed in new releases ( I am not sure of this).
    But I was able to get the necessary information from the tables used in the ABAP code by manually using SE11 (RSTRAN and RSAABAP)
    I am closing the question.
    Thanks,
    Rajarathnam.S
    Edited by: rajarathnam S on Jan 15, 2010 8:29 AM

  • Can I simulate SELECT * FROM TABLE WHERE ROW IN (1111,2222) using SQLJ

    I have a fct like
    public void fct(String inStr) {
    String str = "SELECT * FROM TABLE WHERE ROW IN" + inStr;
    // then I xecute the query using JDBC connection
    But I want to do the same thisn using SQLJ like:
    public void fct(String inStr) {
    #sql [nctx] iter = { SELECT * FROM TABLE WHERE ROW IN :inStr}
    When I run the second version and give a parameter like "(1111,2222)" it gives
    ORA-01722: invalid number error.
    Is there a way to give parameters to in clauses of SQLJ statements.
    Thanks in regard.

    This is a SQLJ FAQ. You can find the FAQ at:
    http://technet.oracle.com/tech/java/sqlj_jdbc/htdocs/faq.html
    Your question is addressed in the following section:
    http://technet.oracle.com/tech/java/sqlj_jdbc/htdocs/faq.html#variablesizevaluelist
    Note that that section has a typo. The lines:
    ? // populate mynumbers
    #sql { SELECT * FROM tab WHERE col in (:(a[0]),:(a[1]),?};
    should read:
    ... // populate mynumbers
    #sql { SELECT * FROM tab WHERE col in (:(a[0]),:(a[1]),...};
    By the way, with the next release SQLJ will support pasting in of dynamic SQL fragments. Then you'll be able to do pretty much what you are trying to accomplish here (albeit with slightly different syntax). Until then you'd have to use the workarounds from the FAQ.

  • 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

  • Want to get the where-used hitlist to an internal table

    hi everyone,
            while using where-used list we will get a hit list result. I want to take that hit list data to an internal table with out using any local file.
    Is anybody there to help me.
    regards,
    vijaya.

    Hi Lakshmikona,
    I had wrongly interpreted your question, as suggested by Thomas you can use RS_EU_CROSSREF to get the Where used list data in the internal table.
    Refer this SAP standard report RSHDCF00 for you detailed perusal.
    Regards
    Abhii
    Edited by: Abhii on Sep 3, 2010 12:08 PM

  • Where used for table fields

    I have list of 3600 fields , I need to get info related to these fields are used in which screens. Any easy way ?
    PS : Please donot suggest to use se11--> and make whereused list for field
    a®s
    Edited by: a®s on Jul 31, 2009 12:34 PM

    Hello,
    1. Get the table name in which all the data elements are stored.
    2. Write select for that table to find all the table names using required data elements for table field.
    Check if this helps,
    Thanks,
    Augustin.

Maybe you are looking for

  • The Specified Directory Does not Exist

    Hi expert could you help me with my problem , this word " The Specified Directory  Does Not Exist" its some stupid question , isn't it ? this is my sitiuation    : 1.  BPC version is SAP BPC 5.0.512 2. we are using  MS Excel 2003 our user  do some mo

  • Get bigger pictures when click on it!

    Hey, I have a problem with getting bigger prictures by clicking on the smaler one. Example: On our news section are posted some pictures. That pictures are "thumbnails" (or just smaller pictures) and when I click on the thumbnail the original picture

  • Problem in runing program help me please

    hello friends i m new user of java i have installed java on my system i set the path of java in environmenet varaibale by copying from program files C:\Program Files\Java\jdk1.6.0_07\bin and paste it followed by semi colons when i run my program in c

  • Using OpenCV Library in Flex

    hello everyone. I am quite new to Alchemy. I have been trying to create a Video Recorder for Flex using proper encoding techniques. I tried out this code for Capturing and storing video: http://tdotblog.info/?q=node/1 It works fine but there is no co

  • Is it possible to auto merge contacts?

    Yesterday my Z10 restarted himself (I don't know why...) and today I see, that all my contacts are unmerged - I see for example 4 times the same person, because of Gmail, Facebook, Twitter and SIM... So is it possible to auto merge contacts? All time