GENEBPP_INVOICE SAP (FSCM Biller Direct: Bill Data) Structure details

Dictionary Type: Structure
Description: FSCM Biller Direct: Bill Data




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




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

GENEBPP_INVOICE 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 "FSCM Biller Direct: Bill 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_GENEBPP_INVOICE TYPE GENEBPP_INVOICE.

The GENEBPP_INVOICE table consists of various fields, each holding specific information or linking keys about FSCM Biller Direct: Bill Data data available in SAP. These include INVID (FSCM Biller Direct: Bill Number), DUE_DATE (Date), ORI_DUE_DATE (Date), 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 GENEBPP_INVOICE 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
XMARKIndicator: Line selected XMARKCHAR1XFELD
INVIDFSCM Biller Direct: Bill Number EBPP_INVIDCHAR40CHAR40
DUE_DATEDate DATUMDATS8DATUM
ORI_DUE_DATEDate DATUMDATS8DATUM
CURRENCYCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
AMOUNTCurrency amount in BAPI interfaces BAPICURR_DDEC23(4) BAPICURR
OPENAMOUNTCurrency amount in BAPI interfaces BAPICURR_DDEC23(4) BAPICURR
NON_PAYABLECheckbox XFELDCHAR1XFELD
STATUSPayment Status of Item STAPP_KKCHAR2STAPP_KK
PAYMENTGROUPCharacter field length 24 CHAR24CHAR24CHAR24
DOCT1Text of Length 1024 TXT1024CHAR1024TXT1024
PAYINFOFSCM Biller Direct: Information for Payment/Clearing PAYTX_KKCHAR140TEXT140
REFIDCharacter field length 24 CHAR24CHAR24CHAR24
IS_DISPUTEDDispute Management: Dispute Case Exists for Invoice FKKDM_BDDISPUTEDCHAR1XFELD
IS_DISPUTEABLEDispute Management: Dispute Case Can Be Created for Invoice FKKDM_BDDISPUTEABLECHAR1XFELD
LINCTFSCM Biller Direct: Bill Item Number EBPP_LINCTNUMC6NUM06
INVGROUPFSCM Biller Direct: Grouping Term for Bills INVGROUP_KKCHAR8INVGROUP_KK
INVCLASSBiller Direct: Type of Bill INVCLASS_KKCHAR2INVCLASS_KK
DISPLAYSTATUSFSCM Biller Direct: Display Status of Bill DSTAT_KKCHAR1DSTAT_KK
INV_DATEDate DATUMDATS8DATUM
NON_PARTIALPAYBiller Direct: Partial Payment Not Permitted XNPPY_KKCHAR1XFELD
NON_STOPABLEBiller Direct: Payment Instruction Cannot Be Reset XNSTP_KKCHAR1XFELD
CURRENCY_ORICurrency Key WAERSCUKY5Assigned to domainWAERSFWS
AMOUNT_ORICurrency amount in BAPI interfaces BAPICURR_DDEC23(4) BAPICURR
OPENAMOUNT_ORICurrency amount in BAPI interfaces BAPICURR_DDEC23(4) BAPICURR
DISCOUNTCurrency amount in BAPI interfaces BAPICURR_DDEC23(4) BAPICURR
DISC_DATEDue Date for Cash Discount FAEDS_KKDATS8DATUM
DISC_PERCCash discount rate SKTPZ_KKDEC5(3) PRZ23
XPDFBill in PDF Format XPDF_FISCHAR1BOOLEAN
XXMLFSCM Biller Direct: Bill in XML Format XXML_FISCHAR1
XHTMLBiller Direct: Bill in HTML Format XHTML_FISCHAR1BOOLEAN
XRAWBiller Direct: Bill in Raw Data Format XRAW_FISCHAR1BOOLEAN
XIBUBiller Direct: Bill in Industry-Specific Format XIBU_FISCHAR1BOOLEAN
XCUST1Biller Direct: Bill in Customer-Specific Format 1 XCUST1_FISCHAR1BOOLEAN
XCUST2Biller Direct: Bill in Customer-Specific Format 2 XCUST2_FISCHAR1BOOLEAN
XMULTARCHBiller Direct: Bill in Multiple Archived Document Format XMULTARCH_FISCHAR1BOOLEAN
XTIFBill in TIF Format (Biller Direct) XTIF_FISCHAR1
XOTHERTYPEBill in a Different MIME Type (Biller Direct) XOTHERMIME_FISCHAR1
INVOICE_PATHBiller Direct: Access Path for Bill Detail (such as URL) INVOICE_PATH_FISCHAR4096CHAR4096
XURLINVOICE_PATH Contains URL XURL_FISCHAR1BOOLEAN
X_NEW_BILLCustomer has not yet Read Bill FISX_NEW_BILLCHAR1BOOLEAN
X_NEW_CONTACTComplaint About Bill Has Not Yet Been Read FISX_NEW_BILLCONTACTCHAR1BOOLEAN
XBLNRReference Document Number XBLNRCHAR16XBLNR
VBELNBilling Document VBELN_VFCHAR10Assigned to domainALPHAVBELNVF
XREF1Business partner reference key XREF1CHAR12CHAR12
XREF2Business partner reference key XREF2CHAR12CHAR12
XREF3Reference key for line item XREF3CHAR20CHAR20
PPKEYIdentification of Promise to Pay PPKEY_KKCHAR12ALPHAPPKEY_KK8P2P

Key field Non-key field



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

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

How to access SAP table GENEBPP_INVOICE

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