E3BCCOM SAP (BBP: Interface Structure Commitments) Structure details

Dictionary Type: Structure
Description: BBP: Interface Structure Commitments




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




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

E3BCCOM 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_E3BCCOM TYPE E3BCCOM.

The E3BCCOM 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 (Reference Key), OBJ_SYS (Logical system of source document), OBJ_POS (Purchase order item), OBJ_ID (Continuous 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 E3BCCOM 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_TYPEReference Transaction AWTYPCHAR5Assigned to domainAWTYP
OBJ_KEYReference Key AWKEYCHAR20AWKEY
OBJ_SYSLogical system of source document AWSYSCHAR10Assigned to domainALPHALOGSYS
OBJ_POSPurchase order item BBP_AWPOSCHAR10CHAR10
OBJ_IDContinuous Account Assignment Identification BBP_AWIDCHAR10CHAR10
DOC_DATEDocument Date CO_BLDATDATS8DATUM
VENDORVendor Account Number ELIFNCHAR10Assigned to domainALPHALIFNRLIFKRED_C
PO_DATEOrder date of schedule line ETBDTDATS8DATUM
DELIV_DATEDelivery date LFDATDATS8DATUM
COMP_CODECompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
BUS_AREABusiness Area GSBERCHAR4Assigned to domainGSBERGSB
GL_ACCOUNTG/L Account Number SAKNRCHAR10Assigned to domainALPHASAKNRSAKC_SAKNR
ORIG_GROUPOrigin Group as Subdivision of Cost Element HRKFTCHAR4Assigned to domainHRKFT
NETWORKNetwork Number for Account Assignment NPLNRCHAR12Assigned to domainALPHAAUFNRNET
ORDERIDOrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR
WBS_ELEM_EWork Breakdown Structure Element (WBS Element) PS_POSIDCHAR24PROJNPS_POSIDPRO
ASSET_NOMain Asset Number ANLN1CHAR12Assigned to domainALPHAANLN1AN1
SUB_NUMBERAsset Subnumber ANLN2CHAR4Assigned to domainALPHAANLN2AN2
COSTCENTERCost Center KOSTLCHAR10Assigned to domainALPHAKOSTLKOS
MATERIALMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
MATL_GROUPMaterial Group MATKLCHAR9Assigned to domainMATKLMKLS_WBWG
SEG_TEXTSegment text CO_SGTXTCHAR50TEXT50
BASE_UOMBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
B_UOM_ISOBase Unit of Measure in ISO Code BBP_UOMISOCHAR3Assigned to domainISOCD_UNIT
DELETE_INDDeletion Indicator in Purchasing Document ELOEKCHAR1ELOEK
CMMT_ITEMCommitment Item FIPOSCHAR14Assigned to domainFIPOSFIP
FUNDFund BP_GEBERCHAR10Assigned to domainBP_GEBERFIC
FUNDS_CTRFunds Center FISTLCHAR16Assigned to domainFISTLFIS
PURCH_QTYPurchase Order Quantity BSTMGQUAN13(3) MENG13
DELIV_QTYQuantity of Goods Received WEMNGQUAN13(3) MENG13
INV_QTYQuantity invoiced REMNGQUAN13(3) MENG13
PURCH_VALOrder value BBP_PVALDEC23(4) BAPICURR
DELIV_VALGR value BBP_DVALDEC23(4) BAPICURR
INV_VALIR value BBP_IVALDEC23(4) BAPICURR
CURR_TYPECurrency Type and Valuation View CURTPCHAR2CURTP
CURRENCYCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
CURR_ISOISO Code Currency BBP_CURISOCHAR3ISOCD
FUNC_AREAEBP: Functional Area (Length 4) BBP_FKBER_SHORTCHAR4CHAR04
FUNC_AREALEBP: Functional Area (Length 16) BBP_FKBER_LONGCHAR16CHAR016
GRANT_NBREBP: Grant BBP_GRANT_NBRCHAR20CHAR20
CMMT_ITEMLEBP: Commitment Item (Length 24) BBP_CMMT_LONGCHAR24CHAR024

Key field Non-key field



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

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

How to access SAP table E3BCCOM

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