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

Similar Messages

  • Which table stores the IMG and User Menu information?

    Hi,
    Does anyone know which table stores the IMG and User menu information? I am looking for a table which stores the t.code and the respective menu path so that i can find the menu path for each t.code.
    Please help.

    Hi,
    If you are looking info related to area menu then use fm
      call function 'BMENU_MENU_TREE_GET'
        exporting
          menu_id        = p_menu
        tables
          menu_tree      = imenu_tree
        exceptions
          menu_not_found = 1
          others         = 2.
    aRs

  • 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

  • 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 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 the net book vaues of assets ?

    Hi,
    I want to see which table stores the Net book value of assets.
    in the assets books and financial information windows the figures are there. but I cannot find the table.
    Thanks and Regards,
    MPH

    Hi
    Hope this below query may help u
    you can get all the amounts by passing asset id , from_date and to_date
    SELECT far.cost_retired,
    far.nbv_retired,
    far.proceeds_of_sale,
    far.gain_loss_amount
    FROM fa_retirements far, fa_transaction_headers fah
    WHERE 1 = 1
    AND far.asset_id = p_asset_id
    AND far.book_type_code = p_corp_book
    AND to_char(fah.date_effective, 'DD/MM/RRRR') >= p_from_date
    AND to_char(fah.date_effective, 'DD/MM/RRRR') <= p_to_date
    AND far.status = 'PROCESSED'
    AND fah.transaction_key = 'R'
    AND far.asset_id = fah.asset_id
    AND far.book_type_code = fah.book_type_code
    AND far.transaction_header_id_in = fah.transaction_header_id
    AND far.transaction_header_id_in =
    (SELECT MAX (far1.transaction_header_id_in)
    FROM fa_retirements far1, fa_transaction_headers fah1
    WHERE far1.asset_id = far.asset_id
    AND to_char(fah1.date_effective, 'DD/MM/RRRR') >= p_from_date
    AND to_char(fah1.date_effective, 'DD/MM/RRRR') <= p_to_date
    AND far1.book_type_code = far.book_type_code
    AND far1.status = 'PROCESSED'
    AND far1.asset_id = fah1.asset_id
    AND far1.book_type_code = fah1.book_type_code
    AND fah1.transaction_key = 'R'
    AND far1.transaction_header_id_in = fah1.transaction_header_id);
    Please let me know if u need any help
    Thanks
    Prasanna

  • 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 valid City/State/Country combination for Customers

    Hi,
    I would like to know which table stores the valid city/state/country/county/provinces for Customer Address validation
    Any helps please?
    Thanks,
    Genoo

    Hi,
    Please ensure to include your EBS version, so as to better provide assistance..
    Please have a look at the doc as its explained in-depth:
    Projects Uptake of the TCA Architecture in Release 12 [ID 417511.1]
    Hope this helps,
    Best Regards,

  • ML60 tcode !! which table stores the data which is shown in ML60 ..urgent !

    Hi Guys,
    Tcode ML60 shows the Relase Group, Relase strategy and all....
    Can anyone tell me which table is that which the stores the data which is shown in tcode ML60 ???
    The problem that i am facing is that for ML60 the amount that is fixed for every relase staretgy is in text fields eq 2.5k - 50 K USD but i want this value to be in numeric field and not as text.
    If i will find that table which stores all this information, may be i will get this field which stores this text as a numeric field.
    Please help me find this table.
    And also can any one tell me how to link PO document type to the relase group ??
    Points will be awarded.
    Thanks a lot
    Rahul

    Hi guys,
    Yes ML60 is a standard SAP transaction but may be ML60 is not configured to the system which you are using. Otherwise also if u will search google, you will find ML60.
    Hi Anji, i have already tried all these tables, but none of these tables store the limit for each release strategy.
    I can see the limit only in ML60 tcode
    Thanks
    Rahul

  • 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 Tax percentage rate of commercial invoice?

    Which data base table stores the tax percentage rate of the items in a commercial invoice? Or which FM can return the tax percentage rate?

    HI,
    Don't post the duplicate threads for same requirement...it against to the SCN rules. Moderator can delete this thread.
    Report to Moderator!!!

  • Regarding Changing the Namespace And Data Type in XSD File

    Hi All,
    I am Doing File -
    IDOC Interface.
    I have XSD File For File Sysyetm and IDOC For ECC.
    In XSD File I Have Different Name Space And Data Type ,
    I Created the Data Type as Same as the XSD File Data type
    I Have Namespaces Are Different,
    So,I Changed the Namespace in the XSD File with the New Namespace Which I created in IR.
    I Changed in Two Places Like this
    <b><xsd:schema targetNamespace="http://Sample1.com/xi/file;" xmlns="http://Sample1.com/xi/file;"</b>
    But it is giving Error lik this
    <b>Cannot load schema with the target namespace http://xxx.com/xi/xx/vamsi/100 to namespace http://Sample1.com/xi/file;</b>
    Regards
    Vamsi

    Hi Vasanth,
    Thats what I am Asking
    I want to Import XSD File in Data Type
    Before I Import the XSD File into Data type  I changed the Namespace in the XSD to My Namespace Which is in IR. And I Created the Data Type Name in IR Which I Have in XSD FIle .
    So I Am Getting this Error
    Please Let me Know Wat to do
    Regards
    Vamsi

  • In which table is the Live cache data stored?

    Hi experts,
       I am new APO .Can anyone let me know in which database table will the Live cache data be stored?
    Thanks in advance
    regards
    Ashwin.

    Hello Ashwin,
    the idea of the liveCache is to haev data permanently and quickly available without having to read/write from/to database. Therefore, the liveCache is <b>NOT</b> a physical database, it is a program in C++ that <i>simulates</i> a database and holds the data in the memory.
    However, it does need so called liveCache-anchors which are saved on the database, and which are similar to pointers.
    However, you can extract data from liveCache using BADIs or by creating a datasource on a planning area (for DP and SNP), manipulation can also be done only by BADIs or sophisticated programming (which basically uses RFCs).
    I hope this answers your question.
    Regards,
    Klaus

  • Which table store the user type attribute details on 4.5b version

    Hi,
      I am hunting for the table which store the user type attribute.To simply the problem when i create user in the 4.5b system using su01 tcode & when you select user type from logon data say you select Dialog or BDC or Background and CPIC type now where this information is store in the table, what i got from system is User type (A=online, C=CPIC, D=BDC, O=ODC) but on UI it is showing as Dialog or BDC etc. which is confusing me.
      so can anyone tell the table which store detail info about say A = Dialog or D = BDC user type.
    thanks,
    John.

    Hi John,
    These are the Fixed values allowed to this Domain. No value table is maintained but they maintain the Fixed values in the Value Range Tab of the Domain.
    Go to SE11--> Domain Name ---> Display --> Select Tab strip Value Range, where you can see the fixed values for this Domain.
    Satya

  • Production Order COst Itemization details : which table stores the data

    Hi gurus ,
    Please help in the followoing scenario
    For any production order : GOTO > Costs>Itemization : it says Planned values are recalculated
      At which table level we would retrieve the Itemization details for any production order(containing Material).
    The requirement is to develope a report to display the Cost Itemization details for any production Order.
    Any help is appreciative or helpful.
    Thanks
    Kylietisha

    Dear,
    Check the table COAS and COEP or use BAPI_COSTESTIMATE_ITEMIZATION or K_ORDER_ITEMIZATION_GET
    Please refer this link,
    production order - table for cost itemization
    Regards,
    R.Brahmankar

Maybe you are looking for

  • IPhone stolen. Bought new iPhone but problem with iMessage

    So, someone stole my iPhone 4 a couple of months ago and I got a new iPhone 4S with a new simcard. I synced it with my old iTunes account but the problem is, even after entering my new phone number in phone settings, when activating iMessage it still

  • Smart form otf to pdf

    what are procedure shld follow  to download a smartform into pdf. i am calling directly smartform from the generated function by passing final table .

  • AIR ADL invalid application descriptor

    Hi, everyone. I have problem with running AIR aplications when installed Ruby under Windows 7. If I try to run adl for my program "adl application.xml bin", I get the next result: C:\Documents and Settings\User\Desktop\New Project>adl application.xml

  • Office 365 Split domain question

    Is it possible to run an on-premise Lync hosting 1 SIP domain, with on premise Exchange running a specific email domain say company1.com Then have Office 365 host two other SIP and email domains. Company2.com and company3.com I am trying to get my he

  • Macbook Pro not starting up no startup chime

    Friday afternoon, I attempted to start up the Macbook Pro but after the Superdrive made a sound, I don't hear any startup chime.  Yesterday night, after having to remove the battery and by inserting the RJ-45 Jack into the Macbook Pro, I finally got