ADMI_RUN SAP (Archive Runs Header Data) Table details

Dictionary Type: Table
Description: Archive Runs Header Data




ABAP Code to SELECT data from ADMI_RUN
Related tables to ADMI_RUN
Access table ADMI_RUN




Table field list including key, data, relationships and ABAP select examples

ADMI_RUN is a standard SAP Table which is used to store Archive Runs Header Data data and is available within R/3 SAP systems depending on the version and release level.

The ADMI_RUN table consists of various fields, each holding specific information or linking keys about Archive Runs Header Data data available in SAP. These include OBJECT (Archiving Object), CREAT_DATE (Date of an Archiving Session), CREAT_TIME (Start time of archive session), USER_NAME (Name of the user who started the archiving).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP ADMI_RUN table fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
DOCUMENTArchiving Session Number ADMI_RUN_DCHAR6ADMI_RUN
OBJECTArchiving Object OBJCT_TR01CHAR10ARCH_OBJOBJCT_TR01OBT
CREAT_DATEDate of an Archiving Session ADMI_DATEDATS8ADMI_DATE
CREAT_TIMEStart time of archive session RKZ_TIMETIMS6RKZ_TIME
USER_NAMEName of the user who started the archiving ADMI_USERCHAR12SYCHAR12
STATUSStatus of an archiving session ADMI_STRUNCHAR1STRUNADMI_STRUN
COMMENTSArchiving Session Note ADMI_TEXTCHAR60TEXT60
CLIENTClient from which the archiving was started ADMI_CLIENCLNT3T000MANDT
DELETE_FLGArchiving note for administrative data ADMI_DELETCHAR1X
OLD_DOCUMNOriginal archiving session ID ADMI_OLDRNCHAR6ADMI_RUN
NOTGUILTYArchive file invalid ADMI_GUILTCHAR1CHAR1
SPOOLIDSpool request number RSPOIDINT410RSPOID
SYSIDName of SAP System SYSYSIDCHAR8SYCHAR08
TOBE_INTERInterruption Request for Archiving Session ADMI_TBINTCHAR1X
INTERRUPTDArchiving Session Interrupted ADMI_INTERCHAR1X
VARIANTWRIVariant with which the archiving program was executed ADMI_VARI_CHAR14Assigned to domainVARIANT
WRITINGWrite Phase Running ADMI_WRITICHAR1X
TOBE_CONTContinuation Request for Archiving Session ADMI_TBCONCHAR1X
ORIGINAL_CLIENTClient from which the archiving was started ADMI_CLIENCLNT3Assigned to domainMANDT
FOR_DESTRUCTIONIndicator for Archiving Session for Data Destruction ADMI_DESTRCHAR1BOOLE
PARTIAL_DESTRArchive files completely or partially destroyed ADMI_PARTIAL_DESTRCHAR1BOOLE
ORIG_DOCUMENTRun Number in Original System ADMI_ORIGINAL_DOCUMENTCHAR6ADMI_RUN
ILM_CONV_REPLArchiving Session Replaced by ILM File Conversion ADMI_ILM_CONV_REPLACEDCHAR1BOOLE
ILM_DELTA_RUNDelta Archiving Session, Created by ILM File Conversion ADMI_ILM_DELTA_SESSIONCHAR1BOOLE
ILM_SORTED_RUNArchiving Session, Created by ILM File Conversion ADMI_ILM_SORTED_SESSIONCHAR1BOOLE

Key field Non-key field



How do I retrieve data from SAP table ADMI_RUN using ABAP code

The following ABAP code Example will allow you to do a basic selection on ADMI_RUN to SELECT all data from the table
DATA: WA_ADMI_RUN TYPE ADMI_RUN.

SELECT SINGLE *
FROM ADMI_RUN
INTO CORRESPONDING FIELDS OF WA_ADMI_RUN
WHERE...

How to access SAP table ADMI_RUN

Within an ECC or HANA version of SAP you can also view further information about ADMI_RUN and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!