SAP ADMI_STATS Table – Archiving sessions: Statistics

The ADMI_STATS table in SAP ERP or S/4HANA stores Archiving sessions: Statistics data. There are total 25 fields in ADMI_STATS table. The Archiving sessions: Statistics 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_STATS table. It is in Archive Development Kit (SARC) ABAP package and is part of the Archive Development Kit (BC-CCM-ADK) module.

SAP ADMI_STATS Table Fields

Following is the list of fields that are available in SAP ADMI_STATS table. The primary key fields of the table are DOCUMENT (Archiving Session Number).

Field Description Data Element Check Table Data Type
DOCUMENT Archiving Session Number ADMI_RUN_D CHAR (6)
DB_SPACE_W Used Table Space in Database [Byte] ADMI_R_DSW FLTP (16)
DB_SPACE_D Memory Space Released in Database [Byte] ADMI_R_DSD FLTP (16)
DB_SPACE_L Reloaded Table Database Space [Byte] ADMI_R_DSL FLTP (16)
DB_INDEX_W Used Index Database Space [Byte] ADMI_R_IXW FLTP (16)
DB_INDEX_D Deleted Index Database Space [Byte] ADMI_R_IXD FLTP (16)
DB_INDEX_L Reloaded Index Database Space [Byte] ADMI_R_IXL FLTP (16)
DB_CLUST_W Used Cluster Memory Space [Byte] ADMI_R_CLW FLTP (16)
DB_CLUST_D Deleted Cluster Database Space [Byte] ADMI_R_CLD FLTP (16)
DB_CLUST_L Reloaded Cluster Database Space [Byte] ADMI_R_CLL FLTP (16)
DB_STRUC_W Occupied Structure Memory Space [Byte] ADMI_R_STW FLTP (16)
DB_STRUC_D Release Structure Database Space [Byte] ADMI_R_STD FLTP (16)
DB_STRUC_L Reloaded Structure Database Space [Byte] ADMI_R_STL FLTP (16)
FILE_HEAD Size of All Header Data in an Archiving Session [Byte] ADMI_R_FSH FLTP (16)
FILE_DATA Total Application Data in an Archive Session ADMI_R_FSD FLTP (16)
RUN_TIME_W Duration of The Write Job [hh:mm:ss] (Only 4.6D) ADMI_R_RTW TIMS (6)
RUN_TIME_D Average Duration of a Deletion Job ]hh:mm:ss] (4.6D only) ADMI_R_RTD TIMS (6)
JOB_TIME_W Duration of Write Job [Seconds] ADMI_J_RTW INT4 (10)
JOB_TIME_D Average Delete Job Duration [Seconds] ADMI_J_RTD INT4 (10)
JOB_TIME_L Reload Job Duration [Seconds] ADMI_J_RTL INT4 (10)
OBJ_CNT_W Number of Written Data Objects ADMI_CNT_W INT4 (10)
OBJ_CNT_D Number of Deleted Objects ADMI_CNT_D INT4 (10)
OBJ_CNT_L Number of Reloaded Data Objects ADMI_CNT_L INT4 (10)
DEL_JOBCNT Number of Delete Jobs ADMI_JCT_D INT4 (10)
INACCURATE Approximate Indicator ADMI_R_INA CHAR (1)