TOAR7 SAP (SAP ArchiveLink: Request table (asynchronous storage)) Table details

Dictionary Type: Table
Description: SAP ArchiveLink: Request table (asynchronous storage)




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




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

TOAR7 is a standard SAP Table which is used to store SAP ArchiveLink: Request table (asynchronous storage) data and is available within R/3 SAP systems depending on the version and release level.

The TOAR7 table consists of various fields, each holding specific information or linking keys about SAP ArchiveLink: Request table (asynchronous storage) data available in SAP. These include MESSAGE (SAP ArchiveLink name of function to be called), REQUEST_ID (SAP ArchiveLink: Unique request number), SAP_OBJECT (SAP ArchiveLink: Object type of business object), AR_OBJECT (Document type).. 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: Not classified


SAP TOAR7 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
MESSAGESAP ArchiveLink name of function to be called SAEFKTNAMECHAR4SADC4
REQUEST_IDSAP ArchiveLink: Unique request number SAEREQ_IDCHAR10SADC10
SAP_OBJECTSAP ArchiveLink: Object type of business object SAEANWDIDCHAR10Assigned to domainOJ_NAMEOAO
AR_OBJECTDocument type SAEOBJARTCHAR10Assigned to domainSADC10_DVDOK
OBJECT_IDSAP ArchiveLink: Object ID (object identifier) SAEOBJIDCHAR50SADC50
ARCHIV_IDContent Repository Identification SAEARCHIVICHAR2Assigned to domainSADC2_AR
ARC_DOC_IDSAP ArchiveLink: Document ID SAEARDOIDCHAR40SADC40
ARC_INDEXSAP ArchiveLink: Document ID SAEARDOIDCHAR40SADC40
REQ_DATESAP ArchiveLink: Request date SAEREQDATEDATS8SADDATUM
REQ_TIMESAP ArchiveLink: Time of request receipt SAEREQTIMETIMS6SYTIME
BAC_DATESAP ArchiveLink: Date of storage system confirmation SAEBACDATEDATS8SADDATUM
BAC_TIMESAP ArchiveLink: Time of storage system confirmation SAEBACTIMETIMS6SYTIME
REQ_STATUSSAP ArchiveLink: Request status SAEREQSTATCHAR4SADC4
NAME_FUBName of Function Module RS38L_FNAMCHAR30Assigned to domainFUNCNAMELIB
PATHSAP ArchiveLink file paths SAEPFADCHAR70SADC70
DEL_FLAGSAP ArchiveLink: Status flag SAERESTATCHAR1SADC1
DATALENGTHNumeric field 12 NUM12NUMC12NUM12
D_ARC_D_IDSAP ArchiveLink: Document ID SAEARDOIDCHAR40SADC40
DESCLENGTHNumeric field 12 NUM12NUMC12NUM12

Key field Non-key field



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

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

SELECT SINGLE *
FROM TOAR7
INTO CORRESPONDING FIELDS OF WA_TOAR7
WHERE...

How to access SAP table TOAR7

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