The CRMS_PRIL_OKSET table in SAP ERP or S/4HANA stores Handling Class for Set Types data. There are total 3 fields in CRMS_PRIL_OKSET table. The Handling Class for Set Types 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 CRMS_PRIL_OKSET table. It is in Product Master: Interaction Layer Definition (CRM_PRODUCT_CUST_IL) ABAP package and is part of the Products (CRM-MD-PRO) module.
SAP CRMS_PRIL_OKSET Table Fields
Following is the list of fields that are available in SAP CRMS_PRIL_OKSET table. The primary key fields of the table are OBJECT_KIND (Object Type of Sub-Objects in Product Master), ORG_UNIT (Indicator for Organizational Dependency), PROD_COMP_TYPE (Product Component Type).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| OBJECT_KIND | Object Type of Sub-Objects in Product Master | CRMT_PRIL_OBJKIND | CRMS_PRIL_OBKIND | CHAR (1) |
| ORG_UNIT | Indicator for Organizational Dependency | COMT_PR_ORG_TYPE | COMS_PR_ORG | CHAR (10) |
| PROD_COMP_TYPE | Product Component Type | COMT_PROD_COMP_TYPE | CHAR (2) |


