ARCDEL_DEL_STAT SAP (Delete Statistics Data) Table details

Dictionary Type: Table
Description: Delete Statistics Data




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




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

ARCDEL_DEL_STAT is a standard SAP Table which is used to store Delete Statistics Data data and is available within R/3 SAP systems depending on the version and release level.

The ARCDEL_DEL_STAT table consists of various fields, each holding specific information or linking keys about Delete Statistics Data data available in SAP. These include DEL_GUID (GUID in 'CHAR' Format in Uppercase), ARC_OBJTYPE (Archiving Object), TIME_UTC (UTC Time Stamp in Short Form (YYYYMMDDhhmmss)), DB_SPACE_D (Memory Space Released in Database [Byte]).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP ARCDEL_DEL_STAT 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
DEL_GUIDGUID in 'CHAR' Format in Uppercase GUID_32CHAR32SYSUUID_C
ARC_OBJTYPEArchiving Object ARCOBJTYPECHAR10Assigned to domainOBJCT_TR01
TIME_UTCUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
DB_SPACE_DMemory Space Released in Database [Byte] ADMI_R_DSDFLTP16(16) FLOATING
DB_INDEX_DDeleted Index Database Space [Byte] ADMI_R_IXDFLTP16(16) FLOATING
DB_CLUST_DDeleted Cluster Database Space [Byte] ADMI_R_CLDFLTP16(16) FLOATING
DB_STRUC_DRelease Structure Database Space [Byte] ADMI_R_STDFLTP16(16) FLOATING
OBJ_CNT_DNumber of Deleted Objects ADMI_CNT_DINT410U_INT_4

Key field Non-key field



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

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

SELECT SINGLE *
FROM ARCDEL_DEL_STAT
INTO CORRESPONDING FIELDS OF WA_ARCDEL_DEL_STAT
WHERE...

How to access SAP table ARCDEL_DEL_STAT

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