TCBP SAP (Gantt chart settings) Table details

Dictionary Type: Table
Description: Gantt chart settings




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




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

TCBP is a standard SAP Table which is used to store Gantt chart settings data and is available within R/3 SAP systems depending on the version and release level.

The TCBP table consists of various fields, each holding specific information or linking keys about Gantt chart settings data available in SAP. These include PROFILE (Profile for project planning board), PROF_FD (Gantt chart profile in planning board: Displayed fields), WIDTH_P_C (Width per character in project planning board), TRMNL (Earliest and/or latest dates).. 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 = TCBPT


SAP TCBP 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 project planning board BPPROFILECHAR12BPPROFILEPPL
PROF_FDGantt chart profile in planning board: Displayed fields PS_PPT_GTCHAR12TCNFPS_PROF_FD
WIDTH_P_CWidth per character in project planning board PS_NUMC3NUMC3PS_NUMC3
TRMNLEarliest and/or latest dates PS_TRMLAGENUMC1PS_TRMLAGE
CMARTDescription on the time bar PS_COMMARTNUMC1PS_COMMART
CMPOSText position on time bar PS_COMMPOSNUMC1PS_COMMPOS
VRGEAShow/Hide activities PS_VRGNGEACHAR1XFELD
RELEAShow/Hide relationships PS_RELATEACHAR1XFELD
UPDTSSchedule every change PS_UPDDATSCHAR1XFELD
TRMKSWhich set of dates should be displayed? PS_TRMNKRSNUMC1PS_TRMNKRS
WAERSCurrency Key WAERSCUKY5TCURCWAERSFWS
DAUNENormal duration/unit DAUNOREUNIT3T006CUNITMEINS
ARBEHUnit for work ARBEITEUNIT3T006CUNITMEINS
DFARBDefault values for work DEFARBEITQUAN7(1) ARBEIT
DFDAUDefault values for duration DFDAUERQUAN5(1) DAUER_4_1
PRF_GRUPPEProfile group (sort graphics profiles) BCPRFGROUPCHAR4TBCGBCPRFGROUP
PRF_NAMEName of graphics profile BCPRFNAMECHAR12CHAR12
TIM_PROFTime profile for capacity leveling/extended evaluation CY_TIPROCHAR10TCY33CY_TIPRO
PRT_SCALETime scale in the planning table SEC_PROFCHAR10TCY54DSEC_PROF
TIM_SCALETime scale profile RIB_PROFCHAR10TCY58RIB_PROF
AENAMLast changed by PS_AENAMCHAR12USNAM
PROTECTIndicator: Entry can only be changed by the last processor PS_PPTPCTCHAR1XFELD
CUSTOMIndicator: Maintenance only allowed in Customizing PS_PPTCSTCHAR1XFELD
ANZ_KALDisplay non-working time PS_ANZKALCHAR1PS_ANZKAL
ANZ_TRMDisplay scheduled WBS dates PS_ANZTRMCHAR1XFELD
ANZ_HGRDisplay horizontal lines PS_ANZHGRCHAR1XFELD
ANZ_VGRDisplay vertical lines PS_ANZVGRCHAR1XFELD
APPLIApplication calling up the project planning board PS_APPLICHAR2PS_APPLI
TMPRIDate display for several sets of dates PS_TMPRINUMC1PS_TMPRI
MSANZIndicator: Display milestone for WBS element/activity PS_MSANZCHAR1XFELD
MSTEAShow/hide milestone PS_MSTEACHAR1XFELD
VERSN1Plan version VERSN_COCHAR3TKVSALPHACOVERSI
VERSN2Plan version VERSN_COCHAR3TKVSALPHACOVERSI
FRSPTIndicator: Show total float FRHSPTLGCHAR1XFELD
PFFREIIndicator: Show free buffer PS_PFFREICHAR1PS_PFFREI
ACTYPKey for activity type PS_ACTYPCHAR1SUB_OBJECT_ACT
ELTYPKey for activity element type PS_ELTYPCHAR1SUB_OBJECT
T_LEFTDescription to the left ofthe time bar CNT_LEFTCHAR20SCRTEXT_M
T_MIDDLEDescription in the time bar CNT_MIDDLECHAR20SCRTEXT_M
T_RIGHTDescription to the right of the time bar CNT_RIGHTCHAR20SCRTEXT_M
T_UPPERDescription above the time bar CNT_UPPERCHAR20SCRTEXT_M
T_DOWNDescription below the time bar CNT_DOWNCHAR20SCRTEXT_M
GRID_MODETime fence mode GRID_MODECHAR1GRID_MODE
HORL_MODEHorizontal lines in graph area BCHORLINE_NUMC2BCHORLINE
ROW_HEIGHTHeight of lines in bar chart BCROWHEIGHINT410BCINT4
CLMN_INDENNumber of columns that the field should be indented CNT_CLMN_INDNUMC2CNT_CLMN_IND
VELEAShow/hide activity elements PS_VRELMEACHAR1XFELD
VGKRTValue for crtical activities PS_VGKRTDEC3PUFFER
NZANZDisplay network mumber NZ_NZANZPPBCHAR1XFELD
RIBB_PROFName of the time scale profile BCRIBPROFCHAR12Assigned to domainBCRIBPROF
PROF_FCAPLoad chart profile in planning board: Displayed fields PS_PROF_FCAPCHAR12TCNFPS_PROF_FD
PROF_FMATMaterial components profile in planning board: Displ. fields PS_PROF_FMATCHAR12TCNFPS_PROF_FD
PROF_FCOSCost chart profile in planning board: Displayed fields PS_PROF_FCOSCHAR12TCNFPS_PROF_FD
EVA_VERSNProgress Version VERSN_EVCHAR3Assigned to domainALPHAVERSN_EVVERSN_EVEVVS_VERSN_EV
CONSTRSet constraint PS_CONSTRAINTCHAR1PS_CONSTRAINT
SHDOWDisplay original schedule PS_SHADOWCHAR1PS_SHADOW
PROF_ORDERProfile for PM orders PS_PROF_ORDERCHAR12TCNFPS_PROF_FD
CP_UNAMEReference user for templates PS_UNAMECPCHAR12UNAME
OBJCPIndicator: Copy objects PS_OBJCPCHAR1PS_OBJCP
DSHIFTIndicator: Move date PS_DSHIFTCHAR1PS_DSHIFT
PROF_PRNTField selection for additional printing feature PS_PROF_PRNTCHAR12TCNFPS_PROF_FD
SUBEADisplay subnetworks PS_VRGEACHAR1CHAR1

Key field Non-key field



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

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

SELECT SINGLE *
FROM TCBP
INTO CORRESPONDING FIELDS OF WA_TCBP
WHERE...

How to access SAP table TCBP

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