Which table stores program names?

Hi,
Which table stores the program names.
Suppose i have a program with name ZTEST.
And the program ZTEST has 2 more include programs ZTEST_TOP and ZTEST_MAIN.
Now the requirement is that i'll have the program name (Say ZTEST), I need to fectch the includes associated with e program.
I wanna know which table stores this data(program and its corresponding includes).
Thanks in adavance.
Vishnu

Hi,
If you are using this for searching the includes of your z program/function group, you can filter out the objects starting with "Z","Y","LZ","LY".
Regards
Vinod

Similar Messages

  • Which table stores field names and their description?

    When I go to se11; I can get information about a table; its field names and field description.
    How can I access same information using an ABP Program? I have a third party tool which connects to SAP; it can pull data from any SAP Table or view. I do not know which table or view stores information displayed in SE11.
    Thanks a lot.

    Hi zigzagdna,
    The field names and their description are strored in table DD03L and DD03T.
    SAP DDIC dictionary informations are generally store in DD* tables. You can search this kinds of DD* tables in SE11 using F4 search help.
    With Best Regards
    Julia

  • Which table stores Supplier Name information?

    Hi Guys,
    Can anyone tell me which table in EBS stores Supplier Information?
    Thanks in advance.

    Hi Sudipta,
    The supplier information is stored in PO_VENDORS table in 11i.
    In R12, PO_VENDORS is changed to a view but still you can get same information.
    The table name in R12 - AP_SUPPLIERS.
    Thanks,
    PS.

  • Which table stores all development class and names of programs

    Hi All,
    can any one tell me which table stores all development classes and programs we made.

    thanks for the answer , i got info also.
    TADIR is also one table in which you can find out the prog names and dev class.
    check table for dev class is TDEVC.

  • Which table stores the information about a user (name, username etc.)

    Which table stores the information about a user (name, username etc.) .Is it LDAP server or MSSQL server? then hw to go to that table ?

    I guess this is a question about CAD - and it doesn't matter much if it's UCCE or Express. The info is in the LDAP called Directory Services. In UCCE the Sync process updates the LDAP from the ICM config database.
    You can use a free LDAP browser to connect to the LDAP (anonymous connection) and read the LDAP.
    Regards,
    Geoff

  • Which table stores environment information?

    Hello, which table stores the environement info.By environment info, i mean the system you are curretly logged in.

    These are stored at runtime corresponding to the fields of structure SYST.
    Youu need to refer them as
    SY-MANDT -> Current client
    SY-SYSID ->  name of the system
    SY-DBSYS -> Name of database system
    SY-UZEIT -> current system time
    SY-DATUM -> Current system date
    Hope this will help.

  • Which tables store the domains and data types?

    Hi.
    From what I know, DD01L stores all the domains (both SAP and user-created) in the system. Is this understanding correct?
    As for data types, which table stores them?
    Thanks.

    Hi,
    All abap program stored in the TADIR table and TRDIR
    Z_reports are stored in the table REPOSRC
    TVDIR is the system table(view) maintained by sap.
    in this all Tables are stored.
    TVDIR is a repository of VIEWS.
    The domains are stored in DD01L
    The tables that are created are stored in DD02L
    Fields are stored in DD03L.
    Data Elements are stored in DD04L
    DD06L                          Pool/cluster structures
    DD07L                          R/3 DD: values for the domains
    DD08L                          R/3 DD: relationship definitions
    DD09L                          DD: Technical settings of tables

  • Get Node ID of PFCG tx., which table stores it? I tried F1 help but no use!

    Hello,
    Pls. let me know how to get / read the node ID's value of PFCG tx, which table stores this value?
    Thank you

    Hi,
    Use the table AGR_HIER to get the node id of all WD applications of a  ROLE.
    Sample Code:
    select single *
                   from AGR_HIER
                   into ls_agr_hier
                   where  agr_name = 'ROLE_NAME'
                            and reporttype = 'OT'
                           and REPORT = 'WDY_APPLICATION'.
    Now, you get all wd applications attached to that node.
                   ls_agr_hier-OBJECT_ID ..... is the node id
    Check tables with AGR_*  to find out the exact match against your application name
    Hope this helps you.
    Regards,
    Rama

  • Which table stores the Sales Order--Header--Texts--EDI Text?

    Hi Experts,
    I hv a requirenment regarding the Sales Order -> HEADER -> TEXTs -> EDI Text-Int, so, I need to hv some Orders(#). which does hv this text on them, for as test data.
    So, I am looking which table stores, this text for my_sales_oders_12345678.
    [ actually, i got some info from sdn, like,
    Table TTXOB -> stores Texts: application object for Sales order header it is always VBBK i.e. field TDOBJECT = VBBK.
    Now all the text types i.e. text ids are stored in table TTXID
    So fetch all text ids(TDID) from this table based on TDOBJECT = VBBK. And its descriptions are stored in TTXIT table.
    but, no use this ]
    thanq
    Edited by: Srinivas on Jul 10, 2008 11:06 PM

    Hi Srinivas,
    Generally to access the text we use READ_TEXT function Module.
    we need to pass the four parameters
    ID
    LANGUAGE
    NAME
    OBJECT
    You can find these parameters in the sales order it self.
    Goto ---> Header ---> Texts
    Now double click on the text it takes you to the Text Editor. You can find the screen Display Form Header . In this goto Menu Path Goto ---> Header. You get a screen Text header. Here you can find the these parameters.
    Text Name
    Language
    Text ID
    Text Object
    You need to pass these parameters to the function Module to text the text.
    You can also fins the text in Table STXH
    Best regards,
    raam

  • Which table stores the data of transaction FBL1N...?

    Hi,
    Please help me find out which table stores the data ,generated from transaction FBL1N..Actually i need to find out the g/l account against the vendor account that is being displayed in FBL3N's document overview.

    Hi,
    Data will be retrieved from following table :
    tables: lfa1, lfb1, bsik, bsid, kna1, t001,t005, SKAT, SKB1.
    In BSIK you have  both LIFNR and HKONT. You will get the data based on the LIFNR and HKONT. LIFNR is Vendor and HKONT is GL assigned to the vendor.
    Thanks,
    Sriram Ponna.
    Message was edited by:
            Sriram Ponna

  • IN which table stores the Value of sales orders Net Value

    IN which table stores the Value of sales orders Net Value

    Hi Lakshmi,
    Check Following Tables:
    CRMD_PRICING_I
    CRMM_PR_SALESA
    CNCCRMPRSAP00090
    Reward Points if Helpful.
    Srini.

  • Which table stores the value of status column in leave request.

    Which table stores the value of status column in leave request.If i give pernr ,absence type and date how would i get the status
    Thanks
    Bala Duvvuri

    Hi,
    PTREQ_ACTOR      -              Request Participant
    PTREQ_ATTABSDATA    -           Request Data for Attendances/Absences
    PTREQ_BATCH              -      Time Stamp for Run of Background Jobs
    PTREQ_CKEY_MAPP      -        Cache Assignment Table
    PTREQ_HEADER             -      Request Header
    PTREQ_ITEM_TYPES       -        Request Item Types
    PTREQ_ITEMS                  -  Request Items
    PTREQ_NOTICE                -   Note for Request
    PTREQ_STATUS_CHK      -         Check Methods for Status Transitions
    PTREQ_STATUS_TRA      -         Status Transfers
    PTREQ_TYPE                    - Request Types
    PTREQ_XFEREVENTS       -        Permitted Status Transitions
    PTREQ_XFEREVNT_T        -       Texts for Status Transitions
    Value of staus column you can check it PTREQ_STATUS_CHK

  • Which table stores Condition Pricing Date

    Dear SDN experts,
    Would like you to tell me which table stores Condition Pricing Date field (Sale Order Item)?
    Thanks,
    Khanh

    Pass VBAK-KNUMV  to KONV-KNUMV and you will get the item pricing conditions.
    the condition pricing date is stored in field KONV-KDATU
    Edited by: ksd on Dec 10, 2009 12:33 PM

  • Which Table stores Purchase Order Related to Parked Invoice

    Hi
    Which Table stores Purchase Order Related to Parked Invoice?  I am not able to get that information. Thanks a lot in advance for any help.
    Thanks
    Arghadip

    Hi
    Check Table RSEG with the parked Invoice document number.
    Thanks & Regards
    Kishore

  • Which table stores pack_slip_number

    Hi all...
    which table stores pack_slip_number ?
    Thanks ..

    I think you are looking for the batch that released all the pick slips.
    It is stored in wsh_picking_batches (batch_id and batch_name).
    Batch_name is equal to the move order number in mtl_txn_request_headers.
    Header_id is equal to the mtl_txn_request_lines.
    line_id in mtl_txn_request_lines is move_order_line_id in mtl_material_transactions where your pick_slip_number is there.
    Thanks
    Nagamohan

Maybe you are looking for

  • How to classify a Document into Category and subcategories

    Hi, We have a fully functional basic KM system where we upload documents into folders and subfolders. Now we have a requirement to classify the documents into categories and subcategories at the time of uploading the document. This classification wil

  • Podcast feed not updating for weeks

    Hi there, I recently have fixed the errors that occured in our feed for the Chonilla.com (podcast and blog) I use wordpress powerpress by blubrry. Our itunes address is http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewPodcast?id=374975394 Our fe

  • GX600 digital sound output

    So i have a gx600 notebook it works great and i love it, but recently I got tritton ax360 5.1 surround sound headset. They can plug into the three audio jacks and work okay although I dont have the use of the microphone on the headset or the surround

  • Trouble creating new app

    I am new to Planning and having trouble creating a new app. I'm working w/ the Classic App Wizard in Workspace. I have created a 'hypuser' schema on Oracle 10g and and I use this in the 'configure database' stage of the Planning config. I have create

  • The top and bottom lines of my books on iBooks are cut off

    Ive tried changing the font size but it still doesn't work