The COMM_PR_UNITH table in SAP ERP or S/4HANA stores Product Unit of Measurement History data. There are total 22 fields in COMM_PR_UNITH table. The Product Unit of Measurement 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_PR_UNITH table. It is in Product: Units of Measure for Product (COM_PRODUCT_UNITS) ABAP package and is part of the Central Part of Product Master (AP-MD-PRO) module.
SAP COMM_PR_UNITH Table Fields
Following is the list of fields that are available in SAP COMM_PR_UNITH table. The primary key fields of the table are CLIENT (Client), PRODUCT_GUID (Internal Unique ID of Product), UNIT (Units of Measure of Product), 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 | RAW (16) | |
| UNIT | Units of Measure of Product | COMT_UNIT | * | UNIT (3) |
| VALID_TO | Valid To (Time Stamp) | COMT_VALID_TO | DEC (15) | |
| NUMERATOR | Numerator for Conversion to the Base Unit of Measure | COMT_NUMERATOR | INT4 (10) | |
| DENOMINATOR | Denominator for Conversion to the Base Unit of Measure | COMT_DENOMINATOR | INT4 (10) | |
| EXPONENT10 | Base 10 Exponent for Conversion to the Base Unit of Measure | COMT_EXPONENT10 | INT2 (5) | |
| GROSS_WEIGHT | Gross Weight | COMT_GROSS_WEIGHT | QUAN (13) | |
| NET_WEIGHT | Net Weight | COMT_NET_WEIGHT | QUAN (13) | |
| WEIGHT_UNIT | Weight Unit | COMT_WEIGHT_UNIT | T006 | UNIT (3) |
| VOLUME | Volume Occupied by the Product per Volume Unit | COMT_VOLUME | QUAN (13) | |
| VOLUME_UNIT | Unit for the Volume of a Product | COMT_VOLUME_UNIT | T006 | UNIT (3) |
| LENGTH | Length of the Product or of the Packaging of the Product | COMT_LENGTH | QUAN (13) | |
| WIDTH | Width of the Product or of the Packaging of the Product | COMT_WIDTH | QUAN (13) | |
| HEIGHT | Height of the Product or of the Packaging of the Product | COMT_HEIGHT | QUAN (13) | |
| UNIT_OF_DIM | Unit in Which Length/Width/Height Is Measured | COMT_UNIT_OF_DIMENSION | T006 | UNIT (3) |
| IS_BASE_UNIT | Base Unit of Measure | COMT_BASE_UNIT | CHAR (1) | |
| COMM_PR_UNIT | Dummy function in length 1 | DUMMY | CHAR (1) | |
| 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) |


