CRMT_COM_H_BBP SAP (Header Communication Structure) Structure details

Dictionary Type: Structure
Description: Header Communication Structure




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




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

CRMT_COM_H_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 "Header 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_H_BBP TYPE CRMT_COM_H_BBP.

The CRMT_COM_H_BBP table consists of various fields, each holding specific information or linking keys about Header Communication Structure data available in SAP. These include BBP_OBJTYP_HDR (Business Transaction Category), CTR_HIER_GUID1 (GUID of a Purchasing Contract Header (for Conditions)), CTR_HIER_GUID2 (GUID of a Purchasing Contract Header (for Conditions)), CTR_HIER_GUID3 (GUID of a Purchasing Contract Header (for Conditions)).. 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_H_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
CTR_HIER_GUID2GUID of a Purchasing Contract Header (for Conditions) BBP_PURCH_CONT_HEADER_GUIDRAW16SYSUUID
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
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

Key field Non-key field



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

As CRMT_COM_H_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_H_BBP as there is no data to select.

How to access SAP table CRMT_COM_H_BBP

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