SWFTRCSTAT SAP (Status of Trace Instance) Structure details

Dictionary Type: Structure
Description: Status of Trace Instance




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




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

SWFTRCSTAT is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Status of Trace Instance" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_SWFTRCSTAT TYPE SWFTRCSTAT.

The SWFTRCSTAT table consists of various fields, each holding specific information or linking keys about Status of Trace Instance data available in SAP. These include TRC_CMP (Application Component Implementing Its Own Trace Extensions), IS_ACTIVE ('X' - Trace is Active), IS_INSTANCE ('X' - Entry Applies for ONE Object, ' ' for Multiple Objects), TRC_LEVEL (Level of Detail Determining Which Trace Entries Are Written).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP SWFTRCSTAT structure 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
TRACE_IDUnique ID in Trace SWFTRACEIDRAW16SWFTRACEID
TRC_CMPApplication Component Implementing Its Own Trace Extensions SWFTRC_CMPCHAR30Assigned to domainSWFTRC_CMP
IS_ACTIVE 'X' - Trace is Active0
IS_INSTANCE 'X' - Entry Applies for ONE Object, ' ' for Multiple Objects0
TRC_LEVELLevel of Detail Determining Which Trace Entries Are Written TRC_LEVELNUMC1TRC_LEVEL
PROPAGATE 'X' - Also Write Trace for Dependent Objects0
LINETYPECondition Editor: Type of Line in Internal Display SWB_LINTYPCHAR1SWB_LINTYP
NOTFLAGNegation Flag for Condition Evaluation ('NOT') SWB_NOTCHAR1SWB_NOT
O_BRACK Number of Open Parentheses0
TRC_PCKTrace: (Software) Package Name SWFTRC_PCKCHAR30Assigned to domainSWFTRC_PCK
TRC_EVTTrace: Logical Time/Date Within a Package SWFTRC_EVTCHAR12
TRC_PNTTrace: Physical Trace Point (Code Reference) SWFTRC_PNTCHAR12CHAR12
TRC_PCK1Trace: (Software) Package Name SWFTRC_PCKCHAR30Assigned to domainSWFTRC_PCK
TRC_EVT1Trace: Logical Time/Date Within a Package SWFTRC_EVTCHAR12
TRC_PNT1Trace: Physical Trace Point (Code Reference) SWFTRC_PNTCHAR12CHAR12
TRC_PCK2Trace: (Software) Package Name SWFTRC_PCKCHAR30Assigned to domainSWFTRC_PCK
TRC_EVT2Trace: Logical Time/Date Within a Package SWFTRC_EVTCHAR12
TRC_PNT2Trace: Physical Trace Point (Code Reference) SWFTRC_PNTCHAR12CHAR12
CONTINUED 'X' - Hierarchy Continued in Next Line0
C_BRACK Number of Closing Parentheses0
LOGOPLogical Operator for Boolean Conditions SWB_LOGOPCHAR3SWB_LOGOP

Key field Non-key field



How do I retrieve data from SAP structure SWFTRCSTAT using ABAP code?

As SWFTRCSTAT is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on SWFTRCSTAT as there is no data to select.

How to access SAP table SWFTRCSTAT

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