/IXOS/DC_TCDS SAP (Data sources (attribute objects) (j_8AGTC05)) Table details

Dictionary Type: Table
Description: Data sources (attribute objects) (j_8AGTC05)




ABAP Code to SELECT data from /IXOS/DC_TCDS
Related tables to /IXOS/DC_TCDS
Access table /IXOS/DC_TCDS




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

/IXOS/DC_TCDS is a standard SAP Table which is used to store Data sources (attribute objects) (j_8AGTC05) data and is available within R/3 SAP systems depending on the version and release level.

The /IXOS/DC_TCDS table consists of various fields, each holding specific information or linking keys about Data sources (attribute objects) (j_8AGTC05) data available in SAP. These include PROJECT (Project id), VERSION (Version of a project), DATASOURCE (Attribute object), FUGR (Function group).. 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 = /IXOS/DC_TCDST

Text table = /IXOS/DC_TCDST

Text table = /IXOS/DC_TCDST


SAP /IXOS/DC_TCDS 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
PROJECTProject id /IXOS/DC_EC_PROJECTCHAR10/IXOS/DC_TCPJ/IXOS/DC_DC_PROJECT
VERSIONVersion of a project /IXOS/DC_EC_VERSIONNUMC2/IXOS/DC_TCPJ/IXOS/DC_DC_VERSION
DATASOURCEAttribute object /IXOS/DC_EC_DATASOURCECHAR12/IXOS/DC_DC_DATASOURCE
FUGRFunction group /IXOS/DC_EC_FUGRCHAR26TLIBGAREA
OLD_FUGRFlag for old function group (DocuLink 2) /IXOS/DC_EC_OLDFUGRCHAR1FLAG
TABNAMEData structure containing all data of an attribute object /IXOS/DC_EC_TABNAMECHAR30DD02LAS4TAB/IXOS/DC_HCSFC4
TABLENNumber of characters of table structure /IXOS/DC_EC_TABLENINT410INT4
SAP_OBJECTSAP-Object /IXOS/DC_EC_SAP_OBJECTCHAR10TOJTBOJ_NAME
AR_OBJECTDocument type /IXOS/DC_EC_AR_OBJECTCHAR10TOAOMSADC10_DV
DOCDIRECTDocument reference is in data record /IXOS/DC_EC_DOCDIRECTCHAR1/IXOS/DC_D_FLAG
DEF_ARCMODDefault archive mode /IXOS/DC_EC_DEFAULTARCMODCHAR1/IXOS/DC_DC_ARCMODS
ARCMODSAllowed archiving modes /IXOS/DC_EC_ARCMODSCHAR11CHAR11
PROT_MODESLogging settings /IXOS/DC_EC_PROTMODESCHAR48/IXOS/DC_DC_PROTMODES
COLD_DUPBehaviour of insertion of docs of multiple records (COLD) /IXOS/DC_EC_COLDDUPCHAR1/IXOS/DC_DC_COLDDUP
GEN_OBJIDGeneric object ID /IXOS/DC_EC_GENERICOBJIDFLAGCHAR1/IXOS/DC_D_FLAG
CHANGEABLEFlag for changeable WORD documents /IXOS/DC_EC_CHANGEABLEFLAGCHAR1/IXOS/DC_D_FLAG
AR_OBJ_TMPDocument type of changeable WORD document /IXOS/DC_EC_CHANGEABLEAROBJECTCHAR10TOAOMSADC10_DV
DOC_TEMPLTDocument template /IXOS/DC_EC_CHANGEABLEDOCTMPLCHAR10/IXOS/DC_DC_CHANGEABLEDOCTMPL
OBJECTArchiving Object OBJCT_TR01CHAR10ARCH_OBJOBJCT_TR01OBT
ARCHINDEXArchive Information Structure AIND_DESCCHAR15AIND_STR1AIND_DESC
NO_REUSEAccess always via info structure /IXOS/DC_EC_NO_REUSECHAR1/IXOS/DC_D_FLAG
AUTH_OBJCTAuthorization object /IXOS/DC_EC_XUOBJECTCHAR10TOBJXUOBJECT
SDOK_MODSPDocuLink: CM hierarchy link range /IXOS/DC_EC_SDOK_MODSPCHAR30CHAR30
LOGSYSLogical system LOGSYSCHAR10TBDLSALPHALOGSYS
DOC_FINDERDocument Finder /IXOS/DC_EC_SDOK_DOCSPCHAR10Assigned to domainSDOK_DOCSP
ARCHIVE_DIRECTLYFlag to enable archiving without AL document nodetype /IXOS/DC_EC_ARCHIVE_DIRECTLYCHAR1/IXOS/DC_D_FLAG
ECR_MAPPING_IDMapping Service /IXOS/DC_EA_ECR_MAPPING_IDCHAR36/IXOS/DC_TAMSI/IXOS/DC_DA_ECR_MAPPING_ID
INTERNAL_INDIndicator Showing if Attachment is only for Internal Use /IXOS/DC_EC_BBP_ATT_INTERNALCHAR1XFELD
LES_IDEnterprise Library Server ID /IXOS/DC_EC_LES_IDCHAR10/IXOS/DC_DC_LES_ID
RM_ENABLEFlag to enable Records Management /IXOS/DC_EC_RM_ENABLECHAR1/IXOS/DC_D_FLAG
ALINK_FLEXIBLEUse configurable/flexible hitlist for ArchiveLink documents /IXOS/DC_EC_ALINK_FLEXIBLECHAR1/IXOS/DC_D_FLAG

Key field Non-key field



How do I retrieve data from SAP table /IXOS/DC_TCDS using ABAP code

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

SELECT SINGLE *
FROM /IXOS/DC_TCDS
INTO CORRESPONDING FIELDS OF WA_/IXOS/DC_TCDS
WHERE...

How to access SAP table /IXOS/DC_TCDS

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