AIDARCH SAP (Obsolete: Auto-ID Infrastructure Archiving) Table details

Dictionary Type: Table
Description: Obsolete: Auto-ID Infrastructure Archiving




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




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

AIDARCH is a standard SAP Table which is used to store Obsolete: Auto-ID Infrastructure Archiving data and is available within R/3 SAP systems depending on the version and release level.

The AIDARCH table consists of various fields, each holding specific information or linking keys about Obsolete: Auto-ID Infrastructure Archiving data available in SAP. These include LOGSYS (Auto-ID Infrastructure Logical System), ACTION (Action), ACTYP (Action Type), SEQUENCE (Sequence).. 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: Can be enhanced (character-type or numeric)


SAP AIDARCH 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
LOGSYSAuto-ID Infrastructure Logical System ABI_LOGSYSCHAR10Assigned to domainALPHALOGSYSABI_EDK13_SEL
ACTIONAction ABI_ACTIONCHAR36CHAR36
ACTYPAction Type ABI_ACTYPCHAR4CHAR4
SEQUENCESequence ABI_SQNCECHAR10CHAR10
EXPDTDocument Expiration Time ABI_EXPDTDEC15TSHMEABI_TSTMP
AGGR_LEVELAggregation Level ABI_AGGR_LEVELCHAR2CHAR2
FEED_RATEFeedback Rate ABI_FEED_RATECHAR2CHAR2
DOCTYDocument Type ABI_DOCTYCHAR2ABI_DOCTY
DOCNRReference Document ABI_DOCNRCHAR10ALPHAABI_DOCNR
DOCITMReference Object in Backend System ABI_OBJCTCHAR20ALPHAABI_OBJCT
MATNRMaterial Number ABI_MATNRCHAR18MATN1ABI_MATNR
UOMUnit of Measure (UoM) ABI_UOMUNIT3CUNITABI_UOM
EXP_QTTYQuantity ABI_QTTYQUAN13(3) ABI_QTTY
ACT_QTTYQuantity ABI_QTTYQUAN13(3) ABI_QTTY
EXP_SRC_LCTNLocation in Auto-ID Infrastructure ABI_AINLCTNCHAR24CHAR24
ACT_SRC_LCTNLocation in Auto-ID Infrastructure ABI_AINLCTNCHAR24CHAR24
EXP_DST_LCTNLocation in Auto-ID Infrastructure ABI_AINLCTNCHAR24CHAR24
ACT_DST_LCTNLocation in Auto-ID Infrastructure ABI_AINLCTNCHAR24CHAR24
RSNCDAuto-ID Infrastructure Reason Code ABI_RSNCDCHAR60CHAR60
EXEC_STTSExecution Status ABI_EXEC_STTSCHAR2ABI_EXEC_STTS
EXEC_STARTTime Stamp ABI_ADATEDEC15TSHMEABI_TSTMP
EXEC_ENDTime Stamp ABI_ADATEDEC15TSHMEABI_TSTMP
ARCHCRTArchiving Data Creation Time Stamp ABI_ARCHCRTDEC15TSTPSDNOE_TSTMP

Key field Non-key field



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

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

SELECT SINGLE *
FROM AIDARCH
INTO CORRESPONDING FIELDS OF WA_AIDARCH
WHERE...

How to access SAP table AIDARCH

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