The DDLDEPENDENCY table in SAP ERP or S/4HANA stores DD: Objects in a DDL Source data. There are total 4 fields in DDLDEPENDENCY table. The DD: Objects in a DDL Source table is available in all major of SAP S/4HANA versions and is implemented as a Column Store table within the SAP HANA database. Additionally we provide an overview of the structure and fields of DDLDEPENDENCY table. It is in DDL specific basic functions (SDDL_BASIC_FUNCTIONS) ABAP package and is part of the ABAP Dictionary (BC-DWB-DIC) module.
SAP DDLDEPENDENCY Table Fields
Following is the list of fields that are available in SAP DDLDEPENDENCY table. The primary key fields of DD: Objects in a DDL Source table in SAP are DDLNAME (Name of a DDL Source), OBJECTNAME (Name of the ABAP Dictionary object), STATE (Activation State of Repository Object).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| DDLNAME | Name of a DDL Source | DDLNAME | CHAR (40) | |
| OBJECTNAME | Name of the ABAP Dictionary object | OBJECTNAME | CHAR (30) | |
| STATE | Activation State of Repository Object | AS4LOCAL | CHAR (1) | |
| OBJECTTYPE | ABAP Dictionary Object Type | OBJECTTYP | CHAR (4) |


