The CMS_RULES_SET table in SAP ERP or S/4HANA stores Unique Rule Details data. There are total 7 fields in CMS_RULES_SET table. The Unique Rule Details 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 CMS_RULES_SET table. It is in Analysis (CMS_CORE_ANL_SET) ABAP package and is part of the Calculations (FS-CMS-CAL) module.
SAP CMS_RULES_SET Table Fields
Following is the list of fields that are available in SAP CMS_RULES_SET table. The primary key fields of the table are MANDT (Client), RULE_SET_GUID (Rule Set Pky), BU_PARTNERID (Business Partner Identification Number), BPF (Business Partner Function), RBL_CURR (Currency of the Receivable Amounts Specified in the Link), RBL_ORG_UNIT (Organization Unit for a Receivable), PRODUCT_SET (Identification of a Product Set).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| MANDT | Client | MANDT | CLNT (3) | |
| RULE_SET_GUID | Rule Set Pky | CMS_DTE_RULE_SET_GUID | RAW (16) | |
| BU_PARTNERID | Business Partner Identification Number | CMS_DTE_BPID | CHAR (32) | |
| BPF | Business Partner Function | CMS_DTE_BPF | CHAR (6) | |
| RBL_CURR | Currency of the Receivable Amounts Specified in the Link | CMS_DTE_CAG_RBL_RBL_CURR | CUKY (5) | |
| RBL_ORG_UNIT | Organization Unit for a Receivable | CMS_DTE_RBL_ORG_UNIT | CHAR (10) | |
| PRODUCT_SET | Identification of a Product Set | CMS_DTE_PRD_SET | CHAR (6) |


