The CLICOMP_DEF table in SAP ERP or S/4HANA stores Definition of Application Components for iPPE Engine data. There are total 21 fields in CLICOMP_DEF table. The Definition of Application Components for iPPE Engine 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 CLICOMP_DEF table. It is in Customizing the iPPE-Engine (CPPEENG0C) ABAP package and is part of the Integrated Product and Process Engineering (AP-PPE) module.
SAP CLICOMP_DEF Table Fields
Following is the list of fields that are available in SAP CLICOMP_DEF table. The primary key fields of the table are APPLOBJ_TYPE (iPPE Application Object Type).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| APPLOBJ_TYPE | iPPE Application Object Type | PPE_APPLOBJ_TYPE | CHAR (4) | |
| PNODID_FLG | Application Object Has Nodes | CLICOMP_PNODID_FLG | CHAR (1) | |
| POSVID_FLG | Application Object Has Variants | CLICOMP_POSVID_FLG | CHAR (1) | |
| PALTID_FLG | Application Object Has Alternatives | CLICOMP_PALTID_FLG | CHAR (1) | |
| PRELID_FLG | Application Object Has Relationships | CLICOMP_PRELID_FLG | CHAR (1) | |
| HIST_FLG | Application Object Has Historical Data | CLICOMP_HIST_FLG | CHAR (1) | |
| READ_PRXXX_FLG | Own PRELID Table in Application Object | CLICOMP_PRXXX_FLG | CHAR (1) | |
| CLS_NAME | Name of the Controller Class in the Processing Unit | CLICOMP_LI_CLS_NAME | CHAR (30) | |
| GET_INST_METHOD | Name of the GET_INSTANCE Method for Processing Unit (LI) | CLICOMP_LI_METHOD | CHAR (30) | |
| FUGR_NAME | Object Name in Object Directory | SOBJ_NAME | CHAR (40) | |
| BEFORE_SAVE_FLG | Notification Before Saving | CLICOMP_B_SAVE_FLG | CHAR (1) | |
| AFTER_SAVE_FLG | Notification After Saving | CLICOMP_A_SAVE_FLG | CHAR (1) | |
| LATE_INST_FLG | Indicator: Start External Application Only if Required | CLICOMP_LATE_INST_FLG | CHAR (1) | |
| EKG_CLS_NAME | Name of Controller Class for Check and Correction Operation | CLICOMP_EKG_CLS_NAME | CHAR (30) | |
| EKG_GET_INST_MET | Name of GET_INSTANCE Method for Check and Correction (EKG) | CLICOMP_EKG_METHOD | CHAR (30) | |
| PNODID_AETYP | Object Type in Engineering Change Management | CLICOMP_PNODID_AETYP | NUMC (2) | |
| POSVID_AETYP | Object Type in Engineering Change Management | CLICOMP_POSVID_AETYP | NUMC (2) | |
| PALTID_AETYP | Object Type in Engineering Change Management | CLICOMP_PALTID_AETYP | NUMC (2) | |
| PRELID_AETYP | Object Type in Engineering Change Management | CLICOMP_PRELID_AETYP | NUMC (2) | |
| BAPI_CLB_FLG | Callback After Saving Using API/BAPI | CLICOMP_BAPI_CLB_FLG | CHAR (1) | |
| ARC_FLG | Indicator: Archiving Allowed for Application | PPE_ARC_FLG | CHAR (1) |


