EBPP_INV_DOC_HEADER SAP (Biller Direct Bill Structure (Header Data)) Structure details

Dictionary Type: Structure
Description: Biller Direct Bill Structure (Header Data)




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




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

EBPP_INV_DOC_HEADER 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 "Biller Direct Bill Structure (Header Data)" 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_EBPP_INV_DOC_HEADER TYPE EBPP_INV_DOC_HEADER.

The EBPP_INV_DOC_HEADER table consists of various fields, each holding specific information or linking keys about Biller Direct Bill Structure (Header Data) data available in SAP. These include BILL_TYPE (Bill Category (Biller Direct)), BILL_SUBTYPE (Bill Subcategory (Biller Direct)), BILL_TYPE_TEXT (Name of Bill Category (Biller Direct)), CURRENCY (Currency Key).. 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 EBPP_INV_DOC_HEADER 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
BILLINGDOCBill Number of a Biller Direct Bill APAR_EBPP_INVIDCHAR40CHAR40
BILL_TYPEBill Category (Biller Direct) EBPP_BILL_TYPECHAR4EBPP_BILL_TYPE
BILL_SUBTYPEBill Subcategory (Biller Direct) EBPP_BILL_SUBTYPECHAR12EBPP_BILL_SUBTYPE
BILL_TYPE_TEXTName of Bill Category (Biller Direct) EBPP_BILL_TYPE_TEXTCHAR128EBPP_BILL_TYPE_TEXT
CURRENCYCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
CURRENCY_ISOISO Currency Code BAPIISOCDCHAR3ISOCD
NET_VALUENet Value in Document Currency NETWRCURR15(2) WERTV8
GROSS_VALUEGross Value in Document Currency EBPP_GROSS_VALUECURR15(2) WERTV8
SOLD_TOPayer EBPP_FSOLD_TOCHAR10ALPHAEBPP_PARTNER
PAYERPayer EBPP_PAYERCHAR10ALPHAEBPP_PARTNER
TAX_AMOUNTTax amount in document currency MWSBPCURR13(2) WERTV7
IS_CANCELDOCBill Document is Reversal Document EBPP_IS_CANCELDOCCHAR1BOOLEAN
CANCELLEDBilling document is cancelled FKSTOCHAR1XFELD
BILL_DATEInvoice date EBPP_BILL_DATEDATS8DATUM
PMNTTRMSTerms of Payment Key EBPP_PMNTTRMSCHAR4EBPP_PMNTTRMS
PMNTTRMS_TEXTDescription of terms of payment EBPP_PMNTTRMS_TEXTCHAR256TEXT256
COMPANYBilling Unit (Biller Direct) EBPP_COMPCHAR10EBPP_COMP
COMP_NAMEName of the Billing Unit EBPP_COMP_NAMECHAR256TEXT256
REFERENCEReference Document Number EBPP_REFERENCECHAR32EBPP_REFERENCE
REFERENCE_CATReference document category EBPP_REFERENCE_CATCHAR4EBPP_REFERENCE_CAT
REFERENCE2Reference Document Number EBPP_REFERENCECHAR32EBPP_REFERENCE
REFERENCE2_CATReference document category EBPP_REFERENCE_CATCHAR4EBPP_REFERENCE_CAT
BLINE_DATEBaseline Date for Due Date Calculation DZFBDTDATS8DATUM
DSCT_DATE1Probable Payment Date (Cash Discount 1 Due) DZALDTDATS8DATUM
DSCT_DATE2Probable Payment Date (Cash Discount 1 Due) DZALDTDATS8DATUM
NET_DATENet Due Date FAEDT_FPOSDATS8DATUM
DSCT_PCT1Cash Discount Percentage 1 DZBD1PDEC5(3) PRZ23
DSCT_PCT2Cash Discount Percentage 2 DZBD2PDEC5(3) PRZ23
ADD_TEXTText for the Bill Header (Biller Direct) EBPP_HEADER_TEXTCHAR1024EBPP_HEADER_TEXT
BILL_STATUSStatus of a Bill (Biller Direct) EBPP_BILL_STATUSCHAR2EBPP_BILL_STATUS
BILL_STATUS_TEXTName of the Status of a Bill (Biller Direct) EBPP_BILL_STATUS_TEXTCHAR128TEXT128
BILL_DUN_STATUSBill Dunning Status (Biller Direct) EBPP_BILL_DUN_STATUSCHAR2EBPP_BILL_DUN_STATUS
BILL_DUN_STATUS_TEXTName of Dunning Status of a Bill (Biller Direct) EBPP_BILL_DUN_STATUS_TEXTCHAR256TEXT256
BILL_SEND_DATEDispatch Date of a Bill (Biller Direct) EBPP_BILL_SEND_DATEDATS8DATUM
BILL_READ_DATEDate on which the Bill was Read (Biller Direct) EBPP_BILL_READ_DATEDATS8DATUM

Key field Non-key field



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

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

How to access SAP table EBPP_INV_DOC_HEADER

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