BBP_WFL_TRACE1A SAP (BBP_WFL_TRACE1A) Table details

Dictionary Type: Table
Description: BBP_WFL_TRACE1A




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




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

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

The BBP_WFL_TRACE1A table consists of various fields, each holding specific information or linking keys about BBP_WFL_TRACE1A data available in SAP. These include ENTRY (GUID in 'RAW' format), FOREIGN_ENTRY (GUID in 'RAW' format), COUNTER (Natural Number), APPROVAL_INDEX (Workflow: Data Type NUMC(10)).. 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 BBP_WFL_TRACE1A 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
MANDANTClient MANDTCLNT3Assigned to domainMANDT
ENTRYGUID in 'RAW' format GUID_16RAW16SYSUUID
FOREIGN_ENTRYGUID in 'RAW' format GUID_16RAW16SYSUUID
COUNTERNatural Number INT4INT410INT4
APPROVAL_INDEXWorkflow: Data Type NUMC(10) SWH_NUMC10NUMC10
APPROVAL_BRANCHWorkflow: Data Type NUMC(10) SWH_NUMC10NUMC10
APPROVAL_AGENTActual Agent SWP_AAGENTCHAR14HROBJEC_14
APPROVAL_STATEWorkflow: Data Type NUMC(10) SWH_NUMC10NUMC10
NAMEName of Actual Agent of Work Item SWL_AAGT_NCHAR40TEXT40
INITIAL_AGENTActual Agent SWP_AAGENTCHAR14HROBJEC_14
INITIAL_INDEXWorkflow: Data Type NUMC(10) SWH_NUMC10NUMC10
TYPEApprover Type (Changed, Added) BBP_APPROVER_TYPECHAR1BBP_APPROVER_TYPE
WI_IDWork item ID SWW_WIIDNUMC12Assigned to domainSWW_WIIDWID
WI_CREATE_TIMECreation Time of Work Item SWW_CTTIMS6SYTIME
WI_CREATE_DATECreation Date of Work Item SWW_CDDATS8SYDATS
WI_END_TIMECurrent end time of work item SWW_AETTIMS6SYTIME
WI_END_DATEEnd Date of Work Item SWW_AEDDATS8SYDATS
APPROVAL_DESCRIPDescription of a Workflow Step (Approval Preview) BBP_STEP_DESCRIPTIONCHAR20BBP_STEP_DESCRIPTION
APPROVAL_OBJECT_Globally Unique Identifier in 32-Character Display BBP_GUID_32CHAR32SYSUUID_C
INITIAL_APPROVALGlobally Unique Identifier in 32-Character Display BBP_GUID_32CHAR32SYSUUID_C
HIDE_ITEMS_NOT_RBoolean Variable (X=True, -=False, Space=Unknown) BOOLEANCHAR1BOOLEAN

Key field Non-key field



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

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

SELECT SINGLE *
FROM BBP_WFL_TRACE1A
INTO CORRESPONDING FIELDS OF WA_BBP_WFL_TRACE1A
WHERE...

How to access SAP table BBP_WFL_TRACE1A

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