TOAAR_C SAP (Generated Table for View) Table View details

Dictionary Type: Table View
Description: Generated Table for View




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




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

TOAAR_C is a standard SAP Table View which is used to store Generated Table for View data and is available within R/3 SAP systems depending on the version and release level.

The TOAAR_C table consists of various fields, each holding specific information or linking keys about Generated Table for View data available in SAP. These include OBJECTTEXT (Object text for language-dependent table), RPC_HOST (SAP ArchiveLink RPC host), RPC_SERVIC (SAP ArchiveLink: RPC service / RFC destination), HTTP_SERV (HTTP server ID).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP TOAAR_C table view 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_IDContent Repository Identification SAEARCHIVICHAR2SADC2_AR
OBJECTTEXTObject text for language-dependent table SAEOBJTEXTCHAR40SADC40
RPC_HOSTSAP ArchiveLink RPC host SAERPCHOSTCHAR32SADC32
RPC_SERVICSAP ArchiveLink: RPC service / RFC destination SAERPCSERVCHAR32SADC32
HTTP_SERVHTTP server ID SAEHTTPSERCHAR64SADC64
PROTOKOLLSAP ArchiveLink: Storage connection protocol SAEPROTOKOCHAR8SADC8_PROT
VERSIONSAP ArchiveLink: Version number SAEVERSIONCHAR4SADVERSION
INTERFACESAP ArchiveLink: Name of communication connection component SAEAAPROGCHAR14SADC14
BASICPATHSAP ArchiveLink: Basic path for storage server on R/3 server SAEBASPATHCHAR70SADCK70
ARCHIVPATHSAP ArchiveLink: Standard archive path SAEARCPATHCHAR70SADCK70
FILEDIRECTStorage Path SAEFILEPATCHAR20SADC20
RFCStorage system communicates on the server side via RFC CHAR1RFCCHAR1CHAR1
RPCStorage system communicates on the server side via RPC CHAR1RPCCHAR1CHAR1
FILESFile store CHAR1FILESCHAR1CHAR1
HTTPSAP ArchiveLink flag for HTTP communication CHAR1HTTPCHAR1CHAR1
SPOOLPATHSAP ArchiveLink file paths SAEPFADCHAR70SADC70
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 TOAAR_C using ABAP code

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

SELECT SINGLE *
FROM TOAAR_C
INTO CORRESPONDING FIELDS OF WA_TOAAR_C
WHERE...

How to access SAP table TOAAR_C

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