The COMM_PRVIEWH table in SAP ERP or S/4HANA stores Product View – History data. There are total 8 fields in COMM_PRVIEWH table. The Product View – History 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 COMM_PRVIEWH table. It is in Product: Views (COM_PRODUCT_VIEW) ABAP package and is part of the Central Part of Product Master (AP-MD-PRO) module.
SAP COMM_PRVIEWH Table Fields
Following is the list of fields that are available in SAP COMM_PRVIEWH table. The primary key fields of the table are CLIENT (Client), VIEW_GUID (Internal Key of a View), VALID_TO (Valid To (Time Stamp)).
Field | Description | Data Element | Check Table | Data Type |
---|---|---|---|---|
CLIENT | Client | MANDT | * | CLNT (3) |
VIEW_GUID | Internal Key of a View | COMT_VIEW_GUID | COMM_PRVIEW | RAW (16) |
VALID_TO | Valid To (Time Stamp) | COMT_VALID_TO | DEC (15) | |
VIEW_ID | Identification of a View | COMT_VIEW_ID | CHAR (16) | |
VALID_FROM | Valid From (Time Stamp) | COMT_VALID_FROM | DEC (15) | |
UPNAME | Name of the User Who Last Changed the Set | COMT_UPNAME | CHAR (12) | |
LOGSYS | Original System | COMT_LOGSYS | * | CHAR (10) |
UPDATE_TYPE | Type of Change | UPDATE_TYPE | CHAR (1) |