The ADMI_FILE_RULES table in SAP ERP or S/4HANA stores IRM Rules Applied for Archive Files data. There are total 6 fields in ADMI_FILE_RULES table. The IRM Rules Applied for Archive Files 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 ADMI_FILE_RULES table. It is in Archive Development Kit (SARC) ABAP package and is part of the Archive Development Kit (BC-CCM-ADK) module.
SAP ADMI_FILE_RULES Table Fields
Following is the list of fields that are available in SAP ADMI_FILE_RULES table. The primary key fields of the table are ARCHIV_KEY (Key for Archive File), OBJECT_CATEGORY (Object Category), OBJECT_TYPE (ILM Object), POLICY_CATEGORY (Policy Category), POLICY_TYPE (Audit Area), POLICY_ORIGIN (Policy Name).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| ARCHIV_KEY | Key for Archive File | ARKEY | CHAR (20) | |
| OBJECT_CATEGORY | Object Category | LRM_OBJECT_CATEGORY | CHAR (10) | |
| OBJECT_TYPE | ILM Object | LRM_OBJECT_TYPE | CHAR (30) | |
| POLICY_CATEGORY | Policy Category | LRM_POLICY_CATEGORY | CHAR (3) | |
| POLICY_TYPE | Audit Area | LRM_POLICY_TYPE | CHAR (10) | |
| POLICY_ORIGIN | Policy Name | LRM_POLICY_ORIGIN | CHAR (10) |


