RSTT_CATTTRACE SAP (Trace Tool: CATT Trace Specific Properties) Table details

Dictionary Type: Table
Description: Trace Tool: CATT Trace Specific Properties




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




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

RSTT_CATTTRACE is a standard SAP Table which is used to store Trace Tool: CATT Trace Specific Properties data and is available within R/3 SAP systems depending on the version and release level.

The RSTT_CATTTRACE table consists of various fields, each holding specific information or linking keys about Trace Tool: CATT Trace Specific Properties data available in SAP. These include REFVARID (Trace Tool: Char 20 Field (Key Field)), PVARID (Variant ID), ACTIVE_FLAG (Trace Tool: Standard Flag), INVAL_FLAG (Trace Tool: Standard Flag).. 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 RSTT_CATTTRACE 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
TRACEGUIDGUID in 'RAW' format GUID_16RAW16SYSUUID
REFVARIDTrace Tool: Char 20 Field (Key Field) RSTT_CHAR20CHAR20
PVARIDVariant ID RSTT_VARIANTIDCHAR20
ACTIVE_FLAGTrace Tool: Standard Flag RSTT_FLAGCHAR1RSTT_FLAG
INVAL_FLAGTrace Tool: Standard Flag RSTT_FLAGCHAR1RSTT_FLAG
TESTSTATUSTrace Tool: Test Status RSTT_CATT_STATUSCHAR1RSTT_CATT_STATUS
TESTTIMERuntime RSDDKRUNTIMEDEC21(6) RSDDKRUNTIME
AMOUNT_SEQTrace Tool: Integer Value RSTT_INT4INT410RSTT_INT4
AMOUNT_POBJTrace Tool: Integer Value RSTT_INT4INT410RSTT_INT4
AMOUNT_DOBJTrace Tool: Integer Value RSTT_INT4INT410RSTT_INT4
AMOUNT_EXETrace Tool: Integer Value RSTT_INT4INT410RSTT_INT4
AMOUNT_POBJ_TTrace Tool: Integer Value RSTT_INT4INT410RSTT_INT4
AMOUNT_DOBJ_TTrace Tool: Integer Value RSTT_INT4INT410RSTT_INT4
RVMODTIMELast Change to Definition RSRMODTIMEDEC15TZNTSTMPS
PLAYTIMERuntime RSDDKRUNTIMEDEC21(6) RSDDKRUNTIME
TREQGUIDRSTT:_Trace GUID RSTT_GUIDRAW16SYSUUID
AMOUNT_CELLSTrace Tool: Integer Value RSTT_INT4INT410RSTT_INT4
TOPICIDTrace Tool: Function Subject of Test RSTT_CATT_TOPICCHAR20
FUNCIDTrace Tool: Functionality to Be Tested RSTT_CATT_FUNCCHAR30

Key field Non-key field



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

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

SELECT SINGLE *
FROM RSTT_CATTTRACE
INTO CORRESPONDING FIELDS OF WA_RSTT_CATTTRACE
WHERE...

How to access SAP table RSTT_CATTTRACE

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