CEBP_COMM_CUST SAP (Customizing for Communication Control for FSBP) Table details

Dictionary Type: Table
Description: Customizing for Communication Control for FSBP




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




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

CEBP_COMM_CUST is a standard SAP Table which is used to store Customizing for Communication Control for FSBP data and is available within R/3 SAP systems depending on the version and release level.

The CEBP_COMM_CUST table consists of various fields, each holding specific information or linking keys about Customizing for Communication Control for FSBP data available in SAP. These include CONTEXT (Communication Context), PROXY_CLASS (Name of Proxy Class for Communication Context), SERVICE (Name of the Service Implementation for SAP Business Partner), CNS_EXPORT_TYPE (Type of Export Object in Change Notification Service).. 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP CEBP_COMM_CUST 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
CLIENTClient MANDTCLNT3Assigned to domainMANDT
CONTEXTCommunication Context FSBP_COMMUNICATION_CONTEXTCHAR60
PROXY_CLASSName of Proxy Class for Communication Context FSBP_COMMUNICATION_PROXY_NAMECHAR30SEOCLSNAME
SERVICEName of the Service Implementation for SAP Business Partner XO_ESA_SERVICE_NAMECHAR30
CNS_EXPORT_TYPEType of Export Object in Change Notification Service XO_CNS_TYPECHAR5CHAR5
CNS_RECEIVERRecipient ID CNS_DTE_RECEIVERCHAR5Assigned to domainCNS_RECEIVER
MSG_COMPOSERName of Implementing Class for the Message Composer FSBP_MSG_COMPOSER_CLASSNAMECHAR30SEOCLSNAME
BP_READ_CLASSName of Proxy Class for Business Partner Read Access FSBP_BP_READ_PROXY_NAMECHAR30SEOCLSNAME
READ_PSIZEPackage Size for Selection of Business Partners FSBP_COMM_READ_PSIZEINT410
SEND_PSIZEPackage Size for Sending Messages FSBP_COMM_SEND_PSIZEINT410
CHANGETYPEChange Category FSBP_COMM_CHANGETYPEINT13FSBP_COMM_CHANGETYPE
REL_MSG_COMPOSERName of Class for Message Composer for BP Relationships FSBP_REL_MSG_COMPOSER_CLASSCHAR30SEOCLSNAME
REL_READ_CLASSName of Proxy Class for Read Access to BP Relationships FSBP_BP_REL_READ_PROXY_NAMECHAR30SEOCLSNAME

Key field Non-key field



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

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

SELECT SINGLE *
FROM CEBP_COMM_CUST
INTO CORRESPONDING FIELDS OF WA_CEBP_COMM_CUST
WHERE...

How to access SAP table CEBP_COMM_CUST

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