The COMC_PR_TEMPLATE table in SAP ERP or S/4HANA stores Product Template for Configurable Products data. There are total 5 fields in COMC_PR_TEMPLATE table. The Product Template for Configurable Products 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 COMC_PR_TEMPLATE table. It is in Product Master Customizing – General (COM_PRODUCT_CUST) ABAP package and is part of the Central Part of Product Master (AP-MD-PRO) module.
SAP COMC_PR_TEMPLATE Table Fields
Following is the list of fields that are available in SAP COMC_PR_TEMPLATE table. The primary key fields of the table are CLIENT (Client), PRODUCT_TYPE (Product Type).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| CLIENT | Client | MANDT | * | CLNT (3) |
| PRODUCT_TYPE | Product Type | COMT_PRODUCT_TYPE | COMC_PR_TYPE | CHAR (2) |
| CONFIG | Determines Whether a Product Is Configurable | COMT_PRODUCT_CONFIGURABLE | * | CHAR (1) |
| PRODUCT_ID | Product ID | COMT_PRODUCT_ID | CHAR (40) | |
| LOGSYS | Logical system | LOGSYS | * | CHAR (10) |


