CGDDDO SAP (Assignments with the defintion of a field) Structure details

Dictionary Type: Structure
Description: Assignments with the defintion of a field




ABAP Code to SELECT data from CGDDDO
Related tables to CGDDDO
Access table CGDDDO




Structure field list including key, data, relationships and ABAP select examples

CGDDDO is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Assignments with the defintion of a field" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_CGDDDO TYPE CGDDDO.

The CGDDDO table consists of various fields, each holding specific information or linking keys about Assignments with the defintion of a field data available in SAP. These include DEFTAB (Transfer table fields), DEFFCA (copy from another field catalog), FIENM (Characteristic), ATTRI (EC-EIS/EC-BP: Characteristic attribute).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP CGDDDO structure fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
DEFNEWCreate single field CGDDEFNEWCHAR1XFELD
DEFTABTransfer table fields CGDDEFTABCHAR1XFELD
DEFFCAcopy from another field catalog CGDDEFFCACHAR1XFELD
FIENMCharacteristic CGDDIMENSCHAR30Assigned to domainFDNAMEKCD
ATTRIEC-EIS/EC-BP: Characteristic attribute CGDATTRICHAR30Assigned to domainFDNAME
TXT_MDescription CGSTXT_MCHAR20TEXT20
MRK_RReference data element CGDATTROLCHAR1XFELD
ATROLData element (semantic domain) ROLLNAMECHAR30Assigned to domainROLLNAMEROLDD_DTEL
MRK_DReference domain CGDATTDOMCHAR1XFELD
ATDOMDomain name DOMNAMECHAR30Assigned to domainDOMNAMEDD_DOMA
MRK_FReference characteristic CGDATTFIECHAR1XFELD
ATFIECharacteristic CGDDIMENSCHAR30Assigned to domainFDNAMEKCD
MRK_NCreating with own value maintenance CGDATTCHKCHAR1XFELD
MRK_OCreating without value maintenance CGDATTNOCHKCHAR1XFELD
CMARKFlag: Amount CGSCMARKCHAR1XFELD
QMARKFlag for quantity field CGSQMARKCHAR1XFELD
DMARKCheckbox XFELDCHAR1XFELD
MRK_CSelection Indicator CGSMARKCHAR1XFELD
MRK_USelection Indicator CGSMARKCHAR1XFELD
DTYPEData Type in ABAP Dictionary DATATYPE_DCHAR4DTYPEDATATYPE
DIGITNumber of characters in field CGSDIGITNUMC6NUM6
ILENGInternal Length in Bytes INTLENNUMC6DDLENG
APPLCApplication class for drilldown reporting CFAPPLCLASCHAR4Assigned to domainCFAPPLCLASCFARRI_APPL

Key field Non-key field



How do I retrieve data from SAP structure CGDDDO using ABAP code?

As CGDDDO is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on CGDDDO as there is no data to select.

How to access SAP table CGDDDO

Within an ECC or HANA version of SAP you can also view further information about CGDDDO and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!