The CDSOLMIG_DD table in SAP ERP or S/4HANA stores Change Document Objects to be Migrated data. There are total 19 fields in CDSOLMIG_DD table. The Change Document Objects to be Migrated 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 CDSOLMIG_DD table. It is in Change Documents (SZD) ABAP package and is part of the Change Documents (BC-SRV-ASF-CHD) module.
SAP CDSOLMIG_DD Table Fields
Following is the list of fields that are available in SAP CDSOLMIG_DD table. The primary key fields of Change Document Objects to be Migrated table in SAP are MANDANT_OLD (Client), RELEASE_OLD (SAP Release), SYSID_OLD (Send externally: system ID for communications ID), RUNNR (Number of Run for Solution Migration Change Documents), USERNAME (User name of the person responsible in change document), UDATE (Creation date of the change document), UTIME (Time changed), TABNAME (Table Name), FNAME (Field Name).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| MANDANT_OLD | Client | MANDT | * | CLNT (3) |
| RELEASE_OLD | SAP Release | SAPRL | CHAR (4) | |
| SYSID_OLD | Send externally: system ID for communications ID | SO_SYSID | CHAR (10) | |
| RUNNR | Number of Run for Solution Migration Change Documents | CDRUNNR | CHAR (10) | |
| USERNAME | User name of the person responsible in change document | CDUSERNAME | CHAR (12) | |
| UDATE | Creation date of the change document | CDDATUM | DATS (8) | |
| UTIME | Time changed | CDUZEIT | TIMS (6) | |
| TABNAME | Table Name | TABNAME | * | CHAR (30) |
| FNAME | Field Name | FIELDNAME | * | CHAR (30) |
| TABFDPOS | Position of the field in the table | TABFDPOS | NUMC (4) | |
| KEYFLAG | Identifies a key field of a table | KEYFLAG | CHAR (1) | |
| LOGFLAG | Indicator for writing change documents | LOGFLAG | CHAR (1) | |
| INTTYPE | ABAP data type (C,D,N,…) | INTTYPE | CHAR (1) | |
| DATATYPE | ABAP Dictionary: Dynpro Data Type for Screen Painter | DYNPTYPE | CHAR (4) | |
| INTLEN | Internal Length in Bytes | INTLEN | NUMC (6) | |
| LENG | Length (No. of Characters) | DDLENG | NUMC (6) | |
| OUTPUTLEN | Output Length | OUTPUTLEN | NUMC (6) | |
| CONVEXIT | Conversion Routine | CONVEXIT | CHAR (5) | |
| KOMMENTAR | Comment | COMMENT | CHAR (80) |


