CRMT_COM_T_BBP SAP (Whole Communication Structure) Structure details

Dictionary Type: Structure
Description: Whole Communication Structure




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




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

CRMT_COM_T_BBP is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Whole Communication Structure" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_CRMT_COM_T_BBP TYPE CRMT_COM_T_BBP.

The CRMT_COM_T_BBP table consists of various fields, each holding specific information or linking keys about Whole Communication Structure data available in SAP. These include BBP_HEADER_GUID (GUID of a Purchasing Contract Header (for Conditions)), BBP_OBJTYP_HDR (Business Transaction Category), CTR_HIER_GUID1 (GUID of a Purchasing Contract Header (for Conditions)), PRICE_DATE (Pricing Date).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP CRMT_COM_T_BBP structure 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
BBP_HEADER_GUIDGUID of a Purchasing Contract Header (for Conditions) BBP_PURCH_CONT_HEADER_GUIDRAW16SYSUUID
BBP_OBJTYP_HDRBusiness Transaction Category BBP_SUBOBJECT_CATEGORY_DBCHAR10Assigned to domainCRM_OJ_NAME_PROCESS
CTR_HIER_GUID1GUID of a Purchasing Contract Header (for Conditions) BBP_PURCH_CONT_HEADER_GUIDRAW16SYSUUID
PRICE_DATEPricing Date CRMT_PRICE_DATEDATS8CRM_PRICE_DATE
CTR_HIER_GUID2GUID of a Purchasing Contract Header (for Conditions) BBP_PURCH_CONT_HEADER_GUIDRAW16SYSUUID
VENDORSupplier GUID BBP_VENDORRAW16SYSUUID
CTR_HIER_GUID3GUID of a Purchasing Contract Header (for Conditions) BBP_PURCH_CONT_HEADER_GUIDRAW16SYSUUID
CTR_HIER_GUID4GUID of a Purchasing Contract Header (for Conditions) BBP_PURCH_CONT_HEADER_GUIDRAW16SYSUUID
CTR_HIER_GUID5GUID of a Purchasing Contract Header (for Conditions) BBP_PURCH_CONT_HEADER_GUIDRAW16SYSUUID
CTR_HIER_GUID6GUID of a Purchasing Contract Header (for Conditions) BBP_PURCH_CONT_HEADER_GUIDRAW16SYSUUID
CTR_HIER_GUID7GUID of a Purchasing Contract Header (for Conditions) BBP_PURCH_CONT_HEADER_GUIDRAW16SYSUUID
RELEASE_VALUE1Attribut Value for IPC Pricing BBP_VAL_PO_E_AGGCHAR50BBP_VAL_PO_E_AGG
RELEASE_VALUE2Attribut Value for IPC Pricing BBP_VAL_PO_E_AGGCHAR50BBP_VAL_PO_E_AGG
PRODUCTInternal Unique ID of Product COMT_PRODUCT_GUIDRAW16SYSUUID
RELEASE_VALUE3Attribut Value for IPC Pricing BBP_VAL_PO_E_AGGCHAR50BBP_VAL_PO_E_AGG
RELEASE_VALUE4Attribut Value for IPC Pricing BBP_VAL_PO_E_AGGCHAR50BBP_VAL_PO_E_AGG
RELEASE_VALUE5Attribut Value for IPC Pricing BBP_VAL_PO_E_AGGCHAR50BBP_VAL_PO_E_AGG
RELEASE_VALUE6Attribut Value for IPC Pricing BBP_VAL_PO_E_AGGCHAR50BBP_VAL_PO_E_AGG
RELEASE_VALUE7Attribut Value for IPC Pricing BBP_VAL_PO_E_AGGCHAR50BBP_VAL_PO_E_AGG
BBP_PRICE_DATEPricing Date BBP_PRICE_DATEDATS8DATS
VENDORSupplier GUID BBP_VENDORRAW16SYSUUID
INVENT_LOCInventory Location INVENT_LOCRAW16SYSUUID
BBP_ITEM_GUIDGUID of Purchase Contract Item (for Conditions) BBP_PURCH_CONT_ITEM_GUIDRAW16SYSUUID
BBP_OBJECT_TYPECRM Item Object Type BBP_SWO_OBJTYP_PROCESS_ITM_DBCHAR10Assigned to domainCRM_OJ_NAME_PROCESS_ITEM
BBP_PRED_GUIDGUID for a Preceding Object BBP_PRED_GUIDRAW16SYSUUID
BBP_QUOT_GUIDGUID of an RFx Item BBP_QUOT_GUIDRAW16SYSUUID
PRODUCTInternal Unique ID of Product COMT_PRODUCT_GUIDRAW16SYSUUID

Key field Non-key field



How do I retrieve data from SAP structure CRMT_COM_T_BBP using ABAP code?

As CRMT_COM_T_BBP is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on CRMT_COM_T_BBP as there is no data to select.

How to access SAP table CRMT_COM_T_BBP

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