SWFTRCDISP SAP (Display Structure for Trace Catalog Entry) Structure details

Dictionary Type: Structure
Description: Display Structure for Trace Catalog Entry




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




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

SWFTRCDISP 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 "Display Structure for Trace Catalog Entry" 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_SWFTRCDISP TYPE SWFTRCDISP.

The SWFTRCDISP table consists of various fields, each holding specific information or linking keys about Display Structure for Trace Catalog Entry data available in SAP. These include IS_ACTIVE (Trace active), ACTIVE_ICON (Trace active), IS_PATTERN (Trace is a pattern), PATTERN_ICON (Trace is a pattern).. 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 SWFTRCDISP 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
NO_DISPLAYNew Input Values XFLAGCHAR1XFLAG
IS_ACTIVETrace active SWFTRCDSP_ACTIVECHAR1XFLAG
ACTIVE_ICONTrace active SWFTRCDSP_AICONCHAR40CHAR40
IS_PATTERNTrace is a pattern SWFTRCDSP_PATTERNCHAR1XFLAG
PATTERN_ICONTrace is a pattern SWFTRCDSP_MICONCHAR40CHAR40
IS_LOCALTrace only visible locally SWFTRCDSP_LOCALCHAR1XFLAG
LOCAL_ICONTrace only visible locally SWFTRCDSP_LICONCHAR40CHAR40
IS_SYSTEMTrace created by system SWFTRCDSP_SYSTEMCHAR1XFLAG
IS_SYSTEM_ICONTrace created by system SWFTRCDSP_SICONCHAR40CHAR40
PROPAGATEPropagate trace to sub-objects SWFTRCDSP_PROPAGATECHAR1XFLAG
PROPAGATE_ICONPropagate trace to sub-objects SWFTRCDSP_PICONCHAR40CHAR40
TRACE_IDUnique ID in Trace SWFTRACEIDRAW16SWFTRACEID
DESCRIPTTrace Header: Descriptive Text SWFTRCHDSCCHAR132SWFTRCHDSC
TEXTTrace-Catalog-Entry Descriptive Text SWFTRCDSP_TEXTSTRG0
TRC_LEVELLevel of Detail Determining Which Trace Entries Are Written TRC_LEVELNUMC1TRC_LEVEL
TRACE_TYPEType of Trace (Debug, Performance,...) SWFTRC_TYPCHAR5SWFTRC_TYP
TRACE_COMPONENTApplication Component Implementing Its Own Trace Extensions SWFTRC_CMPCHAR30Assigned to domainSWFTRC_CMP
VALID_FROMEarliest Activation Time for Trace SWFTRCDSP_TSTPDEC15TZNTSTMPS
VALID_TOTime: End of Trace Validity SWFTRCDSP_TSTEDEC15TZNTSTMPS
REMOVE_ONTime: Trace Can Be Deleted SWFTRCDSP_TSTRDEC15TZNTSTMPS
CREA_RELRelease at Creation SWFUTLCREASAPRLCHAR4SAPRL
CREA_TMSTPTime Created as Time Stamp SWFUTLCREATSTDEC15TZNTSTMPS
CREA_USERUser (Logon Name) at Creation SWFUTLCREAUSERCHAR12SYCHAR12
CHG_RELLast Changed in Release SWFUTLCHGSAPRLCHAR4SAPRL
CHG_TMSTPTime of Last Change as Time Stamp SWFUTLCHGTSTDEC15TZNTSTMPS
CHG_USERLast-Change User (Logon Name) SWFUTLCHGAUSERCHAR12SYCHAR12

Key field Non-key field



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

As SWFTRCDISP 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 SWFTRCDISP as there is no data to select.

How to access SAP table SWFTRCDISP

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