ADMI_CRIT SAP (Manage critical archiving objects (database conversion)) Table details

Dictionary Type: Table
Description: Manage critical archiving objects (database conversion)




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




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

ADMI_CRIT is a standard SAP Table which is used to store Manage critical archiving objects (database conversion) data and is available within R/3 SAP systems depending on the version and release level.

The ADMI_CRIT table consists of various fields, each holding specific information or linking keys about Manage critical archiving objects (database conversion) data available in SAP. These include XCRIT_ARCH (Archiving data could conflict with database conversion), XCRIT_READ (Reading archiv.data could conflict with database conversion), XCONT_READ (Contents description required for conflict check), XCRIT_RELO (Reloading arch.data could conflict with database conversion).. 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP ADMI_CRIT 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
OBJECTArchiving Object OBJCT_TR01CHAR10Assigned to domainOBJCT_TR01OBT
XCRIT_ARCHArchiving data could conflict with database conversion XCRIT_ARCHCHAR1XFELD
XCRIT_READReading archiv.data could conflict with database conversion XCRIT_READCHAR1XFELD
XCONT_READContents description required for conflict check XNEED_CONTCHAR1XFELD
XCRIT_RELOReloading arch.data could conflict with database conversion XCRIT_RELOCHAR1XFELD
XCONT_RELOContents description required for conflict check XNEED_CONTCHAR1XFELD
XCRIT_DBCVDatabase conversion could conflict with archived data XCRIT_DBCVCHAR1XFELD
XCONT_DBCVContents description required for conflict check XNEED_CONTCHAR1XFELD
VERANTWORTLast person to change the entry EUARUSERCHAR12BNAME
TAGDate on which the entry was last changed EUARDATEDATS8AS4DATE
UHRZEITTime of last change to entry EUARTIMETIMS6AS4TIME
RELEASEDReleased flag for the object EUARRLEASDCHAR1XFELD
ICONMaintenance status of the object EUARICONCHAR132EUARCHR132
RELEASERPerson who unlocked or locked the object EUARRLEASRCHAR12BNAME
RELEASEDAYDate on which the object was unlocked or locked EUARRLEDAYDATS8AS4DATE
RELEASETIMTime at which the object was unlocked or locked EUARRLETIMTIMS6AS4TIME
INSDUMMYDummy field for adding a new object EUARDUMMYCHAR10CHAR10

Key field Non-key field



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

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

SELECT SINGLE *
FROM ADMI_CRIT
INTO CORRESPONDING FIELDS OF WA_ADMI_CRIT
WHERE...

How to access SAP table ADMI_CRIT

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