EBPP_CUSTCONTACT SAP (Customizing Table for EBPP for Assignment of Contact Classes) Table details

Dictionary Type: Table
Description: Customizing Table for EBPP for Assignment of Contact Classes




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




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

EBPP_CUSTCONTACT is a standard SAP Table which is used to store Customizing Table for EBPP for Assignment of Contact Classes data and is available within R/3 SAP systems depending on the version and release level.

The EBPP_CUSTCONTACT table consists of various fields, each holding specific information or linking keys about Customizing Table for EBPP for Assignment of Contact Classes data available in SAP. These include SCENARIO_KEY (Scenario Key for Contact Creation), DESCRIPTION (Text, length 40), CONTACT_CLASS (Contact Class), CONTACT_ACTIVITY (Contact Action).. 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: Can be enhanced (character-type or numeric)


SAP EBPP_CUSTCONTACT 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
SCENARIO_KEYScenario Key for Contact Creation GEN_EBPP_SCENARIO_KEYCHAR20GEN_EBP_SCEN_KEYGEN_EBPP_SCENARIO_KEY_DOM
DESCRIPTIONText, length 40 TXT40CHAR40TEXT40
CONTACT_CLASSContact Class CT_CCLASSCHAR4Assigned to domainALPHACT_CLASS
CONTACT_ACTIVITYContact Action CT_ACTIVITCHAR4Assigned to domainALPHACT_ACTIVIT
CONTACT_PRIORITYContact Priority CT_PRIORITYCHAR2Assigned to domainALPHACT_PRIORITY

Key field Non-key field



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

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

SELECT SINGLE *
FROM EBPP_CUSTCONTACT
INTO CORRESPONDING FIELDS OF WA_EBPP_CUSTCONTACT
WHERE...

How to access SAP table EBPP_CUSTCONTACT

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