BBPT_WFL_TRACER SAP (BBPT_WFL_TRACER) Table details

Dictionary Type: Table
Description: BBPT_WFL_TRACER




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




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

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

The BBPT_WFL_TRACER table consists of various fields, each holding specific information or linking keys about BBPT_WFL_TRACER data available in SAP. These include USER_ID (User Name), BREAK_ACTIVE (Checkbox), BREAK_FUNCTION (Name of an event, module, subroutine...).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP BBPT_WFL_TRACER 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
MANDANTTODO: Client MANDANTCHAR3CHAR3
USER_IDUser Name SYUNAMECHAR12SYCHAR12
BREAK_ACTIVECheckbox XFELDCHAR1XFELD
BREAK_FUNCTIONName of an event, module, subroutine... DBGLEVENTCHAR70CHAR70

Key field Non-key field



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

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

SELECT SINGLE *
FROM BBPT_WFL_TRACER
INTO CORRESPONDING FIELDS OF WA_BBPT_WFL_TRACER
WHERE...

How to access SAP table BBPT_WFL_TRACER

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