CND_MAPT_T_BBPFG SAP (Communication Structure Condition Exchange) Structure details

Dictionary Type: Structure
Description: Communication Structure Condition Exchange




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




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

CND_MAPT_T_BBPFG 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 "Communication Structure Condition Exchange" 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_CND_MAPT_T_BBPFG TYPE CND_MAPT_T_BBPFG.

The CND_MAPT_T_BBPFG table consists of various fields, each holding specific information or linking keys about Communication Structure Condition Exchange data available in SAP. These include BBP_HEADER_GUID (GUID of a Purchasing Contract Header (for Conditions)), BOR_OBJTYP_HDR (Leading Business Transaction Category), PRICE_DATE (Pricing Date), VENDOR (Supplier GUID).. 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: Not classified


SAP CND_MAPT_T_BBPFG 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) CRMT_PURCH_CONT_HEADER_GUIDRAW16SYSUUID
BOR_OBJTYP_HDRLeading Business Transaction Category CRMT_SWO_OBJTYP_PROCESSCHAR10Assigned to domainCRM_OJ_NAME_PROCESSOBJ
PRICE_DATEPricing Date CRMT_PRICE_DATEDATS8CRM_PRICE_DATE
VENDORSupplier GUID BBP_VENDORRAW16SYSUUID
INVENT_LOCInventory Location INVENT_LOCRAW16SYSUUID
BBP_ITEM_GUIDGUID of a Purchasing Contract Item (for Conditions) CRMT_PURCH_CONT_ITEM_GUIDRAW16SYSUUID
BBP_PRED_GUIDGUID for a Preceding Object BBP_PRED_GUIDRAW16SYSUUID
BBP_QUOT_GUIDGUID of an RFx Item BBP_QUOT_GUIDRAW16SYSUUID
BOR_OBJECT_TYPECRM Item Object Type CRMT_SWO_OBJTYP_PROCESS_ITEMCHAR10Assigned to domainCRM_OJ_NAME_PROCESS_ITEM
PRODUCTInternal Unique ID of Product COMT_PRODUCT_GUIDRAW16SYSUUID
VARCONDVariant Key of a Variant Condition PRCT_VARIANT_KEYCHAR26Assigned to domainPRC_VARIANT_KEY
RELEASE_STATRelease Status /SAPCND/RELEASE_STATUSCHAR1/SAPCND/RELEASE_STATUS
MAINT_STATEditing status /SAPCND/MAINT_STATUSCHAR2/SAPCND/MAINT_STATUS

Key field Non-key field



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

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

How to access SAP table CND_MAPT_T_BBPFG

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