TAGCO SAP (AB: Control of Agency Business Processing) Table details

Dictionary Type: Table
Description: AB: Control of Agency Business Processing




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




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

TAGCO is a standard SAP Table which is used to store AB: Control of Agency Business Processing data and is available within R/3 SAP systems depending on the version and release level.

The TAGCO table consists of various fields, each holding specific information or linking keys about AB: Control of Agency Business Processing data available in SAP. These include XML_LINK_WRITE (AB: Write Object Link for XML Messages), ACC_RACHECK (Authorization Check for Release to Accounting), TEXT_HANDLING (AB: Texts in Agency Business), CANC_RELCHECK (Extended Auth. Check When Cancelling Released Documents).. 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: Cannot Be Enhanced


SAP TAGCO 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
XML_LINK_WRITEAB: Write Object Link for XML Messages WLF_XML_LINK_WRITECHAR1WLF_XML_LINK_WRITE
ACC_RACHECKAuthorization Check for Release to Accounting WLF_ACC_RELEASE_AUTH_CHECKCHAR1WLF_ACC_RELEASE_AUTH_CHECK
TEXT_HANDLINGAB: Texts in Agency Business WLF_TEXT_HANDLINGCHAR1WLF_TEXT_HANDLING
CANC_RELCHECKExtended Auth. Check When Cancelling Released Documents WLF_CANCEL_RELEASED_DOC_CHECKCHAR1WLF_CANCEL_RELEASED_DOC_CHECK
ARCHIVE_DISPLAYAB: Integration of Document Display from Archive WLF_EXTENDED_ARCHIVE_DISPLAYCHAR1XFELD
EVENT_3E_3FUse Own Transfer Events for Clearing Lines WLF_USE_TRANFER_EVENT_3E_3FCHAR1XFELD
SEPA_ACTIVEAB: Activation of SEPA Application for Agency Documents WLF_SEPA_ACTIVECHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM TAGCO
INTO CORRESPONDING FIELDS OF WA_TAGCO
WHERE...

How to access SAP table TAGCO

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