The COMS_PR_TYPE_UOM table in SAP ERP or S/4HANA stores Product Type-Specific Settings for Units of Measure data. There are total 4 fields in COMS_PR_TYPE_UOM table. The Product Type-Specific Settings for Units of Measure 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 COMS_PR_TYPE_UOM 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 COMS_PR_TYPE_UOM Table Fields
Following is the list of fields that are available in SAP COMS_PR_TYPE_UOM table. The primary key fields of the table are PRODUCT_TYPE (Product Type).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| PRODUCT_TYPE | Product Type | COMT_PRODUCT_TYPE | * | CHAR (2) |
| ATTR_BASE_UOM | Data Element: F1 Help for Base Unit of Measure | COMT_PR_UOM_ATTR_BASE_UOM | * | CHAR (30) |
| USE_WEIGHT | Flag: Weights and dimensions can be defined | COMT_PR_UOM_USE_WEIGHT | CHAR (1) | |
| DEFAULT_BASE_UOM | Default Value for Base Unit of Measure | COMT_PR_DEFAULT_BASE_UOM | * | UNIT (3) |


