SWF_TRC_HEAD SAP (Trace: Catalog) Table details

Dictionary Type: Table
Description: Trace: Catalog




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




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

SWF_TRC_HEAD is a standard SAP Table which is used to store Trace: Catalog data and is available within R/3 SAP systems depending on the version and release level.

The SWF_TRC_HEAD table consists of various fields, each holding specific information or linking keys about Trace: Catalog data available in SAP. These include TRACE_ID (Unique ID in Trace), TRACE_COMPONENT (Application Component Implementing Its Own Trace Extensions), IS_ACTIVE (Trace active), IS_LOCAL (Trace only visible locally).. 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 SWF_TRC_HEAD 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 ID SYMANDTCLNT3Assigned to domainMANDT
TRACE_IDUnique ID in Trace SWFTRACEIDRAW16SWFTRACEID
TRACE_COMPONENTApplication Component Implementing Its Own Trace Extensions SWFTRC_CMPCHAR30Assigned to domainSWFTRC_CMP
IS_ACTIVETrace active SWFTRCDSP_ACTIVECHAR1XFLAG
IS_LOCALTrace only visible locally SWFTRCDSP_LOCALCHAR1XFLAG
IS_PATTERNTrace is a pattern SWFTRCDSP_PATTERNCHAR1XFLAG
PATTERN_MAX Number of Trace Entries to Be Created in Total0
PATTERN_COUNT Number of Trace Entries Already Created0
NO_DISPLAY 'X' - Do Not Display Trace in Catalog0
IS_SYSTEMTrace created by system SWFTRCDSP_SYSTEMCHAR1XFLAG
TRC_LEVELLevel of Detail Determining Which Trace Entries Are Written TRC_LEVELNUMC1TRC_LEVEL
TRACE_TYPEType of Trace (Debug, Performance,...) SWFTRC_TYPCHAR5SWFTRC_TYP
PROPAGATEPropagate trace to sub-objects SWFTRCDSP_PROPAGATECHAR1XFLAG
PARENTUnique ID in Trace SWFTRACEIDRAW16SWFTRACEID
VALID_FROMEarliest Activation Time for Trace SWFTRCDSP_TSTPDEC15TZNTSTMPS
VALID_TOTime: End of Trace Validity SWFTRCDSP_TSTEDEC15TZNTSTMPS
REMOVE_ONTime: Trace Can Be Deleted SWFTRCDSP_TSTRDEC15TZNTSTMPS
DESCRIPTTrace Header: Descriptive Text SWFTRCHDSCCHAR132SWFTRCHDSC
TEXTTrace-Catalog-Entry Descriptive Text SWFTRCDSP_TEXTSTRG0
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
HFILTER_IDUnique ID in Trace SWFTRACEIDRAW16SWFTRACEID
AFILTER_IDUnique ID in Trace SWFTRACEIDRAW16SWFTRACEID

Key field Non-key field



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

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

SELECT SINGLE *
FROM SWF_TRC_HEAD
INTO CORRESPONDING FIELDS OF WA_SWF_TRC_HEAD
WHERE...

How to access SAP table SWF_TRC_HEAD

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