ARC_DESTR_AL SAP (AL Attachments: Candidates for Destruction) Table details

Dictionary Type: Table
Description: AL Attachments: Candidates for Destruction




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




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

ARC_DESTR_AL is a standard SAP Table which is used to store AL Attachments: Candidates for Destruction data and is available within R/3 SAP systems depending on the version and release level.

The ARC_DESTR_AL table consists of various fields, each holding specific information or linking keys about AL Attachments: Candidates for Destruction data available in SAP. These include CREP_URI (URI for AL References to CREP), MIN_EXP_DATE (UTC Time Stamp in Short Form (YYYYMMDDhhmmss)), MIN_COMP_DATE (UTC Time Stamp in Short Form (YYYYMMDDhhmmss)), LH_COUNTER (Number of Legal Hold Cases).. 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: S - System table, maint. only by SAP, change = modification
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP ARC_DESTR_AL 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
CREP_URIURI for AL References to CREP ARC_DESTR_AL_URICHAR154
MIN_EXP_DATEUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
MIN_COMP_DATEUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
LH_COUNTER Number of Legal Hold Cases0
ORIG_SYSIDName of SAP System SYSYSIDCHAR8SYCHAR08
ORIG_CLIENTClient MANDTCLNT3Assigned to domainMANDT
ORIG_CREPContent Repository Identification SAEARCHIVICHAR2Assigned to domainSADC2_AR
SAP_OBJECTSAP ArchiveLink: Object type of business object SAEANWDIDCHAR10Assigned to domainOJ_NAMEOAO

Key field Non-key field



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

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

SELECT SINGLE *
FROM ARC_DESTR_AL
INTO CORRESPONDING FIELDS OF WA_ARC_DESTR_AL
WHERE...

How to access SAP table ARC_DESTR_AL

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