ARCHLNK_TOAAR SAP (Copied TOAAR from Legacy Systems to be Decommissioned) Table details

Dictionary Type: Table
Description: Copied TOAAR from Legacy Systems to be Decommissioned




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




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

ARCHLNK_TOAAR is a standard SAP Table which is used to store Copied TOAAR from Legacy Systems to be Decommissioned data and is available within R/3 SAP systems depending on the version and release level.

The ARCHLNK_TOAAR table consists of various fields, each holding specific information or linking keys about Copied TOAAR from Legacy Systems to be Decommissioned data available in SAP. These include INTERFACE (SAP ArchiveLink: Name of communication connection component), SCAN_ID (SAP ArchiveLink: Name of scan connection component), ARCHIVNAME (SAP ArchiveLink: Storage system name), ARCHIVPATH (SAP ArchiveLink: Standard archive path).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP ARCHLNK_TOAAR 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
ARCHIV_IDCharacter field of length 40 CHAR40CHAR40CHAR40
INTERFACESAP ArchiveLink: Name of communication connection component SAEAAPROGCHAR14SADC14
SCAN_IDSAP ArchiveLink: Name of scan connection component SAESCANPRGCHAR14SADC14
ARCHIVNAMESAP ArchiveLink: Storage system name SAEARTEXTCHAR32SADC32
ARCHIVPATHSAP ArchiveLink: Standard archive path SAEARCPATHCHAR70SADCK70
BASICPATHSAP ArchiveLink: Basic path for storage server on R/3 server SAEBASPATHCHAR70SADCK70
ARCHIV_SNASAP ArchiveLink: Storage system short name SAEARINDEXCHAR10SADC10
FUNCTIONSSAP ArchiveLink: Allowed functions SAEFUNCTIOCHAR25SADC25
IN_VERSIONSAP ArchiveLink: Sequential version number SAELNRCHAR10SADC10
PROTOKOLLSAP ArchiveLink: Storage connection protocol SAEPROTOKOCHAR8SADC8_PROT
RPC_HOSTSAP ArchiveLink RPC host SAERPCHOSTCHAR32SADC32
RPC_SERVICSAP ArchiveLink: RPC service / RFC destination SAERPCSERVCHAR32SADC32
VERSIONSAP ArchiveLink: Version number SAEVERSIONCHAR4SADVERSION
VIEWERSAP ArchiveLink: Viewer name SAEVIEWERCHAR20SADC20
VIEWOPTIONSAP ArchiveLink: Viewer options SAEVIEWOPTCHAR100SADC100
RPCStorage system communicates on the server side via RPC CHAR1RPCCHAR1CHAR1
RFCStorage system communicates on the server side via RFC CHAR1RFCCHAR1CHAR1
FILESFile store CHAR1FILESCHAR1CHAR1
HTTPSAP ArchiveLink flag for HTTP communication CHAR1HTTPCHAR1CHAR1
FILEDIRECTStorage Path SAEFILEPATCHAR20SADC20
SPOOLPATHSAP ArchiveLink file paths SAEPFADCHAR70SADC70
HTTP_SERVHTTP server ID SAEHTTPSERCHAR64SADC64
CREA_USERCreated by SDOK_CRUSRCHAR12USERNAME
CREA_TIMECreation time (UTC) SDOK_CRTSTNUMC14TSTLCSDOK_TSTMP
CHNG_USERLast changed by SDOK_CHUSRCHAR12USERNAME
CHNG_TIMETime of change (UTC) SDOK_CHTSTNUMC14TSTLCSDOK_TSTMP
SCRIPTSAP ArchiveLink: Program Name and Path Name SAESCRIPTCHAR70SADSCRIPT

Key field Non-key field



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

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

SELECT SINGLE *
FROM ARCHLNK_TOAAR
INTO CORRESPONDING FIELDS OF WA_ARCHLNK_TOAAR
WHERE...

How to access SAP table ARCHLNK_TOAAR

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