DFKK_TCO SAP (Test Cockpit: eCATT Status) Table details

Dictionary Type: Table
Description: Test Cockpit: eCATT Status




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




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

DFKK_TCO is a standard SAP Table which is used to store Test Cockpit: eCATT Status data and is available within R/3 SAP systems depending on the version and release level.

The DFKK_TCO table consists of various fields, each holding specific information or linking keys about Test Cockpit: eCATT Status data available in SAP. These include GUID (16 byte UUID in 26 chars (usually Base 32 encoded)), ECATT (eCATT Test Script), SCTXT (Name of Test Cockpit Scenario), PRTXT (Name of Test Cockpit Process).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP DFKK_TCO 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 MANDTCLNT3Assigned to domainMANDT
GUID16 byte UUID in 26 chars (usually Base 32 encoded) SYSUUID_C26CHAR26SYSUUID_C26
ECATTeCATT Test Script TCO_ECATT_KKCHAR30ETOBJ_NAME
SCTXTName of Test Cockpit Scenario TCO_SCTXT_KKCHAR50TEXT50
PRTXTName of Test Cockpit Process TCO_PRTXT_KKCHAR30TEXT30
STATUSeCATT Status TCO_ECATT_STATUS_KKCHAR1TCO_ECATT_STATUS_KK
LOGIDeCATT Log TCO_LOGID_KKNUMC10NUM10
UNAMEExecuted By TCO_UNAME_KKCHAR12USNAM
EXCDTExecuted On TCO_EXCDT_KKDATS8DATUM
EXCTMProcessing Time TCO_EXCTM_KKTIMS6UZEIT

Key field Non-key field



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

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

SELECT SINGLE *
FROM DFKK_TCO
INTO CORRESPONDING FIELDS OF WA_DFKK_TCO
WHERE...

How to access SAP table DFKK_TCO

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