TOACU SAP (SAP ArchiveLink Customizing table) Pooled Table details

Dictionary Type: Pooled Table
Description: SAP ArchiveLink Customizing table




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




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

TOACU is a standard SAP Pooled Table which is used to store SAP ArchiveLink Customizing table data and is available within R/3 SAP systems depending on the version and release level.

The TOACU table consists of various fields, each holding specific information or linking keys about SAP ArchiveLink Customizing table data available in SAP. These include MAXOBJECT (SAP ArchiveLink:Maximum no.of directly displayable documents), PROZESSTYP (Workflow: Process type), EVENT (Flag for Event Creation When Linking SAP Document - Document), PDF (Character Field Length 1).. 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 or numeric)


SAP TOACU pooled 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
MANDANTClient MANDTCLNT3T000MANDT
MAXOBJECTSAP ArchiveLink:Maximum no.of directly displayable documents SAEMAXOBJCHAR10SADC10
PROZESSTYPWorkflow: Process type WF_PRCTPCHAR10TWFPTWF_PRC_TPWFT
EVENTFlag for Event Creation When Linking SAP Document - Document SAEEVENTCHAR1SADEVENT
PDFCharacter Field Length 1 CHAR01CHAR1CHAR1
DVSActivate DMS Entry Flag SAEDVSACTCHAR1SADDVSACT
FOLDERYes/No (X/ ) OAXCHAR1X
MULTIPLEFlag for Multiple Assignment of Documents to Store SAEMASSIGNCHAR1SADMASSIGN
SIGNATUREYes/No (X/ ) OAXCHAR1X
GOSGeneric Object Services Hit List OAHITGOSCHAR1X
BDNDocument Finder Hit List OAHITBDNCHAR1X
ALVABAP List Viewer Hit List OAHITALVCHAR1X
OBJPOPUPActivate Dialog Box Object Links OAOBJPOPUPCHAR1X
WINGUIEAIConsider EAI - Control for Document Display in Win GUI OAWINEAICHAR1X
WINGUIHT1Call HTML - Control (only for HTTP Content Server) OAWINHT1CHAR1X
WINGUIHT2Direct Internet Call - Browsers (only for HTTP Storage) OAWINHT2CHAR1X
WEBGUIHT1Call HTML - Control (only for HTTP Content Server) OAWINHT1CHAR1X
WEBGUIHT2Display in Separate Browser Window (only for HTTP Storage) OAWEBHT2CHAR1X
ANZHITLISTMaximum Number of Document Hits SAEANZDOKNUMC9SADANZDOK
IMCNOSet IMC Flag Yes/No SAEIMCNOCHAR1SADIMCNO
GOSNODeactivate Generic Services in ECL Viewer SAEGOSNOCHAR1SADGOSNO
DIRECTDisplay Documents Directly or Using Hit List OADISDOCCHAR1OADISDOC
DTHOLDCopy document class from document type OADTHOLDCHAR1OADTHOLD
ANZDNDSAP ArchiveLink Number of Documents SAEANZDNDNUMC9SADANZDND
GUIWINHT1Call HTML - Control (only for HTTP Content Server) OAWINHT1CHAR1X
GUIWINHT2Direct Internet Call - Browsers (only for HTTP Storage) OAWINHT2CHAR1X
GUIWEBHT1Call HTML - Control (only for HTTP Content Server) OAWINHT1CHAR1X
GUIWEBHT2Display in Separate Browser Window (only for HTTP Storage) OAWEBHT2CHAR1X
OWNHTMLDisplay Using Own HTML Pages OAOWNHTMLCHAR1X
NOSORTYes/No (X/ ) OAXCHAR1X
FROMGUIDocument Display Connected to SAPGUI (Dialog Box Container) OAFROMGUICHAR1X
SCREEN300Call Old Screen 300 or New Control 200 OAOLD300CHAR1X
EVENT_BAREvent Creation for Bar Code SAEEVBARCHAR1SADEVBAR
NO_DPAccess Without Data Provider SAENODPCHAR1CHAR1
WAIT_IMCMaximum Viewer Wait Time SAEWAITVIEWNUMC9SADWAITVIEW
PROFILConsideration of Front.ini SAEPROFILCHAR1SADPROFIL
ALLOGArchiveLink Customizing Document Log Activated/Deactivated SAEALLOGCHAR1SADALLOG
RESERV1Reserve Field for Global Customizing SAERESERVCHAR1SADRESERV
RESERV2Reserve Field for Global Customizing SAERESERVCHAR1SADRESERV
RESERV3Reserve Field for Global Customizing SAERESERVCHAR1SADRESERV
RESERV4Reserve Field for Global Customizing SAERESERVCHAR1SADRESERV
EVENT_PRIEvent Creation for Print Lists SAEEVPRICHAR1SADEVPRI

Key field Non-key field



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

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

SELECT SINGLE *
FROM TOACU
INTO CORRESPONDING FIELDS OF WA_TOACU
WHERE...

How to access SAP table TOACU

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