Which is the table?

what is the table name that displays the details of where used list of queries in workbooks. means i need names of all workbooks in which a particular query is used?
or can u help me out in...how to know what are the queries that are used in making a particluar work book?
" will thank u only if i get the answer which satisfies my requirement exactly!"
neeraja

HI Neeraja,
Your Question in the previous thread has some replies..check and close it.
Don post multiple threads.

Similar Messages

  • Give me the sql query which calculte the table size in oracle 10g ecc 6.0

    Hi expert,
    Please  give me the sql query which calculte the table size in oracle 10g ecc 6.0.
    Regards

    Orkun Gedik wrote:
    select segment_name, sum(bytes)/(1024*1024) from dba_segments where segment_name = '<TABLE_NAME>' group by segment_name;
    Hi,
    This delivers possibly wrong data in MCOD installations.
    Depending on Oracle Version and Patchlevel dba_segments does not always have the correct data,
    at any time esp. for indexes right after being rebuild parallel (Even in DB02 because it is using USER_SEGMENTS).
    Takes a day to get the data back in line (never found out, who did the correction at night, could be RSCOLL00 ?).
    Use above statement with "OWNER = " in WHERE for MCOD or connect as schema owner and use USER_SEGMENTS.
    Use with
    segment_name LIKE '<TABLE_NAME>%'
    if you like to see the related indexes as well.
    For partitioned objects, a join from dba_tables / dba_indexes to dba_tab_partitions/dba_ind_partitions to dba_segments
    might be needed, esp. for hash partitioned tables, depending on how they have been created ( partition names SYS_xxxx).
    Volker

  • From which prgram the table TSTC is updated

    Hi all ,
    Can anybody know me from which program, the Table TSTC is updated where it stores all the transaction codes.
    Regards,
    Madhavi

    Tcode for maintaining Tcodes is SE93.
    Goto>SE93>System>Status>Program.
    Program Name:SAPLSEUK
      include lseuktop.      " Global Data
      include lseukuxx.      " Function Modules
    include lseuko01.
    include lseuki01.
    include lseukf01.
    include lseukf00.
    include lseuki00.
    Navigation Transaktion
    include lseuktn0.
    include lseuke01.
    include lseukfwm.
    Regards,
    Ansari.

  • From which transaction the table OBEW is updated

    Hi Experts,
      From which transaction the table OBEW is updated
    Thanks,
    Nagendra

    The table OBEW gets updated thru MI21/MI22/ and MB01/MB02

  • Which are the tables updated in SRM and R/3 System for SC created?

    Hi,
    I want to know which are the tables updated in SRM system and also in R/3 system, when a Shopping Cart is created. Also how do i get the PO number for the Shopping Cart created.
    Thanks.
    Regards.
    Rahul

    Hello Rahul,
    All list of tables for eg. SC You can find in transaction BBP_PD on SRM side.
    These tables are (SRM):
    - CRMD_ORDERADM_H - for Header (Business Transactions Header)
    - BBP_PDHGP - Business Transaction Purchasing Information
    - CRMD_ORDERADM_I - for Item - Business Transaction Item
    - BBP_PDIGP - Business transaction item-Purchasing information
    - BBP_PDBEI - Backend Specific Item Data
    On R/3 side:
    EBAN - purchase requisition
    EBKN - purch. req. account assignment
    Regards,
    Marcin Gajewski
    please reward points for helpful answer

  • Which are the Tables included in SRM

    Hi All,
    Please help me with the following
    I have a very basic knowledge of SRM.
    Can anybody tell me which are tables included in SRM. For eg. When a shopping cart is created and approved in which all tables data relevant to that is stored.
    Then account assignment details, PO details, GR details are stored in which tables.
    Please reply
    Thanks in advance.
    Regards.

    Hi Rahul,
    i know few tables, which are listed below. i will suggest you to run sql trace with the transaction bbp_pd. use st05 to activate the sql trace, than run bbp_pd. deactivate the trace and view the trace. i am sure that you will get all the tables you needed.
    crmd_orderadm_h
    BBP_PDHGP
    BBP_PDHSB
    CRMD_LINK
    CRMD_PARTNER
    BBP_PDBGP
    PRCD_HEAD
    CRM_JEST
    Regards,
    Shastri.

  • Which is the table related in transaction f-28?

    hi,
    I want to know which table stored the bank code when I execute the transaction f-28 to record the account.pls tell me .thank you in advance!

    Hi
    BNKA - Bank Master Record
    Best Regards
    Ashish Jain

  • How to see the tables which are in the physical layer of SampleAppLite rpd

    Hi Everyone,
    I am new to OBIEE and I installed OBI Apps with Oracle 11g in my laptop. I tried to create reports using the OracleBIAnalyticsApps rpd. How can I know from which schema the tables are coming in the physical layer of the repository so that I can create a connection pool to the database. I got the default SampleAppLite rpd when I install the OBIEE but I am unable to see those tables in the database schema which are used in the SampleAppLite physical layer. Can anyone tell me how can I see the tables in the database which I see in the rpd. Actually my question may be wrong as I am new to this field, so please let me know if this is a wrong question. As I unable to express my question correctly. Thanks.

    For the OracleBIAnalyticsApps rpd - the tables are under "Catalog" then "dbo" in database "Oracle Data Warehouse" in the physical layer. The RPD comes out of the box with the required connection pools - you dont need to create any. The connection pools "Oracle Data Warehouse Repository Initblocks Connection Pool" and "Oracle Data Warehouse Connection Pool" in "Oracle Data Warehouse" read the data from the business analytics warehouse that you created in a schema name of your choosing with the DAC. All you need to do is edit the user name and password and the data source name with a connect string - which is the local net service name to your database for default call interface OCI 10g/11g assuming you used an Oracle database for your warehouse. One way to test the connection pool is to right click any table/alias then "Update Row Count".
    BTW Using the Admin Tool open the OracleBIAnalyticsApps rpd then do "Tools" then "Utilities" then "Repository Documentation" then "Execute". This will create a spreadsheet showing you all the mappings from the presentation to business to physical layers.

  • To find the tables which is having link with particular table.

    hi all,
    i am working on db 10g.
    i have table called JOB_HEADER
    My task is to delete the data in the job_header table.
    Before doing this task, i want to know which are the tables referencing this particular table.
    in other words i have to delelete child records first then i have to delete the above said table.
    is there any way to know the child table existance for this particular parent table?
    Thanks..

    GD wrote:
    hi all,
    i am working on db 10g.
    i have table called JOB_HEADER
    My task is to delete the data in the job_header table.
    Before doing this task, i want to know which are the tables referencing this particular table.
    in other words i have to delelete child records first then i have to delete the above said table.
    is there any way to know the child table existance for this particular parent table?
    Thanks..If there is properly declared referrential integrity declared then yes.
    select *
    from all_constraints
    where r_constraint_name = (select constraint_name from all_constraints where table_name = 'JOB_HEADER' and constraint_type = 'P')
    and constraint_type = 'R'Should do it.
    Cheers,

  • What are the tables involved in hierarchy of cost centers?How to link them?

    I want to generate  the report  for the GFIMs attached o the cost centers.
    It should be similar to the  transaction OKENN .
    if a cost center is having an hiearchy , a cost group then will go on taking the parent node till  the last node.
    Which are the tables used in the transaction OKENN?
    which are the tables which links the hierarchy of the cost centers.How is it linked.

    It is a simple process to trace the transaction (ST05/SE30) and discover the information for yourself...

  • Table Reorg in R/3 System - eligibility of the table for reorg

    Hi Experts,
    We want to perform Table reorg in our R/3 system 4.7 EXT2. We have taken out top 10 tables which are candidates for table reorg based on Size, could you please let me know the below :
    How i can check that each table is eligible for table reorg or not?
    Which are the tables that can be excluded from table reorg ?.
    Please let me know is therte any procedure for the same.

    Hi Bablu,
    Refer to the link below
    http://janpreetdba.blogspot.in/2013/08/reorg-table-and-index-storage-quality.html
    This will help you filter our tables and indexs having poor storage quality and can be a candidate for reorg.
    Hope this helps.
    Regards,
    Deepak Kori

  • I wanted to create a module pool which accepts a table n flag

    i wanted to create a module pool which accepts a table n flag.
    and based on flasg value it allows the table to get into edit or display mode.
    the table has to use table control to display for user
    and it should be able to edit the table as well as append if the flag value is edit.
    the table which has been change should be passed back.

    HI Shailesh ,
          On your screen which contains the table control , you can definately  put the flag . Now use 2 conditions , one for change n other for display mode .Initialize the value of the flag to be "X" and based on the flag valu design your table .
    lets say u have a screen 0100 ,
    at the begining put FLAG = 'X'.
    lets say , this is for your change screen  .
    then loop at the table control and allow the fields for fields input . all you should do in the PBO only .
    next in PAI , fill the table control with the changed values .
    and in PAI , in AT-user command module , code for the flag ( / push button  ) . and pass the values when the user clicks on the button .or else here you can check whether the value of the flag is  "X" ( for change mode )  or " " .
    if it  is " "   then loop at the screen and make all the fields inactive for input ( Display mode )
    Inactivation of the fields should be done in the PBO based on the conditions .
    Revert back if you need further clarification .
    This logic should  definately work .
    Reward if helpful .
    Thanks
    Ranjita

  • Unable to insert rows into the table

    My insert statement below is not correct, when i try run, its encoutering error "table or view does not exist".
    Basically what i am doing here is collecting the table name in FOR variable which stores the table name in this variable. This variable, i am using as table. I know this is not the proper way, please let me how can insert the complete table rows with the following code.
    DROP TABLE TEMP;
    CREATE TABLE TEMP AS SELECT * FROM Comp WHERE 1=2;
    DECLARE
         I INTEGER DEFAULT 1;
    S VARCHAR2(50);
    begin
    for C in (select TABLE_NAME INTO S from USER_TABLES where TABLE_NAME like 'CABLE%' and TABLE_NAME NOT like '%OLD' and Num_ROWS > 0 order by TABLE_NAME) loop
    INSERT INTO TEMP SELECT * FROM c.TABLE_NAME;
    dbms_output.put_line(c.table_name);
    end loop;
    end;
    The above insert statement is not correct. How can i write proper way.
    Thanks.
    Best Regards
    Arshad

    user13360241 wrote:
    My insert statement below is not correct, when i try run, its encoutering error "table or view does not exist".
    Basically what i am doing here is collecting the table name in FOR variable which stores the table name in this variable. This variable, i am using as table. I know this is not the proper way, please let me how can insert the complete table rows with the following code.
    DROP TABLE TEMP;
    CREATE TABLE TEMP AS SELECT * FROM Comp WHERE 1=2;
    DECLARE
         I INTEGER DEFAULT 1;
    S VARCHAR2(50);
    begin
    for C in (select TABLE_NAME INTO S from USER_TABLES where TABLE_NAME like 'CABLE%' and TABLE_NAME NOT like '%OLD' and Num_ROWS > 0 order by TABLE_NAME) loop
    INSERT INTO TEMP SELECT * FROM c.TABLE_NAME;
    dbms_output.put_line(c.table_name);
    end loop;
    end;
    The above insert statement is not correct. How can i write proper way.
    Thanks.
    Best Regards
    ArshadSTMT := 'INSERT INTO TEMP SELECT * FROM ';
    STMT := STMT || S;
    EXECUTE IMMEDIATE STMT;

  • Fields comming from which data base tables

    Hi Experts,
    Every extractor should fetch data from some data base table. For generic data source and LO data source I know to see but could you please tell me, how I can find for business content (ex: 0FI_GL_4) data source which field data coming from which data base table. 
    Regards
    Lokanatha.

    Hi,
      We can get from SAP help about the tables being used in each business content extractor.
    For Eg-0fi_gl_4, data coming from BKPF,BSEG tables.
    Go thru this link which tells the table for the above extractor..
    http://help.sap.com/saphelp_nw70/helpdata/en/8b/02f93abb013b0de10000000a114084/content.htm
    Hope this helps..
    Thanks & Regards,
    Pradeep

  • MVC: Where to find the model and the table select in standard BSP apps?

    Hello!
    We are going to use MSS with the appraisal-application
    which is written in BSP and 'e-recruiting'. Both applications use the MVC-design pattern. We are going to do some modifications, but are struggling a bit since MVC is a new topic for us. How is the best way to get an overview of the controllers and views and call sequences in an existing application? We have done this by debugging, but are there other ways to find the 'starting controller', etc. ?
    Where can we find the model-code which reads the table-values into the internal table?
    We have read a lot about how nice MVC is - how the design gives you a better overview of the application. But without any docuemtation of the design we are quite lost. What are others experiences on this?
    regards Tine

    Hi Tine,
    let's see if I can answer your questions (at least partially).
    The main controller is the one you normally call directly in your browser (or after some introduction pages like login etc.). It's typically called start.do or main.do (but can differ). So if you call in the browser:
    http://myhost.domain:4711/sap/bc/bsp/sap/myappl/start.do,
    just call se80, choose the application myappl and double-click on start.do. There you can get the name of the controller class (just double-click on the class name).
    The standard model class is called CL_BSP_MODEL. The model classes from the application inherit from this class.
    For a complete documentation please have a look at the online docu:
    http://aiokeh.wdf.sap.corp:1080/SAPIKS2/contentShow.sap?_SCLASS=IWB_STRUCT&_SLOIO=EDBB153AAB4A0C0EE10000000A114084&TMP_IWB_TASK=PREVIEW2&RELEASE=640&LANGUAGE=DE&_SEQNUM=106&_LOIO=0FAB3A3C9CA75402E10000000A114084&_CLASS=IWB_EXTHLP
    There are also some weblogs written by Craig Cmehil where you can get examples.
    Hoping this helps a little bit.
    Regards,
    Rainer

Maybe you are looking for

  • Problem with HP Software Update for Macbook

    There's a recent update for HP Software for Macs called update 2.12, but I think it has a bug because now my scanner isn't working. I have the 4-in-1 HP Laserjet 1536, and now I can't scan documents as pdfs in the document feeder. The flatbed will on

  • PDFs in Safari

    Hi all. I really love the feature of Safari of opening PDFs right inside the Browser windows. I was happy, when Apple integrated that a few Releases back. Now I had to install Adobe Reader 7.0 (formerly known as Acrobat Reader) for some reason. Which

  • Help connecting to external LCD...

    I connected my mini dvi to vga to the lcd sharp 1080p. And it says signal not compatible? Anyone else getting issues? What am I doing wrong?

  • Transferring Plans from SOP to CO-PA

    Dear Friends I am working on the integration of SOP and CO-PA, can you plz let me know the configuration relating to the transfer of SOP(Flexible planning) plans to CO-PA an Vice versa, if possible also the steps(transactions with codes) for transfer

  • "Replace with After Effects composition" in PP CS6 causes crash in AE CS6

    Hello, When I right click on a movie-file in a Premiere Pro seqence and choose "Replace with After Effects composition" AF starts, it asks me what I want the file name to be, "save" this and go on. I can see the interface for a short while, then it c