Is it possible to see all tables in sap

Hi,
        I am learning abap and i am interested to know about all tables like Ekko, Ekpo, Eket, Mara, Marc....etc
        is there any possibility to find all these tables ...if any one knows kindly tell me.

hi uday,
this code will surely help you Tcode <b>SE85</b> just go through it and you will find all you need and if you want to where your tables are being used you can click where used icon on the screen.
<b>SE85->ABAP Dictionary->database table</b>
you can also find the fields as well as structures,
hope this information will help you.
don't forget to reward points,

Similar Messages

  • HT201317 Is it possible to see all my old pictures I've taken on my iPad, oacn my new Mac?

    Is it possible to see all my old pictures I've taken on my iPad, oacn my new Mac?

    Sure.  You can import camera roll photos to iPhoto as explained here: http://support.apple.com/kb/HT4083.  If these photo stream photos aren't in your camera roll, save them to the camera roll and then import them.  To do this open the my photo stream album, tap Edit, tap the photos, tap Share, tap Save to Camera Roll.
    There are also apps that will transfer them to your Mac over wifi, such as PhotoSync.

  • Is it possible to see all pages in one document at once?

    Hey.
    So I can't figure out if it's possible to see all pages in one document at once, so that it's all on screen at the same time.
    Is it possible and if it is then how so?
    Thanks in advance for any kind of help

    Wouldn't that depend on how many pages there are, how large your screen is and how small you were willing to put up with in the thumbnails?
    Peter

  • When drilling down,is it possible to see all next level values in one click

    While drilling down, is it possible to see the next level for all Level 1 values instead of just the value this is clicked?
    Is there a feature that we can enable or achieve this differently?

    967447 wrote:
    Hi thanks for the reply. The users requested this.
    e.g. the report is showing Region and Revenue columns.
    There are 5 regions displayed in the report. Letz assume that each region has 3 countries.
    Now if the user clicks on a region to look for country data, the report should be able to display the countries data for all 5 regions instead of just the region that user clicked i.e. in one click the report should show all 15 rows (5 regions * 3 countries)To achieve what you are looking for, I would recommend a different approach. Try this:
    1) Create a summary report of your regions with "high level" infiormation.
    2) Create a detail report with all the columns your wish that would display all the regions and all the countries.
    3) Create a View Selector with both reports, calling the first "Region Summary" and the second "Region Details."
    4) Put this in the Compound Layout and now the users can see both.
    You don't want to use drill or navigation in your scenario.

  • Applying support packs, is there way to see all tables/view/clustered table

    We are applying support packs, and they are taking awhile.   Upon review it looks like it's adding some fields to some tables/clustered tables.  Is there a way to see all the tables/views/cluster tables that were updated.  I know I can look at version management, but if somebody can point me to the base tables to look at and I can do an sql to sort them for what I am looking for.   I want to make the changes to the update tables ahead of time by adding the column at the end, so there's no need for a conversion.

    you can find all the changes in Transport requests logs as below ;
    PATH -> SAP******* -> you get package,general text,documentation,table,tabclecontents,porgram,view etc..
    Plesae let me know if you have any questions?
    regards
    nag

  • Is there possible to see all the semi&finshed material boms(any t-code).

    dear pp experties
    in our client side thousands of finished and semi finished material are there,,,, i want see all fini and semi fini...BOMS collectively,,, pls advise
    thanx in advance

    Dear Devendra,
    Use T code CEWB and you will be able to see the list of BOM's or BOM component's as per the profile
    you are selecting.
    Regards
    Mangalraj.S

  • How to see all tables in a database

    I need to view all the tables in a database.
    What is the statement query to do that?
    Please help..

    http://www.praetoriate.com/t_garmany_easysql_the_data_dictionary.htm
    select * from all_tables;
    select * from user_tables;
    select * from dba_tables;

  • How to see SD Tables, I want to see all Tables?

    Hi,
    How to see te SD,MM tables in datadictionory.
    I wnat the steps.
    Thanks,
    Ravi.K

    Check out these links
    http://www.allsaplinks.com/tables.html
    http://www.erpgenie.com/abap/tables.html
    Regards,
    Santosh

  • Is it possible to remove all tables at once from an InDesign document?

    Hello,
    I have a long document with embedded tables. I now need to shorten the document to a list, basically, and would like to delete all of the tables.
    Does anyone know if there is there a way to do this without having to select and delete each table individually?
    Thanks,
    T.

    This isn't exactly simple, but:
    //DESCRIPTION: Select next table in story
    if (app.documents.length > 0 &&
            app.selection.length == 1 &&
                app.selection[0].hasOwnProperty("baseline")) {
      selectNextTableInStory(app.selection[0]);
    } else if (app.documents.length > 0 &&
              app.selection.length > 0 &&
                app.selection[0].constructor.name == "Table") {
      selectNextTableInStory(app.selection[0].storyOffset.parent.characters[app.selection[0].storyOffset.index+1]);
    function selectNextTableInStory(myText) {
      try {
        var myIP = myText.insertionPoints[0];
      } catch(e) { beep(); return; }
      var myRestOfStory = myIP.parent.texts.itemByRange(myIP,myIP.parent.insertionPoints[-1]);
      var myTables = myRestOfStory.tables;
      if (myTables.length == 0) { beep(); return; }
      app.select(myTables[0]);
    It works if you have a text selection in a story or a whole table selected (so you can step through the tables if you want to).
    It wouldn't be hard to make it work if you had a selection inside a table, but that enters into the philosophical area of what to do if a selection is text in a cell that has tables in it, so I ducked the issue altogether -- it would, in that case, select the tables in the cell or beep if there were none.
    It also beeps if you have the last table in a story or if there are no tables in a story.
    It'll do nothing if you have any other kind of selection.
    Dave

  • Can't see some tables name from connection navigation

    I use sql developer to connect 10g database, I have 50 tables within a user, but it only shows 27 tables. I don't know why. Can anyone tell me ? Thx

    We have 2 oracle10g database.
    If I use Oracle Enterprise Manage(OEM), and login as user A, I can see all tables in both of 2 oracle10g database. but if I use SQL developer connecting with user A, SQL developer can see only part of tables ( about 1/2) in one database and all tables in another databse. I don't know why. but this two database has replication relationship. As I opinion, if I can see in OEM, I can also see in SQL developer.
    anyway, I didn't apply filter. And my privilege is ok. Because I use below in user A:
    select table_name from user_table. this select is only select the tables belong to user A, it has the same result with OEM.
    Thanks anyway

  • How to see all global parameters in use?

    Hi,
    Is it possible to see all the global parameters that are in set when a form is running? I'm troubleshooting an app and
    I suspect a value is being set as a global parameter, but I don't know for sure.
    Also, is there a way to search a for usage of a global parameter?
    Thanks,
    Tim

    Hi Tim,
    You can run your Form in Debug Mode. That will allow you to set break points in your Proceures/Triggers. That way you can see all the Global Variables Set and Values they have .
    Hope that helps.
    Pranati

  • Who can give me all the name of system table or organization table in sap?

    Who can give me all the name of system table or organization table in sap? such as the table stores the client,company code ,plant,transaction code ,sap menu,purchase organization along with the relation between organizations such as
    the relation between company code and plant, the relation between company and purchase organization and so on.Pls supply the list of table name or the url where I can see these information.
    Thank you in advance.

    Hi YuLin
    refer this link you will get all tables in SAP with description and relation.
    http://www.erpgenie.com/abap/tables.htm
    regards
    Yogesh

  • See data content in all tables, possible?

    Hi, is is possible to see the data content (in all columns) in all tables?
    Similar to ALL_TABLES, but I'd like to see the DATA, not the structure.
    If it's possible please let me know.
    Gracias.

    Panamanian wrote:
    Yes, that's what I'm looking for.
    Too bad.
    Why would I need so? because I know in a table I have an email as a record, but there are about 2000 tables, and it would be great to see it's content.
    Maybe similar also to USER_SOURCE view.
    Gracias anyway. :(If you know what the email address is, the why do you need to look for it in the DB.
    If you do NOT know what the email address is, then how will you recognize which address is correct?
    What problem are you really trying to solve?

  • Not seeing all DB tables in Crystal using ODBC connection

    I have an ODBC connection to an oracle database.  I can connect to the database and see all the tables through tools such as TOAD, SQL developer, SQLPlus, etc.  However, in Crystal, i only see schema tables and not the tables I want.  I am using the same connection, username, and password.  If I run a report that was created in a different environment to the correct tables, I receive the error: ORA00942: table or view does not exist.
    Oracle 10g
    Crystal 12.0.0.683
    Any suggestions?
    Thanks,
    Diana Woronuk

    Hi Diana,
    Go to File | Options and open the Database tab. 
    Make sure Tables and Views are checked.  You may want to include Stored Procedures too. 
    Save the changes and restart Crystal. 
    You should see your tables now.  If you have more than 200 objects in your database, you may need to use the Table Name Like option to filter out some of the tables. 
    Good luck,
    Brian

  • 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

Maybe you are looking for