TCTH SAP (Settings for hierarchy graphic (schedule maint.)) Table details

Dictionary Type: Table
Description: Settings for hierarchy graphic (schedule maint.)




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




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

TCTH is a standard SAP Table which is used to store Settings for hierarchy graphic (schedule maint.) data and is available within R/3 SAP systems depending on the version and release level.

The TCTH table consists of various fields, each holding specific information or linking keys about Settings for hierarchy graphic (schedule maint.) data available in SAP. These include PROFILE (Profile for the hierarchy graphic in time scheduling), VRG_DARST (Activity display in the graphic), PSP_DARST (Display options for WBS element in the graphic), DISPACT (Display activities in the hierarchy graphic in the Info syst).. 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 = TCTHT


SAP TCTH 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 MANDTCLNT3T000MANDT
PROFILEProfile for the hierarchy graphic in time scheduling THPROFILECHAR12THPROFILE
VRG_DARSTActivity display in the graphic ACT_DARSTCHAR1ACT_DARST
PSP_DARSTDisplay options for WBS element in the graphic PSP_DARSTCHAR1PSP_DARST
DISPACTDisplay activities in the hierarchy graphic in the Info syst PS_H_ACTCHAR1XFELD
COLKZ_VORGColor for indicator: Activities exist COLKZ_VORGCHAR11TWCOLW_COLOR
COLKZ_AUFTColor for indicator: Order exists COLKZ_AUFTCHAR11TWCOLW_COLOR
COLKZ_MLSTColor for indicator: Milestone exists COLKZ_MLSTCHAR11TWCOLW_COLOR
COLKZ_DOKUColor for indicator: Document exists COLKZ_DOKUCHAR11TWCOLW_COLOR
COLKZ_ELEMColor for indicator: Activity element exists COLKZ_ELEMCHAR11TWCOLW_COLOR
COLKZ_TEILColor for indicator: Subnetwork exists COLKZ_TEILCHAR11TWCOLW_COLOR
COLKZ_MATColor for indicator: Material exists COLKZ_MATCHAR11TWCOLW_COLOR

Key field Non-key field



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

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

SELECT SINGLE *
FROM TCTH
INTO CORRESPONDING FIELDS OF WA_TCTH
WHERE...

How to access SAP table TCTH

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