CULL_TRACEFILTER SAP (Filter for Low-Level Configuration Trace) Table details

Dictionary Type: Table
Description: Filter for Low-Level Configuration Trace




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




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

CULL_TRACEFILTER is a standard SAP Table which is used to store Filter for Low-Level Configuration Trace data and is available within R/3 SAP systems depending on the version and release level.

The CULL_TRACEFILTER table consists of various fields, each holding specific information or linking keys about Filter for Low-Level Configuration Trace data available in SAP. These include USERNAME (User Name), FILTER_ACTIVE (Trace Active), FILTER_SELCOND (Trace Selection Conditions Active), FILTER_PROC (Trance Procedures Active).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP CULL_TRACEFILTER 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
USERNAMEUser Name SYUNAMECHAR12SYCHAR12
FILTER_ACTIVETrace Active CULL_TRACE_ACTIVECHAR1XFELD
FILTER_SELCONDTrace Selection Conditions Active CULL_TRACE_SELCOND_ACTIVECHAR1XFELD
FILTER_PROCTrance Procedures Active CULL_TRACE_PROCEDURE_ACTIVECHAR1XFELD
CHARACTERISTIC1Characteristic Name ATNAMCHAR30ATNAMFEA
CHARACTERISTIC2Characteristic Name ATNAMCHAR30ATNAMFEA
CHARACTERISTIC3Characteristic Name ATNAMCHAR30ATNAMFEA
CHARACTERISTIC4Characteristic Name ATNAMCHAR30ATNAMFEA

Key field Non-key field



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

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

SELECT SINGLE *
FROM CULL_TRACEFILTER
INTO CORRESPONDING FIELDS OF WA_CULL_TRACEFILTER
WHERE...

How to access SAP table CULL_TRACEFILTER

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