BBPC_XML_MSG SAP (BBP XML Messages Customizing) Table details

Dictionary Type: Table
Description: BBP XML Messages Customizing




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




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

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

The BBPC_XML_MSG table consists of various fields, each holding specific information or linking keys about BBP XML Messages Customizing data available in SAP. These include MESSAGETYPE (Filter Value for all Messages), OBJECT_TYPE (Business Trans. Cat.), HEADER_IN_SAPXML (BBP XML Messages Root Node), FILL_STD_ADDRESS (BBP XML Indicator: Fill Standard Address).. 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 BBPC_XML_MSG 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
MESSAGEBBP XML Message Name BBP_XML_MESSAGECHAR40TEXT40
MESSAGETYPEFilter Value for all Messages BBP_SEARCH_MESSAGECHAR10BBP_SEARCH_MESSAGE
OBJECT_TYPEBusiness Trans. Cat. CRMT_SUBOBJECT_CATEGORY_DBCHAR10Assigned to domainCRM_OJ_NAME_PROCESS
HEADER_IN_SAPXMLBBP XML Messages Root Node BBP_XML_MSG_HDRCHAR255TEXT255
FILL_STD_ADDRESSBBP XML Indicator: Fill Standard Address BBP_XML_MSG_ADDRCHAR1XFELD
BADI_FLTBAdI-Filter Value for Message Type BBP_SEARCH_MESSAGE_BADICHAR10BBP_SEARCH_MESSAGE
MESSAGECODEBBP XML Message Code BBP_XML_MSG_CODECHAR4CHAR4
MESSAGEHEADERPARBBP XML Partner for Sender and Reciever in Message Header BBP_XML_HDR_PARTCHAR255TEXT255
STORE_XMLStore Generating XML Data with Business Object BBP_STORE_XMLCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM BBPC_XML_MSG
INTO CORRESPONDING FIELDS OF WA_BBPC_XML_MSG
WHERE...

How to access SAP table BBPC_XML_MSG

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