BAPIWEBINVITEM SAP (Item Data for Web Billing Documents) Structure details

Dictionary Type: Structure
Description: Item Data for Web Billing Documents




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




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

BAPIWEBINVITEM 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 "Item Data for Web Billing Documents" 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_BAPIWEBINVITEM TYPE BAPIWEBINVITEM.

The BAPIWEBINVITEM table consists of various fields, each holding specific information or linking keys about Item Data for Web Billing Documents data available in SAP. These include ITEM_NUMBER (Billing item), HG_LV_ITEM (Higher-level item in bill of material structures), INV_QTY (Actual Invoiced Quantity), SALES_UNIT (Sales unit).. 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: Can be enhanced (character-type or numeric)


SAP BAPIWEBINVITEM 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
BILLINGDOCBilling Document VBELN_VFCHAR10Assigned to domainALPHAVBELNVF
ITEM_NUMBERBilling item POSNR_VFNUMC6Assigned to domainPOSNR
HG_LV_ITEMHigher-level item in bill of material structures UEPOSNUMC6Assigned to domainPOSNR
INV_QTYActual Invoiced Quantity FKIMGQUAN13(3) MENG13
SALES_UNITSales unit VRKMEUNIT3Assigned to domainCUNITMEINS
SALES_UNIT_ISOSales unit in ISO code VRKME_ISOCHAR3Assigned to domainISOCD_UNIT
NETVAL_INVNet value of the billing item in document currency NETWR_FPCURR15(2) WERTV8
REF_DOC_NUMBERDocument number of the reference document VGBELCHAR10Assigned to domainALPHAVBELN
REF_DOC_ITEMItem number of the reference item VGPOSNUMC6Assigned to domainPOSNR
REF_DOC_CATDocument category of preceding SD document VBTYP_VCHAR1VBTYP
REF_DOC_CAT_TEXTExplanatory short text DDTEXTCHAR60DDTEXT
SD_DOC_NUMBERSales Document VBELN_VACHAR10Assigned to domainALPHAVBELNAUN
SD_DOC_ITEMSales Document Item POSNR_VANUMC6Assigned to domainPOSNRAPO
SD_DOC_REFSales document was created from reference AUREFCHAR1XFELD
SD_DOC_CATSD document category VBTYPCHAR1VBTYP
SD_DOC_CAT_TEXTExplanatory short text DDTEXTCHAR60DDTEXT
MATERIALMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
SHORT_TEXTShort text for sales order item ARKTXCHAR40TEXT40
ITEM_TYPEItem type POSARCHAR1POSAR
ITEM_TYPE_TEXTExplanatory short text DDTEXTCHAR60DDTEXT
ITEM_CATEGSales document item category PSTYVCHAR4Assigned to domainPSTYV
ITEM_CATEG_TEXTDescription BEZEI20CHAR20TEXT20
DIVISIONDivision SPARTCHAR2Assigned to domainSPARTSPAC_SPART
DIVISION_TEXTName VTXTKCHAR20TEXT20
PLANTPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
PLANT_NAMEName NAME1CHAR30TEXT30
CASH_DISCCash discount indicator SKTOFCHAR1XFELD
CSHDISCBASAmount eligible for cash discount in document currency SKFBPCURR13(2) WERTV7
RETURNSReturns item SHKZG_VFCHAR1SHKZG_VF
EAN_UPCInternational Article Number (EAN/UPC) EAN11CHAR18EAN11EAN11EAN
TAXJURCODETax Jurisdiction TXJCDCHAR15Assigned to domainTXJCDTXJ
TAX_AMOUNTTax amount in document currency MWSBPCURR13(2) WERTV7
ITEM_TEXTItem Text SGTXTCHAR50TEXT50
BRVAL_INVGross value of the billing item in document currency BRTWR_FPCURR15(2) WERTV8
STVAL_INVCost in document currency WAVWRCURR13(2) WERTV7
COND_SUBTOTAL1Subtotal 1 from pricing procedure for condition KZWI1CURR13(2) WERTV7
COND_SUBTOTAL2Subtotal 2 from pricing procedure for condition KZWI2CURR13(2) WERTV7
COND_SUBTOTAL3Subtotal 3 from pricing procedure for condition KZWI3CURR13(2) WERTV7
COND_SUBTOTAL4Subtotal 4 from pricing procedure for condition KZWI4CURR13(2) WERTV7
COND_SUBTOTAL5Subtotal 5 from pricing procedure for condition KZWI5CURR13(2) WERTV7
COND_SUBTOTAL6Subtotal 6 from pricing procedure for condition KZWI6CURR13(2) WERTV7

Key field Non-key field



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

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

How to access SAP table BAPIWEBINVITEM

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