The CDADD table in SAP ERP or S/4HANA stores Link old change document to new change document data. There are total 9 fields in CDADD table. The Link old change document to new change document 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 CDADD table. It is in Tools for change doc access (MFLE_CHANGEDOC) ABAP package and is part of the Material Master (LO-MD-MM) module.
SAP CDADD Table Fields
Following is the list of fields that are available in SAP CDADD table. The primary key fields of the table are MANDT (Client), OBJECTCLAS (Object class), TABNAME (Table Name).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| MANDT | Client | MANDT | CLNT (3) | |
| OBJECTCLAS | Object class | CDOBJECTCL | CHAR (15) | |
| TABNAME | Table Name | TABNAME | CHAR (30) | |
| OBJECTCLASOLD | Object class | CDOBJECTCL | CHAR (15) | |
| TABNAMEOLD | Table Name | TABNAME | CHAR (30) | |
| OBJECTID_MATNR | New Input Values | XFLAG | CHAR (1) | |
| OBJECTID_STRUC_NEW | Object Value | CDOBJECTV | CHAR (90) | |
| OBJECTID_STRUC_OLD | Object Value | CDOBJECTV | CHAR (90) | |
| CONV_DATE | Date of conversion | MFLE_CONV_DATE | DATS (8) |


