TEBPPCOMMFLAG SAP (Notification Methods for Communication Events) Table details

Dictionary Type: Table
Description: Notification Methods for Communication Events




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




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

TEBPPCOMMFLAG is a standard SAP Table which is used to store Notification Methods for Communication Events data and is available within R/3 SAP systems depending on the version and release level.

The TEBPPCOMMFLAG table consists of various fields, each holding specific information or linking keys about Notification Methods for Communication Events data available in SAP. These include PARTNERTYPE (Business Partner Category), PARTNERKEY (Reference to the Business Partner), PARTNERADDKEY (Partner Company Code or Contract Account), UNAME (User ID).. 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: Can be enhanced (character-type)


SAP TEBPPCOMMFLAG 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 MANDTCLNT3TEBPPADDRESSMANDT
PARTNERTYPEBusiness Partner Category BUSPA_TYPECHAR2TEBPPADDRESSBUSPA_TYPE
PARTNERKEYReference to the Business Partner BUSPA_KEYCHAR12TEBPPADDRESSCHAR12
PARTNERADDKEYPartner Company Code or Contract Account EBPP_PARTNERADDKEYCHAR12TEBPPADDRESSCHAR12
UNAMEUser ID EBPP_USERIDCHAR32TEBPPADDRESSEBPP_USERID
COMMEVENTCommunication Event in Biller Direct EBPP_COMMEVENTCHAR3TEBPP_COMMEVENTEBPP_COMMEVENT
EMAILNotification by e-Mail EBPP_EMAILINFCHAR1BOOLE
SMSNotification per SMS EBPP_SMSINFCHAR1BOOLE
POSTNotification by Post EBPP_PBILLCHAR1BOOLE

Key field Non-key field



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

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

SELECT SINGLE *
FROM TEBPPCOMMFLAG
INTO CORRESPONDING FIELDS OF WA_TEBPPCOMMFLAG
WHERE...

How to access SAP table TEBPPCOMMFLAG

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