TOADOCSP SAP (ArchiveLink: Document Areas) Table details

Dictionary Type: Table
Description: ArchiveLink: Document Areas




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




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

TOADOCSP is a standard SAP Table which is used to store ArchiveLink: Document Areas data and is available within R/3 SAP systems depending on the version and release level.

The TOADOCSP table consists of various fields, each holding specific information or linking keys about ArchiveLink: Document Areas data available in SAP. These include RFC_DEST (Logical Destination (Specified in Function Call)), DESCR (Short Description), IDX_CAT (Index category identification), IDX_ACT (SAP ArchiveLink: IMS Storage Active).. 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: Not classified

Text table = TOADOCSP_N


SAP TOADOCSP 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
NAMEDocument Area SDOK_DOCSPCHAR10Assigned to domainSDOK_DOCSP
RFC_DESTLogical Destination (Specified in Function Call) RFCDESTCHAR32RFCDESRFCDESTRFCF4_RFCDESTYPEALL
DESCRShort Description SDOK_DESCRCHAR64TEXT64
IDX_CATIndex category identification SRET_CATIDCHAR32SRET_CATIDH_SRETIDCAT
IDX_ACTSAP ArchiveLink: IMS Storage Active SAEIDXACTCHAR1SADC1
SEARCH_CLSDocument Finder: Query Class SAESEARCLCHAR30SEOCLSNAME
VIEW_CLSDocument Finder: Display Class SAEVIEWCLCHAR30SEOCLSNAME
FTS_ACTIVEDocument Finder: Full Text Search Active SAEFTSACTCHAR1SADC1
MAX_HITSMaximum Number of Hits SAEMAXHITSNUMC8
X_FEDAREASAP ArchiveLink: Status (X = active, otherwise inactive) SAEARSTATCHAR1SADC1
DS_ACTIVEDocument Area Active SAEDSACTCHAR1SADC1

Key field Non-key field



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

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

SELECT SINGLE *
FROM TOADOCSP
INTO CORRESPONDING FIELDS OF WA_TOADOCSP
WHERE...

How to access SAP table TOADOCSP

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