E2BCCOM SAP (BBP: Interface Structure Commitments) Structure details

Dictionary Type: Structure
Description: BBP: Interface Structure Commitments




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




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

E2BCCOM 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 "BBP: Interface Structure Commitments" 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_E2BCCOM TYPE E2BCCOM.

The E2BCCOM table consists of various fields, each holding specific information or linking keys about BBP: Interface Structure Commitments data available in SAP. These include OBJ_KEY (Object Key), OBJ_SYS (Logical System of Source Document), OBJ_POS (Purchase Order Item), OBJ_ID (Sequential Account Assignment Identification).. 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 E2BCCOM 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
OBJ_TYPE Object Type of Calling Application0
OBJ_KEY Object Key0
OBJ_SYS Logical System of Source Document0
OBJ_POS Purchase Order Item0
OBJ_ID Sequential Account Assignment Identification0
DOC_DATE Document Date0
VENDOR Vendor's Account Number0
PO_DATE Order Date of Schedule Line0
DELIV_DATE Delivery Date0
COMP_CODE Company Code0
BUS_AREA Business Area0
GL_ACCOUNT G/L Account Number0
ORIG_GROUP Origin Group as Subdivision of Cost Element0
NETWORK Network Number for Account Assignment0
ORDERID Order Number0
WBS_ELEM_E Work Breakdown Structure Element (WBS Element)0
ASSET_NO Main Asset Number0
SUB_NUMBER Asset Subnumber0
COSTCENTER Cost Center0
MATERIAL Material Number0
MATL_GROUP Material Group0
SEG_TEXT Segment Text0
BASE_UOM Base Unit of Measure0
B_UOM_ISO Base Unit of Measure in ISO Code0
DELETE_IND Deletion Indicator in Purchasing Document0
CMMT_ITEM Commitment Item0
FUND Fund0
FUNDS_CTR Funds Center0
PURCH_QTY Purchase Order Quantity0
DELIV_QTY Goods Receipt Quantity0
INV_QTY Invoice Receipt Quantity0
PURCH_VAL Purchase Order Value0
DELIV_VAL GR Value0
INV_VAL IR Value0
CURR_TYPE Currency Type0
CURRENCY Currency Key0
CURR_ISO ISO Code Currency0
FUNC_AREA 0
FUNC_AREAL 0
GRANT_NBR 0
CMMT_ITEML 0

Key field Non-key field



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

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

How to access SAP table E2BCCOM

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