How to see all the list of tables in APEX

Hi
COuld anyone of you help me find out how to see all the tables present in APEX ?
I can see all the list of tables when i give the command : select * from tab
But apart from finding like this , is there any way to find out all the list of tables ?
Regards,
Tasha

Hi Tasha,
For Apex 3.2 ;
select * from dba_tables where owner in
(select workspace from APEX_030200.APEX_WORKSPACES)
tab is a synonym for user_tables
http://www.oreillynet.com/pub/a/network/2002/10/28/data_dictionary.html
hope this helps you
regards
mozkavra

Similar Messages

  • How to see all the data base tables in sap

    hi all,
    i wanted to see the table ALBTCMON but i cannot and i want to know how to activate a table?
    thanks for your time
    chandu

    Hai,
    Why do you want to create a Table?
    More over the table ALBTCMON you have mentioned should not be created because SAP allows only Tables with names starting with 'Y' or 'Z'.
    Also you should know the fields, Developement class, etc., before creating the Table in SAP.
    Please check the below link to create Table in SAP.
    http://abaplovers.blogspot.com/2008/02/creating-table-in-sap.html
    Use Tcode SE11 to activate your table.
    Regards,
    Yoganand.V
    Edited by: Yoganand Vedagiri on Dec 29, 2008 12:15 PM

  • How to see all the tables in ABAP

    how to see all the tables in ABAP
    i need to see all the tables present in tcode se16.

    Hi Thiru ,
    its tough to give all.so pls see the below links u can get all.
    http://www.erpgenie.com/abap/tables.htm
    https://www.sdn.sap.com/irj/sdn/advancedsearch?query=listofalltablesin+abap&cat=sdn_all
    http://www.guidancetech.com/people/holland/sap/abap/
    http://www.sap-img.com/ab017.htm
    http://abap-gallery.blogspot.com/
    thanks
    karthik

  • How to see all the enterprise services in a Discovery system

    Hi,
    Please let me know how to see all the enterprise sevices in a  discovery system.
    Please let me know how to load the enterprise services into webdynpro from discovry system
    Thanks and Regards,
    Naveen N M

    Hello all,
    I can't figurate how to list all the root directories
    (C:/> , D:/>, E:/> etc.) in a system.
    I know how to recursively check the content of a
    directory and all its subdirectories when a
    predefined path is defined. However what I' d like to
    do is actually give the option to pick one of the
    root directories to start the iteration. I have been
    looking around but I can' really find anything
    helpful.
    If any of you has any idea on how to achieve the
    above objective some clarification would be really
    appreciated.
    Thanks in advance for your help!How to installing the Javax.comm package

  • In Layoout how to see all the lead columns presented in that.

    Hi Friends,
    Could you please suggest me how to see all the lead columns presented in the Layout.
    Appreciate your help through points.
    Regards,
    PJ

    Hi Ravi,
    When I opend the layout in change mode we are able to see the Layout, when click on continue we can see Header area,lead coulmns,data columns. In Lead columns I am able to see only 20 rows only. But I want to see all rows in that lead columns. When click on continue we are able to see the layout in ALV grid format. In that we can see lot of rows. Now my question is How to see all the rows present in Lead columns. Still if you have any details please give me ur id I will send some screen shots or give ur no. I will talk to you.
    Thanks & Regards,
    PJ

  • How to extract all the list of reports names available in the WEBI public?

    can anyone please help me how  to extract all the list of reports names which are available in the WEBI Public folder?
    I ran the VB macro downloaded from net but that is extracting all crystal,deski & webi reports..
    but i want only webi list of reports..
    Please help me to achieve this?
    Thanks
    Radha

    Is this about Business Objects WEBI? You might want to post in the BOBJ forums instead.[BOBJ Forums|/community [original link is broken];

  • How to see all the customers under one company code?

    hi,
    I would like to know, is there any standard transaction code to see all the customers under one company code?
    thanks.

    Hi,
    You can check through :
    1). SAP Menu ->  Accounting -> Financial Accounting -> Accounts Recievables ->Information Syatem -> Reports for Account recievable accounting -> Master Data -> Customer List
    2). Run Txn SE16 -> Enter Table name (KNB1) -> Enter Company Code -> Execute.
    Reward Points if this helps.
    Regards,
    Harsh

  • How to select all the rows of table control in BDC

    Hi All,
    While I am doing BDC for Transaction Code MC88, After the first screen I will get another screen with tabble control, Here I need to select all the rows of table control, I am assignng the 'X' to the first field of Table Control which is the indicator for selection.
    Here I am getting message called Indicator field is not in program and screen.
    While doing Recording I am not able to record the indicator, Please any one let me know how to record the Entire table control selection.
    Thanks in advance..

    Sorry about that lakshmi. Here is my code.
        PERFORM dynpro USING : 'X'   'SAPMMCP6'          '0105',
                               ' '   'RMCP2-MATNR'       t_matnr,
                               ' '   'RMCP2-WERKS'       t_werks,
                               ' '   'BDC_OKCODE'        '=AKTV'.
        PERFORM dynpro USING : 'X'   'SAPLMCPA'          '0707',
                               ' '   'BDC_OKCODE'        '=MRKE'.
        PERFORM dynpro USING : 'X'   'SAPLMCPA'          '0707',
                               ' '   'BDC_OKCODE'        '=GRAO

  • How to see all the extractors(standar or not) used in BW system

    Hi experts,
    As requirement of our users, they ask us show them all the list of extractors used in our systems. I thoguht that we can check the flows one by one but they are so many. there is another way to see all the extractors used?
    I checked in the matadata reposirory but they aren't there..If you can help me would be great.

    DataSouces tab in RSA1 may be useful to you.
    You can see all the data sources available for BW system here. One thing you need to keep in mind is that you may find some data sources here which are not used in any flow, such data sources will not have an arrow for expansion before them.
    Regards,
    Gaurav

  • How to see all the reporting variables in BW

    Hi All,
    Is there any method or table we have in BW to see all the reporting variables
    Thanks in Advance!
    BW User

    hello,
    check teh below:
    V_RSZGLOBV
    RSZGLOBV
    fields are:
    VNAM - variable name, technical name of the variables
    VARTYP - variable types : Characteristic value, Text variables, ...
    VPROCTP - Processing type for query variables : Manual entry/default value, Replacement path, Customer Exit
    IOBJNM - InfoObject
    Reg,
    Dhanya

  • How to get all the client independent tables in SCM

    Hi Guys,
    I want to know all the client independent table is SCM. Can you guys help me please.
    Regards,
    Kumar

    Hi Kumar,
    Generally, Data of  SAP system control data, language indicators, and transaction
    codes are stored in client independent tables.
    A table attribute in the Data Dictionary indicates whether a table is client-specific
    or client-independent.
    Regards
    R. Senthil Mareeswaran.

  • Url to see all the lists that SP uses

    Hi,
    Does anyone know of a URL that which will show us all the lists used by the SharePoint. That's all the xml that will show you the internal names for things, it's through the web service, but that url you can go to through the web browser too.
    Thanks.

    Hi Alok,
    Yes, exactly. Thanks for your response.
    Regards

  • How to see all the table contents in SM30

    Hi All,
    I have created a Z-table. In that records are stored based on the dates.
    Suppose :
    The fields and their values in the table are as below,
    Field1 Field2 Field3
    A 22/02/2008 31/12/9999
    A 12/01/2006 21/02/2008
    B 10/11/2007 31/12/9999
    B 27/05/2006 09/11/2007
    But in if we go in SM30 transaction, it is showing only recent records i.e.as below,
    Field1 Field2 Field3
    A 22/02/2008 31/12/9999
    B 10/11/2007 31/12/9999
    Please tell me how can I get the full contents of the table in SM30.

    Hi suman,
    Is this Ztable is created by you or someone else
    Because while creating the Table maintainence, they might have created a logic at events in table maintainence as
    (at new) statement.
    So while displaying it is picking only the first record with Primary key. please check it.
    REward me if helpful.

  • How can I find the list of table base on given domain name

    Hello All,
               I am in search fo table/tables which provide me the list of all tables that use the same domain? for example if the domain name is zz_call I am interested of all the table and data elements who is using this domain.
    Domain name                         table name                                data element
    zz_call                                   table_1                                      make_call
                                                  table_2                                      make_call
                                                  table_3                                     service_call

    Where is the data
    - Tables and descriptions are stored in DD02L, text table DD02T.
    - Tables fields are in DD03L (giving Data element)
    - Data element are in DD04L (giving Domain), text table DD04T
    - Domain are in DD01L, text table DD01T
    How to use it
    - FM of the DDIF* family (or even CL_WB_INFOSYSTEM class, but good luck)
    - You can call the R/3 [Repository Information System|http://help.sap.com/abapdocu_70/en/ABENRIS_GLOSRY.htm], transaction SE15 or SE84, there click on ABAP Dictionary, Basic objs, Database tables.
    - SE11 and perform a where-used on a domain, and click on Indirect application, select database table
    Regards,
    Raymond

  • How to see all the PO payment status with searching field project defin.

    Dear all experts,
    could you help me on the following issue?
    In a large capital project, there are many POs, and all the POs are paid partially
    for  example, down payment 30%, 30% when the machine is received, 30% when the machine is commissioned, 10% is for warranty after a year.
    how can i see the all the POs payment status with searching field project definition. for example, i have paid how much for which PO.  i want to see the list by searching  the project definition.
    is it possible to achieve? or how can i do it?
    Please share your opinion or give me some suggestions.
    thanks a lot.
    Judy

    thanks for all of your replies.
    i have activated FM. and i have a PO triggered by the project.
    i enter the down payment for the PO using F-48.
    i can see the down payment in the PO history.
    but i can not see it using the committment item report, such as CJIA
    is it correct or not? do i need to change something?
    thanks a lot.
    Judy

Maybe you are looking for