BAPIWEBINVHEAD SAP (Header Data for Web Billing Documents) Structure details

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




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




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

BAPIWEBINVHEAD 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 "Header 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_BAPIWEBINVHEAD TYPE BAPIWEBINVHEAD.

The BAPIWEBINVHEAD table consists of various fields, each holding specific information or linking keys about Header Data for Web Billing Documents data available in SAP. These include BILL_TYPE (Billing Type), BILL_TYPE_TEXT (Description), BILLCATEG (Billing category), BILLCATEG_TEXT (Explanatory short text).. 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 BAPIWEBINVHEAD 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
BILL_TYPEBilling Type FKARTCHAR4Assigned to domainFKART
BILL_TYPE_TEXTDescription BEZEI20CHAR20TEXT20
BILLCATEGBilling category FKTYPCHAR1FKTYP
BILLCATEG_TEXTExplanatory short text DDTEXTCHAR60DDTEXT
SD_DOC_CATSD document category VBTYPCHAR1VBTYP
SD_DOC_CAT_TEXTExplanatory short text DDTEXTCHAR60DDTEXT
CURRENCYSD Document Currency WAERKCUKY5Assigned to domainWAERSFWS
CURRENCY_ISOISO Currency Code BAPIISOCDCHAR3ISOCD
NET_VALUENet Value in Document Currency NETWRCURR15(2) WERTV8
SOLD_TOSold-to party KUNAGCHAR10Assigned to domainALPHAKUNNRVAG
PAYERPayer KUNRGCHAR10Assigned to domainALPHAKUNNR
TAX_AMOUNTTax amount in document currency MWSBPCURR13(2) WERTV7
CANCELLEDBilling document is cancelled FKSTOCHAR1XFELD
BILL_DATEBilling date for billing index and printout FKDATDATS8DATUM
INCOTERMS1Incoterms (Part 1) INCO1CHAR3Assigned to domainINCO1
INCOTERMS1_TEXTDescription BEZEI30CHAR30TEXT30
INCOTERMS2Incoterms (Part 2) INCO2CHAR28INCO2
PMNTTRMSTerms of Payment Key DZTERMCHAR4ZTERM
PMNTTRMS_TEXTDescription of terms of payment DZTERM_BEZCHAR30TEXT30
COMP_CODECompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
COMP_NAMEName of Company Code or Company BUTXTCHAR25TEXT25
REFERENCEReference Document Number XBLNR_VCHAR16XBLNR
BLINE_DATEBaseline Date for Due Date Calculation DZFBDTDATS8DATUM
DSCT_DATE1Date for Cash Discount 1 SKODATUM1DATS8DATUM
DSCT_DATE2Date for Cash Discount 2 SKODATUM2DATS8DATUM
NET_DATEDue date for net payment NETDATUMDATS8DATUM
DSCT_PCT1Cash Discount Percentage 1 DZBD1PDEC5(3) PRZ23
DSCT_PCT2Cash Discount Percentage 2 DZBD2PDEC5(3) PRZ23

Key field Non-key field



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

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

How to access SAP table BAPIWEBINVHEAD

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