Sunday, May 19, 2024

SAP Table ADMI_FILES – Archive Files of Archive Sessions

ADMI_FILES is a standard SAP table in SAP ECC (or) S/4HANA which stores Archive Files of Archive Sessions data. There are total 14 fields in ADMI_FILES table.This blog post provides key technical details of SAP table ADMI_FILES, including its availability across SAP S/4HANA versions and the list of CDS views for ADMI_FILES table in SAP.

SAP HANA Table Type Column Store
Buffering Permission Buffering not allowed
Buffering Type No buffering
Package Archive Development Kit (SARC)
Technical Component Archive Development Kit (BC-CCM-ADK)

SAP ADMI_FILES Table Fields

The following is the list of fields that are available in SAP ADMI_FILES table. The key fields of the table are highlighted in color.

Field Description Data Element Domain Check Table Data Type
DOCUMENT Archiving Session Number ADMI_RUN_D ADMI_RUN CHAR (6)
ARCHIV_KEY Key for Archive File ARKEY ARKEY CHAR (20)
CREAT_DATE Creation Date of Archive File ADMI_CDATE ADMI_DATE DATS (8)
CREAT_TIME Time when an archive file was generated ADMI_TIME RKZ_TIME TIMS (6)
OBJ_COUNT Number of objects in an archive file ADMI_COUNT U_INT_4 INT4 (10)
FILE_SIZE Size of an Archive File in Bytes ADMI_SIZE FLOATING FLTP (16)
FILENAME File name of archive file ADMI_FILE TEXT255 CHAR (255)
STATUS_OPT Status of archive in storage ADMI_STOPT ADMI_STOPT CHAR (1)
STATUS_FIL Status of an individual archive file of an archive session ADMI_STFIL ADMI_STFIL CHAR (1)
COMMENTS Note for an archive file ADMI_TXT_F TEXT60 CHAR (60)
STATUS_IDX Archive status for index ADMI_STIDX ADMI_STIDX CHAR (1)
PATHINTERN Logical path name PATHINTERN PATHINTERN FILEPATH CHAR (60)
CREP Storage Repository for Physical Objects SCMS_CREP SCMS_CREP * CHAR (30)
DELETING Delete Is Running or Is Scheduled ADMI_DELTI X CHAR (1)

Availability

The SAP table ADMI_FILES is available within SAP S/4HANA On-premise and SAP S/4HANA Cloud systems depending on the version and release level.

SAP S/4HANA Version Available?
1909 Yes
2020 Yes
2021 Yes
2022 Yes
2023 Yes

CDS Views for ADMI_FILES table

There are no CDS views available in the system. We’re updating the content all the time, so check back regularly.