TXI_TCTH SAP (Settings for hierarchy graphic (schedule maint.)) Structure details

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




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




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

TXI_TCTH is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Settings for hierarchy graphic (schedule maint.)" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_TXI_TCTH TYPE TXI_TCTH.

The TXI_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 MANDT (Client), 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).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP TXI_TCTH structure 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 THPROFILECHAR12Assigned to domainTHPROFILE
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 structure TXI_TCTH using ABAP code?

As TXI_TCTH is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on TXI_TCTH as there is no data to select.

How to access SAP table TXI_TCTH

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