BBPC_WF_MAILSEND SAP (Determination of Mail Recipients at Specific Workflow Events) Table details

Dictionary Type: Table
Description: Determination of Mail Recipients at Specific Workflow Events




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




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

BBPC_WF_MAILSEND is a standard SAP Table which is used to store Determination of Mail Recipients at Specific Workflow Events data and is available within R/3 SAP systems depending on the version and release level.

The BBPC_WF_MAILSEND table consists of various fields, each holding specific information or linking keys about Determination of Mail Recipients at Specific Workflow Events data available in SAP. These include WF_SCENARIO (Application Scenario in which the Workflow is Involved), WF_USER_ROLE (Role of the User in the Application Scenario), WF_REJECTED (User Recieves a Mail in Event of Rejection), WF_RELEASED (User Recieves a Mail in Event of Approval).. 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: G - Customising table which is protected against SAP Update
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP BBPC_WF_MAILSEND 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
WF_SCENARIOApplication Scenario in which the Workflow is Involved WF_SCENARIOCHAR2WF_SCENARIO
WF_USER_ROLERole of the User in the Application Scenario WF_USER_ROLECHAR2WF_USER_ROLE
WF_REJECTEDUser Recieves a Mail in Event of Rejection WF_REJECTEDCHAR1XFELD
WF_RELEASEDUser Recieves a Mail in Event of Approval WF_RELEASEDCHAR1XFELD
WF_UPDATEDUser Recieves a Mail in Event of Changes WF_UPDATEDCHAR1XFELD
WF_DELETEDUser Recieves a Mail in Event of Deletion WF_DELETEDCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM BBPC_WF_MAILSEND
INTO CORRESPONDING FIELDS OF WA_BBPC_WF_MAILSEND
WHERE...

How to access SAP table BBPC_WF_MAILSEND

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