The CNVCDOP_ACT_TEXT table in SAP ERP or S/4HANA stores Activity text description (language dependent) data. There are total 3 fields in CNVCDOP_ACT_TEXT table. The Activity text description (language dependent) 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_ACT_TEXT 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_ACT_TEXT Table Fields
Following is the list of fields that are available in SAP CNVCDOP_ACT_TEXT table. The primary key fields of the table are ACTIVITY_ID (CDOP – Activity ID), SPRAS (Language Key).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| ACTIVITY_ID | CDOP – Activity ID | CNVCDOP_ACTIVITY_ID | CNVCDOP_IMG | CHAR (30) |
| SPRAS | Language Key | SPRAS | * | LANG (1) |
| NODE_TEXT | CDOP – Text for the activity node in the IMG | CNVCDOP_NODE_TEXT | CHAR (30) |


