EPIC_S_EBR_CLAIM_DTL_REF SAP (Claiming information ref) Structure details

Dictionary Type: Structure
Description: Claiming information ref




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




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

EPIC_S_EBR_CLAIM_DTL_REF 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 "Claiming information ref" 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_DTL_REF TYPE EPIC_S_EBR_CLAIM_DTL_REF.

The EPIC_S_EBR_CLAIM_DTL_REF table consists of various fields, each holding specific information or linking keys about Claiming information ref data available in SAP. These include CURRENCY (Currency of Transaction on Bank Receipt), REF_SEG_ID (Bank Receipt Segment Identifier), BANK_DATE (Date of Transaction on Bank Receipt), PART_TYPE (Code for Account Type Involved in Bank Receipt Transaction).. 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_DTL_REF 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
CURRENCYCurrency of Transaction on Bank Receipt EPIC_EBR_CRCYCUKY5Assigned to domainWAERS
REF_SEG_IDBank Receipt Segment Identifier EPIC_EBR_SEG_IDRAW16SYSUUID
BANK_DATEDate of Transaction on Bank Receipt EPIC_EBR_BANK_DATEDATS8DATUM
PART_TYPECode for Account Type Involved in Bank Receipt Transaction EPIC_EBR_PART_TYPECHAR1KOART_AV
PART_IDAccount Involved in Bank Receipt Transaction EPIC_EBR_PART_IDCHAR10ALPHAKTONR
BLDATDocument Date in Document BLDATDATS8DATUM
BUDATPosting Date in the Document BUDATDATS8DATUM
BSCHLPosting Key BSCHLCHAR2Assigned to domainBSCHL
BELNRAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
MONATFiscal Period MONATNUMC2MONAT
BUZEINumber of Line Item Within Accounting Document BUZEINUMC3BUZEIBUZ
DUEDTDue date DUEDTDATS8DATUM
SGTXTItem Text SGTXTCHAR50TEXT50
UMSKSSpecial G/L Transaction Type UMSKSCHAR1UMSKS
SHKZGDebit/Credit Indicator SHKZGCHAR1SHKZG
REBZZLine Item in the Relevant Invoice REBZZNUMC3BUZEI
REBZJFiscal Year of the Relevant Invoice (for Credit Memo) REBZJNUMC4GJAHRGJAHR
REBZGNumber of the Invoice the Transaction Belongs to REBZGCHAR10ALPHABELNR
DMBTRAmount in Local Currency DMBTRCURR13(2) WERT7
VAT_REMAINED_AMOUNTRemaining Amount with VAT Added EPIC_EBR_VAT_AMT_SURPLUSCURR13(2) WERT7
VAT_CLAIMED_AMOUNTClaimed Amount with VAT Added EPIC_EBR_VAT_AMT_CLAIMEDCURR13(2) WERT7
EBR_NOBank Receipt Number EPIC_EBR_NOCHAR40TEXT40
TOTAL_AMTTotal Amount of Claimed Bank Receipts EPIC_EBR_TOTAL_AMTCURR13(2) WERT7
AMT_CLAIMEDBank Receipt Amount That Has Been Claimed EPIC_EBR_AMT_CLAIMEDCURR13(2) WERT7
REMAINED_AMOUNTRemaining Amount on Bank Receipt EPIC_EBR_AMT_SURPLUSCURR13(2) WERT7
SEG_IDBank Receipt Segment Identifier EPIC_EBR_SEG_IDRAW16SYSUUID
THIS_CLAIMED_AMTCurrently Claimed Amount EPIC_EBR_AMT_THIS_CLAIMEDCURR13(2) WERT7
EBR_TEXTBank Receipt Text String EPIC_EBR_TEXT_STRINGSTRG0STRING
FLOWSCODECash Flow Category EPIC_FLOWSCODECHAR30
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
HBKIDShort Key for a House Bank HBKIDCHAR5T012HBKID
HKTIDID for account details HKTIDCHAR5T012KHKTID
EBR_IDBank Receipt Identifier EPIC_EBR_IDRAW16SYSUUID
REFERENCEReference Key on Bank Receipt EPIC_EBR_REF_KEYCHAR40TEXT40
CLAIMED_DATEClaimed On EPIC_EBR_CLAIMED_DATEDATS8DATUM
ZFBDTBaseline Date for Due Date Calculation DZFBDTDATS8DATUM
FLD_STYL 0
STATUSstatus in invoice EPIC_EBR_NODE_STATUSCHAR46CHAR46
IRRELEVANT_FLAGIrrelevant Flag EPIC_EBR_IRRELEVANT_FLAGCHAR1CHAR1
REF 0

Key field Non-key field



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

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

How to access SAP table EPIC_S_EBR_CLAIM_DTL_REF

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