SWFTRCHCOND SAP (Trace: Lines of a Hierarchy Filter Condition) Structure details

Dictionary Type: Structure
Description: Trace: Lines of a Hierarchy Filter Condition




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




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

SWFTRCHCOND 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 "Trace: Lines of a Hierarchy Filter Condition" 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_SWFTRCHCOND TYPE SWFTRCHCOND.

The SWFTRCHCOND table consists of various fields, each holding specific information or linking keys about Trace: Lines of a Hierarchy Filter Condition data available in SAP. These include LINETYPE (Condition Editor: Type of Line in Internal Display), NOTFLAG (Negation Flag for Condition Evaluation ('NOT')), O_BRACK (Number of Open Parentheses), TRC_PCK (Trace: (Software) Package Name).. 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 SWFTRCHCOND 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
LINE_NO Line Number0
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 SWFTRCHCOND using ABAP code?

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

How to access SAP table SWFTRCHCOND

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