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.

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.

  • Want to know table which stores the Partition key details

    Hi Experts,
    Could you please tell me if there is way to find out the columns which are part of range partitions of the table. There is a table 'user_tab_partitions' it stores the name of the table and it's partition name. I need to know if there is a similar table/view which stores the partition fields name too.
    Thanks and regards,
    Ashish Soni

    Have you tried..
    DBA_PART_KEY_COLUMNS or
    ALL_PART_KEY_COLUMNS or
    USER_PART_KEY_COLUMNS Views ?
    Message was edited by:
    biswabijay

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

  • Want to know table which stores SPOOL LIST RECIPIENT & email addres

    Hi Guys,
    I need to create a report for all jobname & recipient email address. Kindly let me how to find out the recipent's email address for all jobname in TBTCP. I understand that recipent is the distribution list, distribution list has email address.
    JOBNAME ---> SPOOL LIST RECIPEINT -
    > EMAIL ADDRESS.
    thanks.

    Guys thanks for you help and time.
    I am not getting the expected result after doing above steps.
    I will try to clarify the requirement further.
    When I run t-code SM37 and enter following :
    Job name : TXDET-DAILY
    User name :  *
    Job Status : Checked Sched. Only.
    On next screen JOB OVERVIEW. Only one record shows up for job TXDET-DAILY.  When I double click this record, system takes me to next screen where there is button for SPOOL LIST RECIPIENT. When I click this button it displays the recipient is TXDET. TXDET is actually a Distribution list name, maintained in SAP office (SO01).
    When I go in t-code SO01 and click DISTRIBUTION LIST button and then enter shared distribution list name TXDET.
    It gives me 2 email addresses under this TXDET distribution list. 
    [email protected]
    [email protected]
    The spool from the job TXDET-DAILY will be emailed to these 2 email addresses.
    Now I need a report which gives following information.
    Job Name................. Distribution List Name...............Email Address         
    TXDET-DAILY............TXDET......................................[email protected]
    TXDET-DAILY............TXDET......................................     [email protected]

  • Want to know table which stores SPOOL LIST RECIPIENT address in SM37.

    I found that for one of teh job name the value of the field is RECOBJKEY "DLI36000000000176 37000000029574" in table TBTCO.So how to get the SO_KEY value from this.
    thanks again in advance.

    The Basic idea is to get the recipient value from the Job name.I found one way of doing is to
    goto SWO1. enter "RECIPIENT" click test
    click full key. pass the logical system as your own logical system like DRXCLNT500 or what ever, and pass DLI36000000000176 37000000029574 in the key. (copy paste exactly as you pick from TBTCO including the spaces).
    but the first issue using the above option is that i dont see any email values in any of the attributes or i am not seeing into the correct attributes.
    Seconldly, Also i have another scenario where the field RECOBJKEY "USR33000000004760           37000000156636" in table TBTCO for which the above the optino is not working.
    Can somone help on this question.

  • 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

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

  • 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 Stores Program, and its source code

    Dear All,
    Can you please let me know the tables which stores program names,its variant, soruce code and related information.
    Appreciate your early help

    Hi,
    check this FM : SVRS_GET_REPS_FROM_OBJECT. you can get all the information about programs.
    code sample
    DATA :repos_tab_old      LIKE     abaptxt255 OCCURS 0 WITH HEADER LINE,
           trdir_tab_old      LIKE     trdir OCCURS 0 WITH HEADER LINE.
    DATA : object_name     LIKE     vrsd-objname,
           object_type     LIKE     vrsd-objtype,
           versno            LIKE     vrsd-versno,
           destination     LIKE     rfcdes-rfcdest.
           CALL FUNCTION 'SVRS_GET_REPS_FROM_OBJECT'
              EXPORTING
                object_name       = object_name
                object_type       = object_type
                versno            = versno
        DESTINATION       = ' '
              TABLES
                repos_tab         = repos_tab_old
                trdir_tab         = trdir_tab_old
             EXCEPTIONS
               no_version        = 1
               OTHERS            = 2
            IF sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
            ENDIF.
    Laxman

  • Need config table which stores data for Vendor Master changes

    Hi Gurus,
    I need to have the name of the config tables which store the details of the Vendor Master configuration changes based on account group information.
    For Example,
    For a given Account Group(ZM09), the VAT Registration field in the control data tab of the transaction XK02 is suppressed. and for other Account Groups the VAT Registration field is appearing in the Control data tab of the XK02 transaction.
    So I need to determine at run time for which vendor account group the VAT Reg field is suppressed and for which it is appearing.
    Hence I require the name of the Config table in SAP which stores this information.

    Hi,
    Use this transaction S_ALR_87010039 (Program RFKABL00)
    You can select all levels of changes (i.e. General, Company Code, purchasing org)or individual levels only.
    If you want the tables then CDHDR & CDPOS will provide all the details.
    Regards
    Hiren K.Chitalia

  • Table which stores SO36 details?

    Hi Friends,
    I want to know the table which stores the internet email address that is stored by user thru Tcode SO36.
    ( same can be maintained thru SBWP->Settings->Office settings->Automatic forwarding )
    Purpose: i want to know User Id - Vs - email addr entered. As some users have maintained email id of other's, causing confusion.
    Any info on this is highly appreciated.
    Regards,
    Simha

    Hi Mate,
    Its not a straight forward way we can zeroin on the details.
    I searched many tables ( i don't remember them )
    but do a search in forums with 'Tables involve in SO36' and you would get a thread which states many tables. just look into one by one.
    (I am not able to paste the link here)
    i even used one FM which gets the mail id stored for the given user id. i don't remember the fm name.
    Regards,
    Simha

  • Tables which stores Variables information

    Hi Gurus,
    I want to know how to find the vaiables information ???
    where can i find the complete information of the Variables of Bex reports . there must be tables which stores complete info.. right
    kindly help me in this regard
    Regards
    AK

    Hi,
    Below is the table whcih stores variables.
    V_RSZGLOBV
    Other tables for your refrence.
    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
    Assign points if it helps.
    Cheers,
    Malli.

  • Hi Guru Can we Delete transparent table which store Temperaroy data.

    Hi Guru,
    Can any tell me i want to delete data from transparant table which store temperaroy data in table ARFCSDATA (ARFC Call Data (Callers) ) and ARFCSSTATE (Description of ARFC Call Status (Send)) from production server.
    Basically it stores Temp data. Any effect in production server.
    Can we delete or no . Please help me out .
    Points will rewarded.
    Thanks
    Jagnesh

    Hi,
        Try doing by using the transaction SM58. Give the date parameter and user name parameter as space. and execute it. this gives the list of errors occurred and will be equivalent to the number of entries in the table mentioned. you can select the one you want to delete and click on delete icon.
    Rewards points if it is helpful.
    Thanks,
    Prasanna

  • 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

Maybe you are looking for