EBPP_INV_DOC_ITEMS SAP (Biller Direct Bill Structure (Item Data)) Structure details

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




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




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

EBPP_INV_DOC_ITEMS 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 (Item 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_ITEMS TYPE EBPP_INV_DOC_ITEMS.

The EBPP_INV_DOC_ITEMS table consists of various fields, each holding specific information or linking keys about Biller Direct Bill Structure (Item Data) data available in SAP. These include ITEM_NUMBER (Bill Item Number (Biller Direct)), ITEM_TYPE (Bill Item Category (Biller Direct)), QUANTITY (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 EBPP_INV_DOC_ITEMS 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
ITEM_NUMBERBill Item Number (Biller Direct) EBPP_ITEM_NUMBERCHAR10EBPP_ITEM_NUMBER
ITEM_TYPEBill Item Category (Biller Direct) EBPP_ITEM_TYPECHAR8EBPP_ITEM_TYPE
QUANTITYActual Invoiced Quantity FKIMGQUAN13(3) MENG13
SALES_UNITSales unit VRKMEUNIT3Assigned to domainCUNITMEINS
SALES_UNIT_ISOSales unit in ISO code VRKME_ISOCHAR3Assigned to domainISOCD_UNIT
NET_VALUENet Value in Document Currency NETWRCURR15(2) WERTV8
GROSS_VALUEGross Value in Document Currency EBPP_GROSS_VALUECURR15(2) WERTV8
TAX_AMOUNTTax amount in document currency MWSBPCURR13(2) WERTV7
REF_DOCReference Document Number EBPP_REFERENCECHAR32EBPP_REFERENCE
REF_DOC_ITEMReference Document Item EBPP_REF_DOC_ITEMCHAR32EBPP_REF_DOC_ITEM
REF_DOC_CATType of Reference Document Item EBPP_REF_DOC_CATCHAR4EBPP_REF_DOC_CAT
CANCELLEDBill Item is Reversed (Biller Direct) EBPP_ITEM_CANCELLEDCHAR1BOOLEAN
MATERIALMaterial Number EBPP_MATERIALCHAR40EBPP_MATERIAL
EAN_UPCInternational Article Number (EAN/UPC) EAN11CHAR18EAN11EAN11EAN
CASH_DISCCash discount indicator SKTOFCHAR1XFELD
CSHDISCBASAmount eligible for cash discount in document currency SKFBPCURR13(2) WERTV7
RETURNSReturns item SHKZG_VFCHAR1SHKZG_VF
ITEM_TEXTText for the Bill Item (Biller Direct) EBPP_ITEM_TEXTCHAR2048EBPP_ITEM_TEXT
PAYERPayer EBPP_PAYERCHAR10ALPHAEBPP_PARTNER

Key field Non-key field



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

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

How to access SAP table EBPP_INV_DOC_ITEMS

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