The ADMI_VARIA table in SAP ERP or S/4HANA stores Contents of the Variant for the Archiving Program data. There are total 8 fields in ADMI_VARIA table. The Contents of the Variant for the Archiving Program 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_VARIA table. It is in Archive Development Kit (SARC) ABAP package and is part of the Archive Development Kit (BC-CCM-ADK) module.
SAP ADMI_VARIA Table Fields
Following is the list of fields that are available in SAP ADMI_VARIA table. The primary key fields of the table are DOCUMENT (Archiving Session Number), SEQUENCE (Number of the record in the archive hierarchy).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| DOCUMENT | Archiving Session Number | ADMI_RUN_D | CHAR (6) | |
| SEQUENCE | Number of the record in the archive hierarchy | RKZ_RECNR | NUMC (4) | |
| SELNAME | ABAP: Name of SELECT-OPTION/PARAMETER | RSSCR_NAME | CHAR (8) | |
| KIND | ABAP: Type of selection | RSSCR_KIND | CHAR (1) | |
| SIGN | ABAP: ID: I/E (include/exclude values) | TVARV_SIGN | CHAR (1) | |
| OPTI | ABAP: Selection option (EQ/BT/CP/…) | TVARV_OPTI | CHAR (2) | |
| LOW | ABAP: Selection Value (LOW or HIGH Value, External Format) | TVARV_VAL | CHAR (45) | |
| HIGH | ABAP: Selection Value (LOW or HIGH Value, External Format) | TVARV_VAL | CHAR (45) |


