The CNVCDOP_STATE table in SAP ERP or S/4HANA stores CDOP : Status of the activities in a Project data. There are total 8 fields in CNVCDOP_STATE table. The CDOP : Status of the activities in a Project 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 CNVCDOP_STATE table. It is in CDOP: Control Center (CNV_CDOP_CC_00) ABAP package and is part of the Landscape Transformation (CA-LT) module.
SAP CNVCDOP_STATE Table Fields
Following is the list of fields that are available in SAP CNVCDOP_STATE table. The primary key fields of the table are PROJECT_ID (CDOP – Project ID), ACTIVITY_ID (CDOP – Activity ID).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| PROJECT_ID | CDOP – Project ID | CNVCDOP_PROJECT_ID | * | CHAR (5) |
| ACTIVITY_ID | CDOP – Activity ID | CNVCDOP_ACTIVITY_ID | CHAR (30) | |
| ACTIVITY_STATUS | CDOP : Status of an activity | CNVCDOP_ACTIVITY_STATUS | CHAR (1) | |
| START_DATE | Job start date | BTCXDATE | DATS (8) | |
| START_TIME | Batch Job Start Time | BTCXTIME | TIMS (6) | |
| END_DATE | Job start date | BTCXDATE | DATS (8) | |
| END_TIME | Batch Job Start Time | BTCXTIME | TIMS (6) | |
| LOG_HANDLE | Application Log: Log Handle | BALLOGHNDL | CHAR (22) |


