The COMM_PRSHTEXTH table in SAP ERP or S/4HANA stores Product Description (History) data. There are total 10 fields in COMM_PRSHTEXTH table. The Product Description (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_PRSHTEXTH table. It is in General Product Set Types (COM_PRODUCT_BASIC_SETS) ABAP package and is part of the Central Part of Product Master (AP-MD-PRO) module.
SAP COMM_PRSHTEXTH Table Fields
Following is the list of fields that are available in SAP COMM_PRSHTEXTH table. The primary key fields of the table are CLIENT (Client), PRODUCT_GUID (Internal Unique ID of Product), LANGU (Language Key), VALID_TO (Valid To (Time Stamp)).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| CLIENT | Client | MANDT | * | CLNT (3) |
| PRODUCT_GUID | Internal Unique ID of Product | COMT_PRODUCT_GUID | COMM_PRODUCT | RAW (16) |
| LANGU | Language Key | SPRAS | T002 | LANG (1) |
| VALID_TO | Valid To (Time Stamp) | COMT_VALID_TO | DEC (15) | |
| 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) | |
| SHORT_TEXT | Product Description | COMT_PRSHTEXTX | CHAR (40) | |
| SHTEXT_LARGE | Product Description in Uppercase for F4 Help | COMT_PRSHTEXTG | CHAR (40) |


