EPIC_S_EBR_CLAIM_INVC SAP (Invoice of Electronic Bank Receipt Claim) Structure details

Dictionary Type: Structure
Description: Invoice of Electronic Bank Receipt Claim




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




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

EPIC_S_EBR_CLAIM_INVC 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 "Invoice of Electronic Bank Receipt Claim" 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_EPIC_S_EBR_CLAIM_INVC TYPE EPIC_S_EBR_CLAIM_INVC.

The EPIC_S_EBR_CLAIM_INVC table consists of various fields, each holding specific information or linking keys about Invoice of Electronic Bank Receipt Claim data available in SAP. These include BELNR (Accounting Document Number), BSCHL (Posting Key), BUDAT (Posting Date in the Document), BLDAT (Document Date in Document).. 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 (Deep)


SAP EPIC_S_EBR_CLAIM_INVC 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
CLAIMClaimed EPIC_EBR_CLAIMCHAR1BOOLE
BELNRAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
BSCHLPosting Key BSCHLCHAR2Assigned to domainBSCHL
BUDATPosting Date in the Document BUDATDATS8DATUM
BLDATDocument Date in Document BLDATDATS8DATUM
BUZEINumber of Line Item Within Accounting Document BUZEINUMC3BUZEIBUZ
CLAIMED_AMOUNTClaimed Amount with VAT Added EPIC_EBR_VAT_AMT_CLAIMEDCURR13(2) WERT7
REMAINED_AMOUNTRemaining Amount with VAT Added EPIC_EBR_VAT_AMT_SURPLUSCURR13(2) WERT7
BLARTDocument Type BLARTCHAR2Assigned to domainBLARTBAR
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
MONATFiscal Period MONATNUMC2MONAT
PARTNER_IDAccount Involved in Bank Receipt Transaction EPIC_EBR_PART_IDCHAR10ALPHAKTONR
DMBTRAmount in Local Currency DMBTRCURR13(2) WERT7
PARTNER_TYPECode for Account Type Involved in Bank Receipt Transaction EPIC_EBR_PART_TYPECHAR1KOART_AV
SGTXTItem Text SGTXTCHAR50TEXT50
SHKZGDebit/Credit Indicator SHKZGCHAR1SHKZG
UMSKSSpecial G/L Transaction Type UMSKSCHAR1UMSKS
XBLNRReference Document Number XBLNR1CHAR16XBLNR1
AVALIABLE_AMTAvailable Amount EPIC_EBR_AVAILABLE_AMTCURR13(2) WERT7
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
ZFBDTBaseline Date for Due Date Calculation DZFBDTDATS8DATUM
EBR_INDICATOREPIC EBR indicator EPIC_EBR_INDICATORCHAR1EPIC_EBR_INDICATOR
REBZGNumber of the Invoice the Transaction Belongs to REBZGCHAR10ALPHABELNR
REBZJFiscal Year of the Relevant Invoice (for Credit Memo) REBZJNUMC4GJAHRGJAHR
REBZZLine Item in the Relevant Invoice REBZZNUMC3BUZEI
STATUSstatus in invoice EPIC_EBR_NODE_STATUSCHAR46CHAR46
INNER_INDEXNatural Number INT4INT410INT4
FLD_STYL 0
USED_AMOUNTEPIC EBR used amount EPIC_EBR_USED_AMOUNTCURR13(2) WERT7
ZUONRAssignment Number DZUONRCHAR18ZUONR
GSBERBusiness Area GSBERCHAR4Assigned to domainGSBERGSB
KOSTLCost Center KOSTLCHAR10Assigned to domainALPHAKOSTLKOS
PRCTRProfit Center PRCTRCHAR10Assigned to domainALPHAPRCTRPRCPRCTR_EMPTY

Key field Non-key field



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

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

How to access SAP table EPIC_S_EBR_CLAIM_INVC

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