E3BIVIT SAP (BBP Incoming Invoice Item) Structure details

Dictionary Type: Structure
Description: BBP Incoming Invoice Item




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




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

E3BIVIT 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 Incoming Invoice Item" 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_E3BIVIT TYPE E3BIVIT.

The E3BIVIT table consists of various fields, each holding specific information or linking keys about BBP Incoming Invoice Item data available in SAP. These include PLANT (Plant), AMOUNT (Amount in document currency), QUANTITY (Quantity), UNIT (Purchase Order Unit of Measure).. 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 E3BIVIT 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
MATERIALMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
PLANTPlant EWERKCHAR4Assigned to domainWERKSWRK
AMOUNTAmount in document currency WRBTRCURR13(2) WERT7
QUANTITYQuantity BBPMENGEQUAN13(3) MENG13
UNITPurchase Order Unit of Measure BSTMEUNIT3Assigned to domainCUNITMEINS
TAX_CODETax on sales/purchases code MWSKZCHAR2Assigned to domainMWSKZ
TEXTItem Text SGTXTCHAR50TEXT50
GL_ACCOUNTGeneral Ledger Account HKONTCHAR10Assigned to domainALPHASAKNR
PO_NUMBERPurchasing Document Number EBELNCHAR10Assigned to domainALPHAEBELNBESMEKK_C
PO_ITEMItem Number of Purchasing Document EBELPNUMC5Assigned to domainEBELPBSP
COMPANYCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
DISTR_PERCPercentace of Accounting Distibution BBP_PERCNTDEC5(2) BBP_PERCNT
ACC_CATAccount Assignment Category BBP Document BBP_ACCTYPCHAR5BBP_ACCTYP
BUS_AREABusiness Area GSBERCHAR4Assigned to domainGSBERGSB
COST_CTRCost Center KOSTLCHAR10Assigned to domainALPHAKOSTLKOS
SD_DOCSales and Distribution Document Number VBELNCHAR10Assigned to domainALPHAVBELNAUN
SDOC_ITEMSales Document Item POSNR_VANUMC6Assigned to domainPOSNRAPO
SCHED_LINEDelivery Schedule Line Number ETENRNUMC4Assigned to domainETENR
ASSET_NOMain Asset Number ANLN1CHAR12Assigned to domainALPHAANLN1AN1
SUB_NUMBERAsset Subnumber ANLN2CHAR4Assigned to domainALPHAANLN2AN2
ORDER_NOOrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR
CO_AREAControlling Area KOKRSCHAR4Assigned to domainCACCDCAC
PROF_SEGMProfitability Segment Number (CO-PA) RKEOBJNRNUMC10RKEOBJNR
PROFIT_CTRProfit Center PRCTRCHAR10Assigned to domainALPHAPRCTRPRCPRCTR_EMPTY
WBS_ELEM_EWork Breakdown Structure Element (WBS Element) PS_POSIDCHAR24PROJNPS_POSIDPRO
NETWORKNetwork Number for Account Assignment NPLNRCHAR12Assigned to domainALPHAAUFNRNET
ACTIVITYOperation/Activity Number VORNRCHAR4NUMCVVORNRVGN
ROUTING_NORouting number of operations in the order CO_AUFPLNUMC10AUFPL
RL_ESK_KEYInternal Key for Real Estate Object IMKEYCHAR8IMKEY
COUNTERInternal counter CIM_COUNTNUMC8CIM_COUNT
REC_INDRecovery Indicator JV_RECINDCHAR2Assigned to domainALPHAJV_RECIND
PART_ACCTPartner account number JV_PARTCHAR10Assigned to domainALPHAKUNNR
CMMT_ITEMCommitment Item FIPOSCHAR14Assigned to domainFIPOSFIP
FUNDS_CTRFunds Center FISTLCHAR16Assigned to domainFISTLFIS
FUNDFund BP_GEBERCHAR10Assigned to domainBP_GEBERFIC
FUNC_AREAEBP: Functional Area (Length 4) BBP_FKBER_SHORTCHAR4CHAR04
REF_DATEReference Date for Settlement DABRBEZDATS8DDAT
COST_OBJCost Object KSTRGCHAR12Assigned to domainKSTRGKTR
REF_DOCDocument No. of a Reference Document LFBNRCHAR10ALPHABELNR
REF_DOC_YRFiscal Year of Current Period LFGJANUMC4GJAHRGJAHR
REF_DOC_ITItem of a Reference Document LFPOSNUMC4MBLPO
SERIAL_NONumber of PO Account Assignment BEKKNNUMC2NUM02
DCINDDebit/Credit Indicator SHKZGCHAR1SHKZG
ITEM_NUMItem Number ITEM_NUMNUMC10NUMC10
FUNC_AREALEBP: Functional Area (Length 16) BBP_FKBER_LONGCHAR16CHAR016
GRANT_NBREBP: Grant BBP_GRANT_NBRCHAR20CHAR20
CMMT_ITEMLEBP: Commitment Item (Length 24) BBP_CMMT_LONGCHAR24CHAR024
PACKNOPackage number PACKNONUMC10Assigned to domainPACKNO
INTROWInternal line number for limits INTROWNUMC10NUMC10

Key field Non-key field



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

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

How to access SAP table E3BIVIT

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