The DBOBJ table in SAP ERP or S/4HANA stores Composition of Hybrid Objects data. There are total 10 fields in DBOBJ table. The Composition of Hybrid Objects 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 DBOBJ table. It is in LDAP Synchronization (SLDAPSYNC) ABAP package and is part of the Directory (BC-SEC-DIR) module.
SAP DBOBJ Table Fields
Following is the list of fields that are available in SAP DBOBJ table. The primary key fields of Composition of Hybrid Objects table in SAP are OBJECTTYPE (LDAP Application), VAR (Table Name), FLD (Field Name).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| OBJECTTYPE | LDAP Application | LDAP_APPL | * | CHAR (4) |
| VAR | Table Name | TABNAME | * | CHAR (30) |
| FLD | Field Name | FIELDNAME | * | CHAR (30) |
| KEYFLAG | Switch (yes / no) | LDAP_FLAG | CHAR (1) | |
| MANDFLAG | Switch (yes / no) | LDAP_FLAG | CHAR (1) | |
| MULTIFLAG | Switch (yes / no) | LDAP_FLAG | CHAR (1) | |
| HEXFLAG | Switch (yes / no) | LDAP_FLAG | CHAR (1) | |
| READFLAG | Switch (yes / no) | LDAP_FLAG | CHAR (1) | |
| WRITEFLAG | Switch (yes / no) | LDAP_FLAG | CHAR (1) | |
| DATATYPE | Name of ABAP Dictionary Object | DDOBJNAME | CHAR (30) |


