SQL-Trace on SE11 > View <table>#

t.DDTYPESTabelle aller Dictionary Typen und Klassen
t.DD02LSAP-Tabellen Eigenschaften
t.SMODILOGProtokoll der Kundenmodifikationen an EU-Objekten
t.DD02TTexte zu SAP-Tabellen
t.DD03LTabellenfelder
t.DD08LBeziehungsdefinitionen (Texttabellen)
t.DD08TTexte zu den Beziehungsdefinitionen
t.DD05SFremdschlüsselfelder
t.DD03KView über die Schlüsselfelder mit Domänendefinition
t.DD35LSuchhilfeanbindungen an Strukturen: Header
t.DD36SParameter-Feldzuordnungen bei der Suchhilfeanbindung
t.DD32SSuchhilfeparameter
t.DD04LDatenelemente
t.DD09LTechnische Einstellungen von Tabellen
t.DD04TTexte der Datenelemente
t.DD01LDomänen

Note: Infos on Data Dictionary Objects (Programs, Function Modules) can be retrieved like this.

Steps#

If you do not know the transaction code in which the data is used: then use the Data Dictionary tables, in particular, DD02L and DD02T. Accounts Payable. See examples below.

If you do know any transaction in which (related) data is used:

  1. start the transaction
  2. position the cursor on the field you want to have info about
  3. press F1, then F9
  4. now you see the technical information of the data element, such as table name and field name.
  5. if the table mentioned is what you're looking for, you're done. It is also possible that the data element is in a structure and not in a table. Now you can either analyze the structure via trx SE11, or you can double click on the 'data element' field. In the next screen, use the 'Where used' button to find the tables in which this data element is used.

Additional tip: if you have found the table name, you can use trx SE36 or SLDB or ALDD ( also u can click on the help u will get information about logical data base tables)to see the relationships of this table to other tables. You can use these relationships when defining queries, designing custom ABAP programs, etc. If you're lucky, one or more standard SAP logical database exist which contain the table you found in the previous steps. Proceed as follows:

  1. start trx SE36
  2. use the search help for the logical database name
  3. enter the name of the table in the search help
  4. press enter and, if you're lucky, you'll see a list of logical databases. Select one, press enter, select the radio button 'Structure' and press the view button. Now you'll see how this table is related to other tables.

Another method is to use the SQL tracing that comes with SAP. you can activate this in a secondary session, preferably just before you launch a step in a transaction (like saving, or pushing a button, or before you do a F4 help function). You then immediately switch the tracing back off. If you then analyze the trace, you should find the embedded SQL transactions that access the different tables. This works fine for example if you want to know in which table the configuration is stored. you can use the name of the table to launch SM30 or SM31 to find the SPRO activity related to the specific table.

== The following is a (theorectically) complete ABAP dic list. ==

Table Description
DD0102V Generated table for view DD0102V
DDREFTAB ABAP/4 D: Dependencies Sorted by Referenced Objects
DDCHKMESS ABAP/4 Dict.: contains messages for NA checks
DDTYPET ABAP/4 Dictionary: Texts for type groups
DD12VVT ABAP/4 Repository Information System: Index work structure
DDAUTHTAB ABAP/4: database actions and flag if this is permitted
DD09C ABAP/4: Sytem-dependent attributes of tech. settings
DD25L Aggregate Header (Views, MC Objects, Lock Objects)
DD23T AS400_L-MCID: Matchcode ID Texts
DD29T AS400_L-SELCOND: Selection Condition Texts
DD20T AS400-T_MCOBJECT: MC Object Texts
DD20TV AS400-T_MCOBJECT: MC Object Texts
DD33S Assignment of search help fields
DD33V Assignment of search help parameters for srch help inclusion
DD31S Assignment of search helps to collective search helps
DD31V Assignment of search helps to collective search helps
DD36V Assignment of structure fields and search helps: Fields
DD35V Assignment of structure fields and search helps: Headers
DD25Z Assignment of superview to subview - no longer required -
DD93S Attribute of an External Index
DD93V Attribute of an External Index
DDEXTIDXS4 Attribute of an External Index
DD03L_F BAPI field names for update
DD26S Base tables and foreign key relationships for a view
DDSHBUTTON Buttons on the Hit List
DDSHFPROP Characteristics of search help parameters
DDVEPR Check Table with Two Key Fields
DDOBJCLASS Classification of ABAP Dictionary objects
DDBTCMPTIT Column information for comparison of repeat groups
DDCOMTOTAB Comment on the Table Rows
DDSHOCXINT Communications between F4 process and search help OCX
DDCON Condition for IN operator
DDCCOND Conditions for Status Switch during Conversion
DDB_AW Configuration Transac. Data: Fact for Simple Characteristic
DDB_C03 Configuration Transac. Data: General Value Set
DDB_AZW Configuration Transaction Data: Fact for Restrictable Char.
DDF4PSINDX Contains Information for Personalizing the F4 Help
DDICNVLST Contains information on converter exits
DDKONTEXT Context of DD Maintenance
DDIPOOCHK Control String for Additional Tests for Pooled Table
DDIDELCHK Control String for Check Whether Fields May Be Deleted
DDITESCHK Control String for Checking DD02L <-> DD09L/Field Checks
DDITEHCHK Control String for Checking DD02L <-> DD09L/Header Checks
DDISAACHK Control String for Checking Fields for SAA Standard
DDISAHCHK Control String for Checking Header for SAA Standard
DDILTYCHK Control String for Checking Long Fields
DDINNUCHK Control String for Checking NOT NULL Flags
DDIREFCHK Control String for Checking Reference Fields
DDIVALCHK Control String for Checking the Fixed Values (Fields)
DDIVAHCHK Control String for Checking the Fixed Values (Header)
DDIKEYCHK Control String for Checking the Key
DDTBFKCHK Control String for Foreign Key Checks in Table Activator
DDTBFDCHK Control String for Table Checks (Fields)
DDTBHDCHK Control String for Table Checks (Header)
DDITANCHK Control String for Table Name Tests (Except SAA)
DDIPCLCHK Control String for Table Type Test with Pool/Cluster
DDTBIXCHK Control String for the Index Checks
DDICNVCTRL Control String for Transaction ICNV
DDPRTENQ Control string: print lock objects
DDPRTMC Control string: print option for matchcodes
DDPRTSHLP Control string: print options for search helps
DDPRTTAB Control string: print options for tables
DDPRTVIEW Control string: print options for views
DDAUTHCTRL Control structure for authorization checks
DDF4IDCTRL Control Structure for Data Selection for an External Index
DDTYPEGET Control structure for DD_TYPEINFO_GET
DDSHF4CTRL Control Structure for F4 Process with Search Help Exit
DDPARLIST Control structure for outputting parameter values
DDSHLPVERS Current Version of Search Help Activator
DDTEXTDATA Data cluster as text
DD04L Data elements
DDF4TRADAT Data to be Stored in DDF4TRACE
DDFIELD DB-relevant description of DD table fields
DD12DB2 DB2/390: Index Parameters
DD02DB2 DB2/390: Table Parameters
DDRELTAB DD Dict.: structure for relations
DDSCR DD Interface: View of Field Attributes in the Nametab
DDSEVSUM DD:
DDACTRES DD: Activation result incl. dependent propagation
DDPROPVAL DD: Attribute value pairs
DDTIMER DD: Basic tools, timer structure
DDTCCT DD: Cluster Tables -> Table Clsuter - Assignment
DDICNVCHE DD: Condition variables for incremental conversion
DDCNVTABL DD: Contains incr. conv. tables depend. on release/component
DDMASSCTRL DD: Control Input Par. for DD_MASS_ACT_PARALLEL
DDMASSAC DD: Control operations for DD objects during mass activation
DDMATASKCT DD: Control Parameter for Mass Act. for Each Task
DDTBCLASS DD: Control String for Checking TABCLASS <-> SQLTAB
DDCACHE DD: Control String for Read Routines
DDTABTVAL DD: Control string for TABT values checks
DDICNVPREP DD: Control Structure for ICNV in Upgrade
DDCNVUPGR DD: Control structure for ICNV steps during upgrade
DDMASSTST DD: Control Structure for Test Mode Mass Activation Program
DDPAMSCTRL DD: Controls Parallel Handling during Mass Activation
DDCPRO DD: Conversion projects
DDCDIM DD: Conversion, number of table lines
DDCSTA DD: Conversion, number of table lines
DDCSCANSTA DD: Conversion, scan history
DDCCURRSTA DD: Conversion, statistics, intermediate values
DDCPROGRES DD: Conversion, statistics, intermediate values
DDART DD: Data Class in Technical Settings
DDNMB DD: Data records per extent (minimum/maximum number)
DDDBUTREFS DD: Database utility reference fields
DDICNVDAYS DD: Days of Week
DDPATH DD: Definition of access paths
DDCNVDEFS DD: Definition of Conversion Steps
DDCNVBODY DD: Definition of conversion steps - local attribute
DDDEPTAB DD: Dependencies Sorted By Dependent Objects
DDPOPUPT2F DD: Description of a dialog box with 2 columns and 1 flag
DDCNVUSR DD: Exception table of converter
DDCNVTIMES DD: Exclusion times for conversion
DDCNVEXIT DD: External conversion methods
DDFLDSPATH DD: field information and field name with entire path
DDBUF DD: For transferring the new buffering parameters
DDLOGDEF DD: Formal definition of log and trace output
DDREFSTRUC DD: General Reference Structure in ABAP Dictionary
DDPARTKEY DD: Global attributes of table DDPART
DDHDFLG3 DD: Header flag 3 expanded
DDHDFLG4 DD: Header flag 4 expanded
DDHDFLG5 DD: Header flag 5 expanded
DDHDFLG6 DD: Header flag 6 expanded
DDNTHIST DD: history nametabs in time interval
DDICNVUPGR DD: ICNV Control for Upgrade Phase PREPARE
DDUDT DD: Include for user, date, time
DDSERVERIF DD: Info for Application Server for Parallel Processing
DDINFO DD: Info Part of the Navigation Table for DD Objects
DD42V DD: Interface structure for table type key fields (TTKF)
DD40V DD: Interface structure for table types
DD42V_EXT DD: Key Field of a Table Incl. Further Information
DDOPKEY DD: Key of a DD/DB Operation
DDOBJKEY DD: Key of DD Objects (Type Name)
DDWHERECND DD: Lines of where condition
DDPRLOCK DD: Lock granularity for standard output
DDOPADMIN DD: Management Information on an DD/DB Operation
DDSEVMAP DD: Map severity for level/STDO
DDPRMASQUE DD: Mask for overlaying a log line
DDCHK_CNT DD: Mass Check Statistics Counter
DDFKEYRC DD: Message numbers for foreign key violations
DDOBJ DD: Name of an ABAP Dictionary object
DDGR_NAME DD: Names of DD objects for graphic algorithms
DDCNODE DD: Nodes in Status Graphs of Conversion
DDGR_OBJ DD: Object lists for graphic algorithms
DDOPOBJ DD: Object on which a DD/DB Operation is Performed
DDPROTOBJ DD: Object Table for Log Entries in DDPRH, DDPRS
DDCHK_CTRL DD: Parameter for (Parallel) Mass Check Program
DDPART DD: Partitioned form of TBATG
DDSERVPERF DD: Performance Key Figures of Server for Par. Execution
DDOBJPOS DD: Position of an object
DDNTSACT DD: Possible actions on nametab byte
DDCQUEUE DD: Queue for CNV Operations
DDCNVREF DD: Reference structure for conversion requirements
DDCURSOR DD: Reference structure for cursor area
DDLOAD DD: Reference structure for loading/unloading tables
DDGR_RELIX DD: Relation over object index for graphic algorithms
DDGR_REL DD: Relations list for graphic algorithms
DDRELSTRUC DD: Relationships between DD objects
DDOBJCOST DD: Relative costs per DD object type
DDPRID DD: Representation of a list of log IDs
DDDEPRES DD: result of handling of dependent objects
DDTTSTATE DD: Result when reading the TABT activation set
DDICNVRES DD: Results of ICNV Checks in Upgrade
DDMSACTRC DD: Return Information about Activation
DDALIAS DD: Second name for accessing tables
DDPROF DD: Settings for DDIC programs
DDOP DD: Specification of DDL Operations
DDCNVSTAT DD: Statistical Data for Conversion
DDSTATHIST DD: Statistical Data for Conversion
DDCSTAT_I DD: Statistics Data for Conversions
DDCSTAT_T DD: Statistics Data for Conversions
DDCSTAT_K DD: Statistics Data for Conversions - Key Part
DDCPYSTAT DD: Statistics data for table copy
DDCSTAT DD: Statistics table for conversions
DDDTSTATE DD: Status of Data Elements
DDDOMSTATE DD: Status of domains
DDDOACTRES DD: Status of domains (activation result)
DDTTACTRES DD: Status of Table Types (Activator Results)
DDACTIONS DD: Structure for display ACTION -> text
DDICNVMON DD: Structure for ICNV monitor
DDCLASSES DD: Structure for mapping CLASS -> text
DDTEMPL DD: Structure for mapping SKIND -> text
DDMASS DD: Structure for mass activator parameters
DDMSG DD: Structure for Messages
DDNUMFVAL DD: Structure for numeric fixed values
DDOBJDIR DD: Structure for Objects in Mass Checks
DDCNVCTRL DD: Structure for parameters of ICNV
DDCNVRESS DD: Structure for results of FB DD_ICNV_UPGRADE
DDTRKORR DD: Structure for Transport Requests
DDGENTAB DD: Structure of Gentab (Mass Activation Program)
DDICNVENQ DD: Structure to lock the ICNV
DDFTYP DD: Structure to test fields without data elements
DDTABFDS DD: Structure/table name - field name with lengths
DDCPROTAB DD: Table for conversion projects
DDMUTEX DD: Table for implementing reciprocal exclusions
DDDTRENUPG DD: Table for Renaming Data Elements During Upgrade
DDTBFD DD: Table Name, Field Assignment
DD09L DD: Technical settings of tables
DD07VT DD: Temp. Replacement Structure for VIEW DD07TV
DDCPROT DD: Text on conversion projects
DD07T DD: Texts for Domain Fixed Values (Language-Dependent)
DD03T DD: Texts for fields (language dependent)
DDOPTIME DD: Time of a DD/DB Operation
DDBYTE DD: X-fields for each bit of a byte
DD01V_OLD DD01V with old names
DD02V_OLD DD02V with old names
DDB_C02 DDB Change Messages (Configuration)
DDB_TO DDB Configuration: TYPE_OF-Fakt
DDB_ITP DDB: General Object Type
DDSHDEFSH Default value - search help per user and collective s.h.
DDCNVKEY Definition of Conversion Scenario - Key
DDB_C06 Describes a characteristic value, as in priority tables
DDSHDEFLT Description of a default value for search help fields
DDFIXVALUE Description of a Fixed Value
DDBT_CFLD Description of a non-elementary component of a structure
DDBT_STDEF Description of a structured type
DDTYPEDESC Description of an ABAP Dictionary Type
DD03P_D Dictionary Maintenance: Attributes of Structure Fields
DDOBJTEXT Dictionary Objects: Texts
DDICNVDIST Distribution of data records of base tables
DD91S DocID Key Definition of External Index
DD91V DocID Key Definition of External Index
DDEXTIDXS2 DocID Key Definition of External Index
DDF4ATTRVA Document Attribute with Value for Indexing/De-indexing
DDF4IDXCON Document Contents for External Index
DD01L Domains
DD04D Dynpro fields for Data Element
DD01D Dynpro fields for domain
DD03D Dynpro fields for table fields
DDACL Exclusion times for ABAP/4 Dictionary actions
DDATCHK Field structure for screen 100 RUTATCHK
DD27S Fields in an Aggregate (View, MC Object, Lock Object)
DD24S Fields of a matchcode ID
DDFLG1 Flag byte 1 of nametab for field attributes
DDFLG2 Flag byte 2 in nametab for field attributes
DDFLG3 Flag Byte 3 of Nametab for Field Attributes
DDFLG4 Flag byte 4 of nametab for field attributes?
DD05S Foreign key fields
DDPRT_FRM Format Definitions for Printing Dictionary Objects
DD20V Generated table for DD20V view
DD05P Generated Table for the View DD05P
DD05Q Generated Table for the View DD05Q
DD_LB_TEST Generated Table for View DD_LB_TEST
DD01LV Generated table for view DD01LV
DD01V Generated table for view DD01V
DD01VV Generated table for view DD01VV
DD02V Generated table for view DD02V
DD02VV Generated table for view DD02VV
DD03K Generated table for view DD03K
DD03M Generated table for view DD03M
DD03N Generated table for view DD03N
DD03VT Generated Table for View DD03VT
DD03VV Generated Table for View DD03VV
DD04V Generated Table for View DD04V
DD04VV Generated table for view DD04VV
DD04VVL Generated table for view DD04VVL
DD04VVT Generated table for view DD04VVT
DD06V Generated table for view DD06V
DD06VV Generated table for view DD06VV
DD07V Generated Table for View DD07V
DD08V Generated table for view DD08V
DD08VV Generated table for view DD08VV
DD08VVT Generated table for view DD08VVT
DD092526V Generated table for view DD092526V
DD09VV Generated table for View DD09VV
DD09VVT Generated table for view DD09VVT
DD12V Generated Table for View DD12V
DD16V Generated table for view DD16V
DD20VVT Generated table for view DD20VVT
DD22V Generated table for view DD22V
DD23H Generated table for view DD23H
DD23LS Generated table for View DD23LS
DD23V Generated table for view DD23V
DD23VVT Generated table for view DD23VVT
DD24A Generated table for view DD24A
DD2526V Generated table for view DD2526V
DD25LS Generated table for view DD25LS
DD25V Generated table for view DD25V
DD25VV Generated table for view DD25VV
DD25VVT Generated table for view DD25VVT
DD26I Generated table for view DD26I
DD27I Generated table for view DD27I
DD27M Generated table for view DD27M
DD27SV Generated table for view DD27SV
DD27VV Generated table for view DD27VV
DD27VVT Generated table for view DD27VVT
DD30V Generated table for view DD30V
DD30VV Generated table for view DD30VV
DD35VV Generated table for view DD35VV
DD36Q Generated table for view DD36Q
DD40VV Generated table for view DD40VV
DD41V Generated table for view DD41V
DD90V Generated Table for View DD90V
DDVAL Generated table for view DDVAL
DD90L Header Information for External Index
DDSTEXTIDX Header Information of External Index
DD24H Help System View on Fields of a MC ID
DDSHHVALUE Historic Help Values
DD12INF Index parameter for INFORMIX
DD12DB6 Index Parameters for DB2 Universal Database Version 2
DD12MSS Index Parameters for MS SQL Server
DD12ORA Index Parameters for ORACLE
DD12SYB Index Parameters for SYBASE System_10
DD03MI Index structure for view DD03M
DDF4TRACE INDX Structure for Holding F4 Trace (List Box)
DDBT_DATA Information about a component of a complex data object
DDBT_FLD Information about an elementary component
DDALTER Information about Reasons for ALTER TABLE
DDDECIDE Information about Structure Changes to DB Objects
DDINDEX Information for indexes
DDSHCUMAR Information on Cursor Position and Markings
DDINDXACT Information what kind of Index is Required in DB
DDCNV Information why Conversion
DDPRTLIST Input list for printing DD objects
DDYN Interface Between ABAPhelp and Help Processor
DDSHIFACE Interface description of a F4 help method
DDPRT_I Interface for ABAP/4 Dictionary logger
DDDBUTMREQ Interface for mass processing requests
DD26E Interface Structure for Base Tables of a Lock Object
DD52D Interface Structure for Base Tables of a Lock Object
DD05M Interface Structure for DD_TBFK_GET
DD36M Interface structure for field assignments table-search help
DDSHOUTFLD Interface structure for FM to search help selection
DD32P Interface structure for search help parameters
DDSHRETVAL Interface Structure Search Help <-> Help System
DDSHLDB1 Interface structure search help <-> logical DBs
DDSHDESCR Interface: elementary search helps of a search help
DDPRTGEN Interface: general print options
DD09V Interface: Technical Settings Table/View
DDDEPDESCR Internal Description of a Dependent Object
DD28J Internal structure for joins of views
DD42S Key fields for table types (internal tab. defined in DD)
DDF4KEYTAB Key for Selection Module / Search Engines
DD94S Languages of an Index Category
DD94V Languages of an Index Category
DD28S Lines of a selection condition
DDCVERTIC Link of Status Graph of Conversion Program
DDF4LBBUF1 List Box Buffer: GUID and Time Stamp for a Table
DDENA Lock argument fields
DDOPER Lock arguments for DD processes
DDENQS Lock object structure for Dictionary objects (inc. index)
DD10L Lock table for DD activation
DDSECHKPRT Log Display Admin. Search Index
DDLREF Log Reference in Dictionary - Standard Output
DDLCH Logical Channel Info from the R/3 Repos. - Standard Version
DDSHICON Management of Icon Information
DD92S Mapping of R/3 Data on External Index
DD92V Mapping of R/3 Data on External Index
DDEXTIDXS3 Mapping of R/3 Data on External Index
DDF4EXIXS3 Mapping of R/3 Data on External Index
DD23L Matchcode ID
DD23VD Matchcode ID
DD20L Matchcode objects
DDMESS Message in non-expanded form
DDFLDNAM Name of a DD table field
DDXTF Nametab field structure for delayed writing
DDXTT Nametab header structure for delayed writing
DDNTTHISTS Nametab history: table information on DB table DDNTT_HIST
DDOCC Occurrence of Table/Field in Aggregates or as Reference
DDTABNAME Only table name
DDBOOK Output control table manual
DDPRTPARA Parameter for print editing
DD36S Parameter-field assignments for search help attachment
DDUDMPAR Parameters for attribute maintenance / partial objects
DDSYN Parameters for Buffer Synchronization
DDB_PO Part-of Structure in Configuration (DDB)
DDSHPVALUE Personal Help Values
DDPCH Physical Channel Info from the R3/Repos. - Standard Version
DD06L Pool/cluster structures
DDB_C05 Presentation Messages for DDB Instances
DDB_C07 Price Factors for Variant Conditions
DDICNVPROS Process information for incremental conversion
DDSHF4ENV Program Environment for F4 Field
DD14S R/3 DD: components of SAP objects
DD04T R/3 DD: Data element texts
DD01T R/3 DD: domain texts
DDPRH R/3 DD: Log header
DDPRS R/3 DD: log lines
DDPRTXT R/3 DD: Log texts
DD08L R/3 DD: relationship definitions
DD15L R/3 DD: SAP objects
DD02T R/3 DD: SAP table texts
DD16S R/3 DD: SQL table fields
DD15T R/3 DD: texts on SAP objects
DD06T R/3 DD: texts on SQL tables
DD07L R/3 DD: values for the domains
DD14V R/3 DD: view on SAP object structure
DD15V R/3 DD: view on SAP objects
DDERR R/3 DDIC: Error Code From Modules
DDPAR R/3 Dict: table of internal parameters
DD17S R/3 S_SECINDEX: secondary indexes, fields
DD12L R/3 S_SECINDEX: secondary indexes, header;
DD90T R/3-DD: Text for External Index
DDLOADD R3load-data table for migration
DDLOADH R3load-header table for migration
DDENQ_LIKE Ref. Fields for Parameters of the ENQUEUE Function Module
DDBOOL Reference Structure for Interfaces
DDICNVREF Reference structure for interfaces of ICNV
DDRANGE Reference structure for ranges in the ABAP Dictionary
DDIREL Relation Source and Target Tables in the ICNV
DD27VVTSTR Repository Infosystem: Structure via DD27VVT: View fields
DDERR_O Return code structure in consistency layer of the DD
DDCOMPARE Return from generic comparison tool: RS_VERS_COMPARE_TAB
DDNAMECONF Return structure for function module DD_NAME_CONFLICT_AREA
DDF4SERFC RFC Destinations of a Search Server Relation
DDFTX Run-time object with Screen Painter texts
DD24V S-MCIDFIELD: View of MC ID Fields
DD21S S-MCIDTABLE: Tables for a MC ID
DD02L SAP tables
DD07D Screen fields for domain values
DD08D Screen Fields for Foreign Keys
DD12D Screen fields for index maintenance
DD53D Screen Fields for Lock Object Fields
DD26D Screen fields for lock object maintenance
DD51D Screen Fields for Lock Objects (Same Fields: DD25D Views)
DD06D Screen fields for SQL table
DD16D Screen fields for SQL table fields
DD02D Screen Fields for Table
DD40D Screen Fields for Table Types
DD50D Screen Fields for Type Groups
DD25D Screen fields for view
DD27D Screen fields for view fields
DDAPPSRC SE11: Append origin of for. keys and src. help attachments
DD35L Search help attachments to structures: Headers
DD32V Search help fields
DD32VD Search help fields
DD31D Search help inclusions with texts of included
DD32S Search Help Parameter
DD30T Search help texts
DD30L Search helps
DDSETYPTAB Search Type Search Engine
DD17V Secondary index fields with language key
DD29L Selection Condition for Views and MC IDs
DDSHSELOPT Selection options for value selection with search help
DDSESELOPT Selopt Structure for the F4 Help with Search Engines
DDSHOFFLD Shared buffer for search help for a DDIC field
DD25T Short Texts for Views and Lock Objects
DD21V_VAR1 Special View on DD21V Tailored to Matchcode ID Generation
DDCLAUSE SQL clause
DD97S Statements for Trigger and Stored Procedures
DDDOSTATE Status of Objects
DDSETSTATE Status of Objects
DDSTATE Status of Objects
DDSPAR Storage clause for tables and indexes
DDSPAR1 Storage clause for tables and indexes
DDSPAR2 Storage clause for tables and indexes
DDSTORAGE Storage clause for tables and indexes
DDSTORAGE1 Storage clause for tables and indexes
DDSTORAGE2 Storage clause for tables and indexes
DDCONH Storage Parameter (condition)
DD02SYB Storage Parameters for Tables in SYBASE
DD03P Structure
DDCLIENT Structure for Clients
DDSECHKKEY Structure for Comparing Definition of Log Table
DDDBSPACE Structure for DBSpaces/Tablespaces
DDPRH_ALV Structure for DDPRH for Display with ALV Grid
DDNAMES Structure for Dictionary Checks
DDNAMETAB Structure for Display Nametab
DDF4SEKEYS Structure for Document Key of Log Table
DDNTFLAG Structure for Explaining Nametab Flags
DDSHEXMPL1 Structure for F4 help example RUTSHEXP
DDF4PSALLS Structure for General Personalization of Search Helps
DDF4IDPROT Structure for Log Table for Updating External Indexes
DDNTHEADER Structure for Nametab Header
DDMSCHK Structure for screen variables of mass checks
DDTABLE Structure for Table Information
DDF4TRIGTR Structure for Tree Representation of DB Trigger
DDPRT Structure of ABAP/4 Dictionary logs
DDCNVOPT Stsructure for Conversion Options
DDYTF Substitution Nametab (shadow-shadow-nametab for DDXTF)
DDYTT Substitution Nametab (shadow-shadow-nametab for DDXTT)
DDSYMTAB Symbol table (as reference structure)
DDSYM10TAB Symbol table (CHAR10)
DDF4SYNCIV Synchronization Interval for External Index
DD96S Synchronization Tables
DD96V Synchronization Tables of an External Index
DDEXTIDXS5 Synchronization Tables with Stored Proc. for External Index
DDFLGBYTE Table attributes in nametab header
DD03L Table Fields
DDHELPSTRT Table Fields for Reference
DD03V Table fields view
DDTYPES Table of all Dictionary types and classes
DDSHENTITY Table of data elements which need the value table help
DD02ALL Table Parameters for ALLBASE
DD02DB6 Table Parameters for DB2 Version 2
DD02INF Table Parameters for INFORMIX, Version 6
DD02MSS Table Parameters for Microsoft SQL Server
DD02ORA Table parameters for ORACLE, version 6
DDB_AST Table Structure for Author. Segm. Trigger
DD40L Table types (internal tables defined in DD)
DDREF Table/Field and Associated Reference Table/Field
DDF4DBTRIG Tables and Triggers
DDSHTECINF Technical information about a search help
DDLBBUFTST Test: Recognize Access to Buffered Tables
DD40T Text on table types
DD12T Text Table for DD12L (Short Descriptions of Sec. Indexes)
DD08T Texts on the relationship definitions
DD08TV Texts on the relationship definitions
DDB_C00 Transaction Data: DDDB_HAS_INST
DDB_C01 Transaction Data: DDDB_HAS_VAL
DDBT_FDDES Type and position of contents of a field
DDBT_DATD Type for packing complex data
DDCT_TYPE Type Information for LOW and High of a Range Type
DDPRTUVAR User settings for printing DD objects
DD21V V-MCIDTABLE: View of Tables for a MC ID
DD29V V-SELCOND: View on Header for a Selection Condition
DD27V V-VIEWFIELD: View of Fields in an SAP View
DD26V V-VIEWTABLE: View of Base Tables of a View
DDB_C04 Value Structure for Reading Characteristic Values from DDB
DDVE1 Value Table for Domain DDVERINT4
DD26VD Version display: Base tables
DD26EVD Version display: base tables of a lock object
DD04VD Version display: Data element
DD01VD Version display: Domain
DD07VD Version display: Domain fixed values
DD16VD Version display: Fields of SQL tables
DD08VD Version display: foreign key
DD05VD Version display: Foreign key fields
DD30VD Version Display: General Attributes of Search Helps
DD12VD Version display: index
DD28JVD Version display: Joins of views
DD22VD Version display: Lock object header
DD20VD Version display: matchcode objects
DD36VD Version display: parameter-field assignm. for s.h. attachm.
DD35VD Version display: search help attachm. to structures: header
DD28VD Version display: Selection conditions
DD06VD Version display: SQL table
DD02VD Version display: table header
DD42VD Version display: table type key fields (TTKF)
DD40VD Version display: table types
DD09VD Version display: Technical settings
DD27VD Version display: View fields, lock arguments, matchcode fld.
DD25VD Version display: View header
DD04TV Versioning: foreign languages for data elements
DD07TV Versioning: foreign languages for domain fixed values
DD01TV Versioning: foreign languages for domains
DD03TV Versioning: foreign languages for fields
DD23TV Versioning: foreign languages for matchcode IDs
DD30TV Versioning: foreign languages for search helps
DD12TV Versioning: foreign languages for secondary indexes
DD06TV Versioning: foreign languages for SQL tables
DD40TV Versioning: foreign languages for table types
DD02TV Versioning: foreign languages for tables
DD25TV Versioning: foreign languages for views and lock objects
DD27P View of Fields in an SAP Table View
DD28V View on a Selection Condition
DD05V View on foreign key fields
DDDBOPERA Virtual table of outstanding DB operations
DDDBOPS Virtual table of outstanding DB operations