TCC08 SAP (Engineering Change Management: Control Data) Table details

Dictionary Type: Table
Description: Engineering Change Management: Control Data




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




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

TCC08 is a standard SAP Table which is used to store Engineering Change Management: Control Data data and is available within R/3 SAP systems depending on the version and release level.

The TCC08 table consists of various fields, each holding specific information or linking keys about Engineering Change Management: Control Data data available in SAP. These include AGBCC (Application area CC), CCRVL (Indicator: Revision Level Active), AENND (Phantom change number), KZTPR (Indicator: Check Date).. 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: G - Customising table which is protected against SAP Update
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP TCC08 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
AGBCCApplication area CC AGBCCCHAR2CHAR2
CCRVLIndicator: Revision Level Active CCRVLCHAR1XFELD
AENNDPhantom change number AENNDCHAR12AENRAENNRAENNR
KZTPRIndicator: Check Date KZTPRCHAR1XFELD
WTINTTime Limit for Warning Message in Days WTINTDEC3CC_NLFZT
ETINTError Time in Days ETINTDEC3CC_NLFZT
CCALCIndicator: Number Range Check Also for Alphanumeric Fields CCALCCHAR1XFELD
RVEXTIndicator: External Revision Level Assignment CC_RVEXTCHAR1XFELD
RVMAXIndicator: Next Revision Level Must Be Higher CC_RVMAXCHAR1XFELD
NOWMSDate Shift: Convert Warning Messages to Error Messages CC_NOWMSCHAR1XFELD
RLACTRelease Procedure Is Active CC_RLACTCHAR1XFELD
VTNEWIndicator: Parameter Effectivity Active CC_VTNEWCHAR1XFELD
MTOBJIndicator: Display Transaction Goes to Object Maintenance CC_MTOBJCHAR1XFELD
RVAUTIndicator: Only Assign Revision Level Automatically CC_RVAUTCHAR1XFELD
RVESPIndicator: Extended Sequence Check for Revision Level CC_RVESPCHAR1XFELD
EXCLUObject mgmt record exclusive for ECR / ECO CC_EXCLUCHAR1XFELD
RANG_ACTIndicator: Rank Is Active CC_RANGCHAR1XFELD
RLGLB_LOCKLock change number via release key CC_RL_LOCKCHAR1XFELD
AEFRK_LOCKLock change number via release key CC_RL_LOCKCHAR1XFELD
AEFRP_LOCKLock change number via release key CC_RL_LOCKCHAR1XFELD
AEFRF_LOCKLock change number via release key CC_RL_LOCKCHAR1XFELD
AEFR_LV_ACT'Define basic change' function is active CC_FR_LV_ACTCHAR1XFELD
ALEHIEDistribute Change Hierarchy Completely CC_ALE_HIERCHAR1XFELD
AEHI_LATEIndicator: late packages supported CC_AEHI_LATECHAR1XFELD
PROFILEffectivity profile CC_PROFCHAR8TCC22CC_PROF
DIRZUOverriding CC_DIRZUCHAR1CC_DIRZU
DATEL_OBJIndicator: Direct Assignment of Alternative Dates - Object CC_DATELOBJCHAR1XFELD
HIST_CHARControl (time) of history requirement: Characteristic CC_HIST_CHARCHAR1CC_HIST_CHAR

Key field Non-key field



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

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

SELECT SINGLE *
FROM TCC08
INTO CORRESPONDING FIELDS OF WA_TCC08
WHERE...

How to access SAP table TCC08

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