ADMI_JOBS SAP (Archive Jobs) Table details

Dictionary Type: Table
Description: Archive Jobs




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




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

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

The ADMI_JOBS table consists of various fields, each holding specific information or linking keys about Archive Jobs data available in SAP. These include JOBCOUNT (Identification Number of the Archive Job), OBJECT (Archiving Object), VARIANT (Variant with which the archiving program was executed), DOCUMENT (Archiving Session Number).. 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_JOBS 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
JOBNAMEName of the Archive Job ADMI_JOBNACHAR32CHAR32
JOBCOUNTIdentification Number of the Archive Job ADMI_JOBCNCHAR8CHAR8
OBJECTArchiving Object OBJCT_TR01CHAR10ARCH_OBJOBJCT_TR01OBT
VARIANTVariant with which the archiving program was executed ADMI_VARI_CHAR14Assigned to domainVARIANT
DOCUMENTArchiving Session Number ADMI_RUN_DCHAR6ADMI_RUN
ARCHIV_KEYKey for Archive File ARKEYCHAR20ARKEY
USER_NAMEName of the user who started the archiving ADMI_USERCHAR12SYCHAR12
JOBTYPECategory of Data Archiving Job ADMI_JOB_TCHAR3ADMI_JOB_T
EXT_USERXMI logging: Name of user in external management tool XMILOGEUSRCHAR16TEXT16
CLIENTClient from which the archiving was started ADMI_CLIENCLNT3Assigned to domainMANDT
COMMENTSArchiving Session Note ADMI_TEXTCHAR60TEXT60

Key field Non-key field



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

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

SELECT SINGLE *
FROM ADMI_JOBS
INTO CORRESPONDING FIELDS OF WA_ADMI_JOBS
WHERE...

How to access SAP table ADMI_JOBS

Within an ECC or HANA version of SAP you can also view further information about ADMI_JOBS 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!