Table which stores all the structure names in SAP

Hi ,
Please let me know the table where we can find all the structure name like for tables we are using DD02L, Tcodes TSTC, like that where we can find all the structure name
Regards,
Bhaskar

hai friend,
use go to  se11
tables : give syst.
thanks,
anji.

Similar Messages

  • Name of the table which stores all the cubes

    hi all,
    can any one of you give me the name of the table which stores all the names of the cubes which are been using in the system.
    and please give me the way of finding it also.

    hi Antony,
    the table is RSDCUBE, and RSDCUBET is the text table
    also check related tables RSDCUBE*,
    you can open 2 sessions, one run ST05 and activate sql trace,
    another session right click infocube and 'change' or display,
    then go back to ST05 session, and deactivate trace, and display trace
    a list of tables will come out.
    hope this helps.

  • Tables which stores all the Z Infocube, Info objects ,transfer rules .

    Hi experts,
    Can any of please mention the tables in which the Z infocube,infosource infoobject ,transfer rules,update rules are stored ?
    Thanks in advance
    regards
    Ashwin

    Hi Praveen,
    When we do transformation , system automatically suggests some mapping....with fields in BI side with the fields with R/3 side. Those mappings happens automatically...So kindly check your transformation. the attributes are master data of 0CUST_SALES. they are loaded as master data. try and go to Infoproviders and search for 0CUST_SALES and see if you find rules to get attributes data.

  • Want name of table which stores all program names

    Hi all,
    I want to find all the custom programs (all Z programs)in the system.
    Can any one tell me which table stores all the programs, t.code and stuff like that so that i can search for all the Z programs in it.
    i tried TSTC and TSTCT, however I dont get as many entries I get when i do an F4 help search in SE11.
    Thanks
    CMV

    Hi,
    Just wrote this code. This will get all the Y/Z programs .
    [code]
    REPORT  zztest_prd                              .
    TABLES : trdir.
    DATA : BEGIN OF it_prg OCCURS 0,
           progname LIKE trdir-name,
           subc     LIKE trdir-subc,
           END OF it_prg.
    DATA: genflag TYPE genflag.
    SELECTION-SCREEN BEGIN OF BLOCK abc WITH FRAME TITLE test.
    SELECT-OPTIONS : scnam FOR trdir-cnam.  "Author name
    PARAMETERS     : notemp AS CHECKBOX.    "No temporary objects
    SELECTION-SCREEN END OF BLOCK abc.
    INITIALIZATION.
      test = 'Download Z/Y Programs'.
    START-OF-SELECTION.
      SELECT progname subc FROM reposrc INTO TABLE it_prg
                      WHERE   (  progname LIKE 'Z%' OR progname LIKE 'Y%' )          "User name space
                        AND   ( subc = '1'          OR subc = 'M' OR subc = 'I' )    "Executable(1),Module(M),Include(I)
                        AND  cnam IN  scnam.                                         "Author
      IF notemp IS NOT INITIAL.
        LOOP AT it_prg.
          SELECT SINGLE genflag FROM tadiv
                        INTO genflag
                        WHERE pgmid = 'R3TR'
                          AND object = 'PROG'
                          AND obj_name = it_prg-progname
                          AND devclass = '$TMP'.
          IF sy-subrc = 0.
            DELETE it_prg.
          ENDIF.
        ENDLOOP.
      ENDIF.
      LOOP AT it_prg.
        IF sy-tabix EQ 1.
          FORMAT COLOR COL_HEADING ON INTENSIFIED ON.
          WRITE : /2(40) 'ABAP program name',
                  45(10) 'Program type'.
          FORMAT COLOR COL_HEADING OFF INTENSIFIED OFF.
          SKIP 1.
        ENDIF.
        FORMAT COLOR COL_NORMAL ON INTENSIFIED OFF.
        WRITE : /2(40)  it_prg-progname,
                 45(10) it_prg-subc.
      ENDLOOP.
    [/code]
    Hope this helps you.
    Regards,
    Arun Sambargi.

  • Table which stores all classess

    Hi All,
    Any one please tell me in which table all classess (if i create a class in se24 or in se38)are storing..
    Thanks & Regards,
    Laxmi.

    Hi lakshmi matti,
    Please have a look at TADIR and REPOSRC table..
    Provide Programname as Zcl* and execute...
    Hope it will solve your problem..
    Thanks & Regards
    ilesh 24x7

  • Any table which store tabels information..?

    hi experts,
    is there any table in dd which store all information about tables(kna1,vbak etc.) in sap like tstc which store t-codes
    thanks
    vikas

    Hi,
    DD02L.This is the table which stores all tables.
    Reward if useful.
    Regards,
    Swetha.

  • Table which holds all Keywords

    Hi Experts,
    Is there any standard table which holds all the ABAP keywords??
    Thanks in advance.

    Hi,
    I dont think there is such Standard table existing.. If it suits your requirement you can create a range for those keywords and use it to satisfy your condition...

  • How can I list all the column names of a table by programming?

    Hi,
    Now I want to write an function which has the following features:
    Firstly, The function was given a parameter as table name.
    Then, it will lists all the columns names of the table.
    e.g
    table: person
    ---firstName------lastName----+
           Michale               Jackson
    We can get the columns 'firstname' and 'lastName' by calling the function with table name 'person'.
    And I also wonder that where I can get reference book or any other materials?
    Thanks.
    Edited by: wenjing wang on Feb 15, 2008 6:42 AM
    Edited by: wenjing wang on Feb 15, 2008 6:57 AM

    hi,
    hope the below code helps u. Just take the headee which contains the field name and split it like below and compare it with the field name u want here 'last name'.
    here,
    'First name' will be in wt_filedata1 and remaining field names in wt_filedata2, so 'do' continues.
    c_tab must be the separator, either , or + or tab etc..
    CODE:
    read table person into wl_header index 1.
    do.
        split wl_header at c_tab into: wt_filedata1 wt_filedata2.
        if wt_filedata1 <> 'lastname'.
          cnt1 = cnt1 + 1.
          wl_header = wt_filedata2.
        else.
          exit.
        endif.
      enddo.
    Please reward if it is useful.
    regards,
    sri

  • What is the table which stores the SM04 currently active users data

    HI all,
    what is the table which stores the SM04 currently active users data in sap?
    plzzzzzzzzz help me..
    Thanks  all in advance ,
    Malti

    Hi,
    Pl. check in tables USR02/USR01 for the list of users & logon data.
    Regards,
    SDS

  • I like to know the table name where all the Interface name ( Data Type and

    Dear Friends,
    I like to know the table name where all the Interface name ( Data Type and Message Type in IR ) is stored.
    Thanks.

    Hi,
    Please find the repository API’s in the SE24 class builder that can be used for accessing repository objects from the ABAP stack of SAP XI. Check CL_SRAPI* in the SE24 transactions for digging further.
    location of interface objects
    CL_SRAPI_DATA_TYPE---data type
    CL_SRAPI_DATA_TYPE_ENH---data type enhancement
    CL_SRAPI_FAULT_MESSAEG_TYPE--fault message type
    CL_SRAPI_MESSAGE_TYPE--message type
    CL_SRAPI_INTEGRATION_SCENARIO--integration scenario
    have a look at the table SXMSPMAST, SXMSCLUP & SXMSCLUR
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/4fbe7b8e-0a01-0010-b69b-b7e717378f22#search=%22SXMSPMAST%20%2B%20XI%22
    That document has references to lot of tables maybe it can be of use to u.
    Look at the below thread for SXMB_MONI tables and Function module:
    In Which Database Table the Messages are Stored in XI
    Message Monitoring  --> corresponding tables?
    Edited by: Dharamveer Gaur on Oct 8, 2008 10:40 AM

  • Table which stores the dates in different languages.

    Hi experts,
    Do we have any table which stores dates in different languages
    like
    December in EN
    Dezemer in  DE.

    Hi,
    You may use T247 table for this getting the name of the month(LTX feild) as per the language specified.
    Rewards if useful,
    Regards,
    Saurabh

  • Is there any standard SAP table which stores the license number assigned to a delivery item

    Hi Experts,
    This is in relation to license number assigned to a delivery item under ‘Export License Log’. Our scenario is for delivery of type NLCC created for an inter-company stock transport order. (i.e.not a sales order case where the license may get copied from sales order to delivery through copy control)
    As we understand, for legal control – relevant scenarios, export license for each item shall be determined afresh every time the delivery is accessed. (Depending on legal regulation, grouping, destination country, export control class, delivery partners vis-à-vis license master customer assignments etc.)
    To print the license text on one of the delivery output types, we want to access the license number for each item. (determined under export license log)
    Our question is:  is there any standard SAP table which stores the license number assigned to a delivery item?
    We have checked some of the license tables (T606*, VAEX, EMXX etc.) but couldn’t get any specific table storing delivery-item-specific license data.
    Helpful answers Text Removed
    Regards,
    Jagan
    Message was edited by: G Lakshmipathi
    Dont add such text in your post

    Hi Lakshmipathi,
    The export control log can be accessed by going to delivery Extras-> Export license log
    We need a table that stores the determined license for each item in a delivery document ( as shown in the below screenshot)
    Regards,
    Jagan

  • Table which  gives all  change log for the Documnets( Contract)

    Hi folks,
    I need to know wchich table will capture all the change log in documents (contratc, quotaion , sales order)
    please let me know the Table  name where i can get change log details when i input the order no.
    Its very  urgent please let me know ASAP.
    Thanks,
    Ravi
    Edited by: raviraju nadimpally on Sep 4, 2008 9:28 PM

    Hello,
    check these tables CDPOS, CDHDR
    Prase

  • Table  which stores the changes on a object

    Hi,
    Could any one tell me a table which stores the changes done to an object ex:Master data info object.
    I want to know when an particular attribute added to the master data.
    Thanks in advance

    I am not sure what is the level of detail you are looking for.
    CDHDR might help.
    Arun

  • Need help to find the table which stores the infomation listed below

    Hi,
       I am working on Archiving work for archiving the data under the tcode SOST.I searching the table which stores the email document content but I am having difficulty to get the table..Could any one provide some input on this.
    Thanks.
    ~Donny

    I believe it is stored in table SOFFCONT1

Maybe you are looking for