ECTAT_CC_DATA SAP (Serialized Expected Values) Table details

Dictionary Type: Table
Description: Serialized Expected Values




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




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

ECTAT_CC_DATA is a standard SAP Table which is used to store Serialized Expected Values data and is available within R/3 SAP systems depending on the version and release level.

The ECTAT_CC_DATA table consists of various fields, each holding specific information or linking keys about Serialized Expected Values data available in SAP. These include TEST_CASE_ID (Test Case ID), TEST_STEP_ID (Test Step ID), SERIALIZED_DATA (XML Stream).. 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 ECTAT_CC_DATA 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
CLIENTClient MANDTCLNT3Assigned to domainMANDT
TEST_CASE_IDTest Case ID ET_CC_TEST_CASE_IDCHAR10
TEST_STEP_IDTest Step ID ET_CC_TEST_STEP_IDCHAR10
SERIALIZED_DATA XML Stream0

Key field Non-key field



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

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

SELECT SINGLE *
FROM ECTAT_CC_DATA
INTO CORRESPONDING FIELDS OF WA_ECTAT_CC_DATA
WHERE...

How to access SAP table ECTAT_CC_DATA

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