The COMC_PR_TYPE_T table in SAP ERP or S/4HANA stores Description of the Product Types data. There are total 3 fields in COMC_PR_TYPE_T table. The Description of the Product Types 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_TYPE_T 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_TYPE_T Table Fields
Following is the list of fields that are available in SAP COMC_PR_TYPE_T table. The primary key fields of the table are PRODUCT_TYPE (Product Type), LANGU (Language Key).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| PRODUCT_TYPE | Product Type | COMT_PRODUCT_TYPE | COMC_PR_TYPE | CHAR (2) |
| LANGU | Language Key | SPRAS | * | LANG (1) |
| DESCRIPTION | Product Type Description | COMT_PR_TYPE_DESC | CHAR (40) |


