TDCLD SAP (Hypertext: control table) Pooled Table details

Dictionary Type: Pooled Table
Description: Hypertext: control table




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




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

TDCLD is a standard SAP Pooled Table which is used to store Hypertext: control table data and is available within R/3 SAP systems depending on the version and release level.

The TDCLD table consists of various fields, each holding specific information or linking keys about Hypertext: control table data available in SAP. These include DOKEDICL (Hypertext: editor class of the object), DOKPARCL (Hypertext: Superordinate Class), DOKNAMLE (Length of Object Name), DOKLTYPE (Link type for links between documentation/hypertext modules).. 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified

Text table = TDCLT


SAP TDCLD 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
DOKCLASSHypertext: Object Class DOKU_CLASSCHAR4DOKU_CLSDSK
DOKEDICLHypertext: editor class of the object DOKU_EDICLCHAR4Assigned to domainDOKU_CLSDSK
DOKPARCLHypertext: Superordinate Class DOKU_PARCLCHAR2Assigned to domainDOKU_ID
DOKNAMLELength of Object Name DOKU_NAMLECHAR2DOKU_C0002
DOKLTYPELink type for links between documentation/hypertext modules DOKU_LTYPECHAR1Assigned to domainDOKU_LTYPE
DOKGLILIHypertext: type can be chapter in layout DOKU_GLILICHAR1DOKU_FLAG
DOKTRANSHypertext: object is connected to the Transport System DOKU_TRANSCHAR1DOKU_FLAG
DOKAUTHOHypertext: authorization check for this class DOKU_AUTHOCHAR1DOKU_FLAG
DOKMAINTHypertext: maintain techn. docu. in docu. maint. transaction DOKU_MAINTCHAR1DOKU_FLAG
DOKMAINEHypertext: maintain end user docu in docu maint. transaction DOKU_MAINECHAR1DOKU_FLAG
DOKMODAUClass can be modified DOKU_MODAUCHAR1DOKU_FLAG
DOKPGMIDProgram ID in Requests and Tasks PGMIDCHAR4PGMID
DOKOBJECTObject Type TROBJTYPECHAR4OBJECTSCTSOBJECT
DOKMAINIOrder management: internal documentation DOKU_MAINICHAR1DOKU_FLAG
DOKNODOCUWL does not require documentation DOKU_NODOCCHAR1DOKU_FLAG
DOKLENGTH1Output length: object name DOKU_LENINT13DOKU_LEN
DOKLENGTH2Output length: object name DOKU_LENINT13DOKU_LEN
DOKUTOOLCan be maintained using general documentation tool DOKU_TOOLCHAR1DOKU_FLAG
PGMIDProgram ID in Requests and Tasks PGMIDCHAR4PGMID
OBJECTObject Type TROBJTYPECHAR4OBJECTSCTSOBJECT
DOKU_LINKFlag indicating if document can be linked DOKU_LINKCHAR1DOKU_FLAG
ATTR_CLASSHypertext: Object Class DOKU_CLASSCHAR4Assigned to domainDOKU_CLSDSK
TLOGO_OBJLogical object (table TLOGO) LOBJECTCHAR4Assigned to domainLOBJECT
VALUE_HELPF4 help for object name exists DOKU_F4HLPCHAR1DOKU_FLAG

Key field Non-key field



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

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

SELECT SINGLE *
FROM TDCLD
INTO CORRESPONDING FIELDS OF WA_TDCLD
WHERE...

How to access SAP table TDCLD

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