The CDC_RECORDER table in SAP ERP or S/4HANA stores Recorder data. There are total 5 fields in CDC_RECORDER table. The Recorder 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 CDC_RECORDER table. It is in Recorder-APi for DB-Trigger (S_ESH_DB_TRIGGER) ABAP package and is part of the NetWeaver Enterprise Search (BC-EIM-ESH) module.
SAP CDC_RECORDER Table Fields
Following is the list of fields that are available in SAP CDC_RECORDER table. The primary key fields of Recorder table in SAP are .
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| OWNER | Owner of a recorder or replicator | CDC_OWNER | CHAR (20) | |
| SYSTEM_TYPE | Type of system where Recorder is running | CDC_SYSTEM_TYPE | CHAR (1) | |
| CONNECTION_TYPE | Type of connection to system where Recorder is running | CDC_CONNECTION_TYPE | CHAR (1) | |
| CONNECTION_ID | ID of a connection (RFC, DBCON) | CDC_CONNECTION_ID | * | CHAR (30) |
| SENDER_DBMS | Database system | DBCON_DBMS | CHAR (3) |


