WEBINVOICEICOM SAP (Communication Structure for Web Billing Documents: Item) Structure details

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




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




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

WEBINVOICEICOM 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 for Web Billing Documents: 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_WEBINVOICEICOM TYPE WEBINVOICEICOM.

The WEBINVOICEICOM table consists of various fields, each holding specific information or linking keys about Communication Structure for Web Billing Documents: Item data available in SAP. These include POSNR (Billing item), UEPOS (Higher-level item in bill of material structures), FKIMG (Actual Invoiced Quantity), VRKME (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 WEBINVOICEICOM 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
VBELNBilling Document VBELN_VFCHAR10Assigned to domainALPHAVBELNVF
POSNRBilling item POSNR_VFNUMC6Assigned to domainPOSNR
UEPOSHigher-level item in bill of material structures UEPOSNUMC6Assigned to domainPOSNR
FKIMGActual Invoiced Quantity FKIMGQUAN13(3) MENG13
VRKMESales unit VRKMEUNIT3Assigned to domainCUNITMEINS
VRKME_ISOSales unit in ISO code VRKME_ISOCHAR3Assigned to domainISOCD_UNIT
NETWRNet value of the billing item in document currency NETWR_FPCURR15(2) WERTV8
VGBELDocument number of the reference document VGBELCHAR10Assigned to domainALPHAVBELN
VGPOSItem number of the reference item VGPOSNUMC6Assigned to domainPOSNR
VGTYPDocument category of preceding SD document VBTYP_VCHAR1VBTYP
VGTYP_TEXTExplanatory short text DDTEXTCHAR60DDTEXT
AUBELSales Document VBELN_VACHAR10Assigned to domainALPHAVBELNAUN
AUPOSSales Document Item POSNR_VANUMC6Assigned to domainPOSNRAPO
AUREFSales document was created from reference AUREFCHAR1XFELD
AUTYPSD document category VBTYPCHAR1VBTYP
AUTYP_TEXTExplanatory short text DDTEXTCHAR60DDTEXT
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
ARKTXShort text for sales order item ARKTXCHAR40TEXT40
POSARItem type POSARCHAR1POSAR
POSAR_TEXTExplanatory short text DDTEXTCHAR60DDTEXT
PSTYVSales document item category PSTYVCHAR4Assigned to domainPSTYV
PSTYV_TEXTDescription BEZEI20CHAR20TEXT20
SPARTDivision SPARTCHAR2Assigned to domainSPARTSPAC_SPART
SPART_TEXTName VTXTKCHAR20TEXT20
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
WERKS_TEXTName NAME1CHAR30TEXT30
SKTOFCash discount indicator SKTOFCHAR1XFELD
SKFBPAmount eligible for cash discount in document currency SKFBPCURR13(2) WERTV7
SHKZGReturns item SHKZG_VFCHAR1SHKZG_VF
EAN11International Article Number (EAN/UPC) EAN11CHAR18EAN11EAN11EAN
TXJCDTax Jurisdiction TXJCDCHAR15Assigned to domainTXJCDTXJ
MWSBPTax amount in document currency MWSBPCURR13(2) WERTV7
SGTXTItem Text SGTXTCHAR50TEXT50
BRTWRGross value of the billing item in document currency BRTWR_FPCURR15(2) WERTV8
WAVWRCost in document currency WAVWRCURR13(2) WERTV7
KZWI1Subtotal 1 from pricing procedure for condition KZWI1CURR13(2) WERTV7
KZWI2Subtotal 2 from pricing procedure for condition KZWI2CURR13(2) WERTV7
KZWI3Subtotal 3 from pricing procedure for condition KZWI3CURR13(2) WERTV7
KZWI4Subtotal 4 from pricing procedure for condition KZWI4CURR13(2) WERTV7
KZWI5Subtotal 5 from pricing procedure for condition KZWI5CURR13(2) WERTV7
KZWI6Subtotal 6 from pricing procedure for condition KZWI6CURR13(2) WERTV7

Key field Non-key field



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

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

How to access SAP table WEBINVOICEICOM

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