The CONTCOMP table in SAP ERP or S/4HANA stores Control Composites data. There are total 8 fields in CONTCOMP table. The Control Composites 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 CONTCOMP table. It is in Tools and Utilities for Controls: Composite and Loader (SEU_CONTROL_COMPOSITE) ABAP package and is part of the Workbench Tools: Editors, Painters, Modelers (BC-DWB-TOO) module.
SAP CONTCOMP Table Fields
Following is the list of fields that are available in SAP CONTCOMP table. The primary key fields of the table are CC_NAME (Control Composite: Name), ACTIVE (ABAP: Program Status (Active, Saved, Transported…)).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| CC_NAME | Control Composite: Name | CC_NAME | CHAR (40) | |
| ACTIVE | ABAP: Program Status (Active, Saved, Transported…) | R3STATE | CHAR (1) | |
| CNAM | Author | CNAM | CHAR (12) | |
| CDAT | Created On | RDIR_CDATE | DATS (8) | |
| CTIM | TIME Data Element for SYST | SYTIME | TIMS (6) | |
| UNAM | Last changed by | UNAM | CHAR (12) | |
| UDAT | Changed On | RDIR_UDATE | DATS (8) | |
| UTIM | TIME Data Element for SYST | SYTIME | TIMS (6) |


