The CNVCDMC_PROJDEF table in SAP ERP or S/4HANA stores CDMC – Master table for Definition of CDMC Projects data. There are total 5 fields in CNVCDMC_PROJDEF table. The CDMC – Master table for Definition of CDMC Projects 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 CNVCDMC_PROJDEF table. It is in CDMC : Data Dictionary Objects (CNV_CDMC_DDICOBJS) ABAP package and is part of the Custom Development Management Cockpit (SV-SMG-CCM-CDM) module.
SAP CNVCDMC_PROJDEF Table Fields
Following is the list of fields that are available in SAP CNVCDMC_PROJDEF table. The primary key fields of the table are PROJDEF_ID (CDMC – Project Definition ID).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| PROJDEF_ID | CDMC – Project Definition ID | CNVCDMC_PROJDEFID | CHAR (5) | |
| SCENARIO | CDMC – Scenario | CNVCDMC_SCENARIO | CHAR (1) | |
| CREATION_USER | CDMC – Project Definition Created By | CNVCDMC_PROJDEF_USER | CHAR (12) | |
| CREATION_DATE | CDMC – Project Definition Created On | CNVCDMC_PROJDEF_DATE | DEC (15) | |
| DESCRIPTION | CDMC – Short Text for the Project Definition ID | CNVCDMC_PROJDEF_DESC | CHAR (30) |


