SXIPERF_REG_TCC SAP (Performance Regression - TestCase Configuration) Table details

Dictionary Type: Table
Description: Performance Regression - TestCase Configuration




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




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

SXIPERF_REG_TCC is a standard SAP Table which is used to store Performance Regression - TestCase Configuration data and is available within R/3 SAP systems depending on the version and release level.

The SXIPERF_REG_TCC table consists of various fields, each holding specific information or linking keys about Performance Regression - TestCase Configuration data available in SAP. These include TCASE (Testcase), TCLASS (Testcase Class), PARA01 (Parameter 01), PARA02 (Parameter 02).. 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP SXIPERF_REG_TCC 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
TCASEID Testcase ID0
TCASE Testcase0
TCLASS Testcase Class0
PARA01 Parameter 010
PARA02 Parameter 020
PARA03 Parameter 030
PARA04 Parameter 040
PARA05 Parameter 050
PARA06 Parameter 060
PARA07 Parameter 070
PARA08 Parameter 080
PARA09 Parameter 090
PARA10 Parameter 100
PARA11 Parameter 110
PARA12 Parameter 120
PARA13 Parameter 130
PARA14 Parameter 140
PARA15 Parameter 150
EXERUNSINN Execution Runs (inner loop)0
EXERUNSOUT Execution Runs (outer loop)0
PREPAREYN Prepare Y/N0
PRERUNSINN Prepare Runs (inner loop)0
PRERUNSOUT Prepare Runs (outer loop)0
CHKRUNSINN Check Runs (inner loop)0
CHKRUNSOUT Check Runs (outer loop)0
WAITSECSINN Wait time between inner runs0
WAITSECSOUT Wait time between outer runs0
WAITSECSCOL Wait time for collecting results0
COLLCENTRAL Collect Central Data0
COLLAFW Collect AFW Data0
COLLBPE Collect BPE Data0
COLLJAVA Collect Java Data0
COLLSENDER Collect Sender Data0
COLLRECEIVER Collect Receiver Data0
COLLRECEIVER2 Collect Receiver2 Data0

Key field Non-key field



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

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

SELECT SINGLE *
FROM SXIPERF_REG_TCC
INTO CORRESPONDING FIELDS OF WA_SXIPERF_REG_TCC
WHERE...

How to access SAP table SXIPERF_REG_TCC

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