The CDBD_LINK table in SAP ERP or S/4HANA stores Business transaction – set – link data. There are total 11 fields in CDBD_LINK table. The Business transaction – set – link table is available in all major SAP S/4HANA versions, is implemented as a Column Store table within the SAP HANA database. Additionally we provide an overview of the structure and fields of CDBD_LINK table. It is in CRM Order: CDB Objects for General Sales Order Processing (CDB_ORDER) ABAP package and is part of the Business Transactions (CRM-BTX) module.
SAP CDBD_LINK Table Fields
Following is the list of fields that are available in SAP CDBD_LINK table. The primary key fields of Business transaction – set – link table in SAP are CLIENT (Client), LINK_GUID (Link header guid).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| CLIENT | Client | MANDT | CLNT (3) | |
| LINK_GUID | Link header guid | CDBT_LINK_GUID | RAW (16) | |
| ORDERADM_H_GUID | Order Header Guid | CDBT_ORDERADM_H_GUID | RAW (16) | |
| HI_GUID | GUID of a CRM Order Object | CRMT_OBJECT_GUID | RAW (16) | |
| SET_GUID | GUID of a CRM Order Object | CRMT_OBJECT_GUID | RAW (16) | |
| TR_USER | Character field, length 32 | CHAR32 | CHAR (32) | |
| TR_ID | Character field, length 32 | CHAR32 | CHAR (32) | |
| TR_STATUS | Undefined range (can be used for patch levels) | CHAR4 | CHAR (4) | |
| TIMESTAMP | UTC Time Stamp in Short Form (YYYYMMDDhhmmss) | TIMESTAMP | DEC (15) | |
| DELETED | Single-Character Flag | CHAR1 | CHAR (1) | |
| TR_ROOTID | Character field, length 32 | CHAR32 | CHAR (32) |


