ARCHLNK_TOAXY SAP (Link Table for ArchiveLink Stores from EOL Systems) Table details

Dictionary Type: Table
Description: Link Table for ArchiveLink Stores from EOL Systems




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




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

ARCHLNK_TOAXY is a standard SAP Table which is used to store Link Table for ArchiveLink Stores from EOL Systems data and is available within R/3 SAP systems depending on the version and release level.

The ARCHLNK_TOAXY table consists of various fields, each holding specific information or linking keys about Link Table for ArchiveLink Stores from EOL Systems data available in SAP. These include SOURCE_SID (Name of SAP System), SOURCE_MANDT (Client), SOURCE_TABLE (R/2 table), SAP_OBJECT (Character Field Length = 10).. 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: Can be enhanced (character-type)


SAP ARCHLNK_TOAXY 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
SOURCE_SIDName of SAP System SYSYSIDCHAR8SYCHAR08
SOURCE_MANDTClient MANDTCLNT3Assigned to domainMANDT
SOURCE_TABLER/2 table CHAR5CHAR5CHAR5
SAP_OBJECTCharacter Field Length = 10 CHAR10CHAR10CHAR10
OBJECT_IDComment CHAR50CHAR50TEXT50
ARCHIV_IDContent Repository Identification SAEARCHIVICHAR2Assigned to domainSADC2_AR
ARC_DOC_IDCharacter field of length 40 CHAR40CHAR40CHAR40
AR_OBJECTCharacter Field Length = 10 CHAR10CHAR10CHAR10
AR_DATEField of type DATS DATSDATS8DATS
RESERVEChar 20 CHAR20CHAR20CHAR20
LNRSAP ArchiveLink: Sequential version number SAELNRCHAR10SADC10
INFOSAP ArchiveLink: Info field SAEINFOCHAR3SADC3
KURZTEXTSAP ArchiveLink: Text information field SAETEXTCHAR40SADC40
BENUTZERData element for user SAEUSERCHAR12SADC12

Key field Non-key field



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

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

SELECT SINGLE *
FROM ARCHLNK_TOAXY
INTO CORRESPONDING FIELDS OF WA_ARCHLNK_TOAXY
WHERE...

How to access SAP table ARCHLNK_TOAXY

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