The COMC_PRVIEW_DEF table in SAP ERP or S/4HANA stores Product Workbench Default Setting Views data. There are total 4 fields in COMC_PRVIEW_DEF table. The Product Workbench Default Setting Views 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_PRVIEW_DEF table. It is in Product Master Customizing – General for UI (COM_PRODUCT_CUST_UI) ABAP package and is part of the Central Part of Product Master (AP-MD-PRO) module.
SAP COMC_PRVIEW_DEF Table Fields
Following is the list of fields that are available in SAP COMC_PRVIEW_DEF table. The primary key fields of the table are PRODUCT_TYPE (Product Type), SETTYPE_GUID (Internal Key of a Set Type).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| PRODUCT_TYPE | Product Type | COMT_PRODUCT_TYPE | COMC_PR_TYPE | CHAR (2) |
| SETTYPE_GUID | Internal Key of a Set Type | COMT_FRGTYPE_GUID32 | COMC_SETTYPE | CHAR (32) |
| VIEW_ID | View ID | COMT_PR_VIEW_ID | COMC_PRVIEW | CHAR (16) |
| VIEWSET_POS | Position of Set Type in View | COMT_VIEWFRG_POS | INT2 (5) |


