The CRG_RULES table in SAP ERP or S/4HANA stores Check Rules for Delete/Archive data. There are total 3 fields in CRG_RULES table. The Check Rules for Delete/Archive 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 CRG_RULES table. It is in Subroutines for Data Archiving (CA_DATAARCHIVING) ABAP package and is part of the Archiving (CRM-BF-AR) module.
SAP CRG_RULES Table Fields
Following is the list of fields that are available in SAP CRG_RULES table. The primary key fields of the table are MANDT (Client), BOR_OBJTYPE (BOR Object Type).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| MANDT | Client | MANDT | CLNT (3) | |
| BOR_OBJTYPE | BOR Object Type | BOR_OBJTYP | TOJTB | CHAR (10) |
| ACTIVE | Check Active | CHCK_ACTIVE | CHAR (1) |


