The CRMC_RULES2PROC table in SAP ERP or S/4HANA stores Cancellation procedure rule data. There are total 4 fields in CRMC_RULES2PROC table. The Cancellation procedure rule 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 CRMC_RULES2PROC table. It is in CRM cancellation dates (CRM_CANCEL) ABAP package and is part of the Business Transactions (CRM-BTX) module.
SAP CRMC_RULES2PROC Table Fields
Following is the list of fields that are available in SAP CRMC_RULES2PROC table. The primary key fields of the table are CLIENT (Client), CANCPROC (Cancellation Procedure), CANC_PARTY (Cancelling Party), CANCRULE (Cancellation Rule).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| CLIENT | Client | MANDT | CLNT (3) | |
| CANCPROC | Cancellation Procedure | CRMT_CANC_PROCEDURE | CRMC_CANCPROC | CHAR (4) |
| CANC_PARTY | Cancelling Party | CRMT_CANC_PARTY | CRMC_PARTY | CHAR (4) |
| CANCRULE | Cancellation Rule | CRMT_CANC_RULE | CRMC_CANCRULES | CHAR (4) |


