EPIC_S_EBR_CLAIM_RCPT SAP (Receipt of Electronic Bank Receipt Claim) Structure details

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




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




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

EPIC_S_EBR_CLAIM_RCPT 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 "Receipt 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_RCPT TYPE EPIC_S_EBR_CLAIM_RCPT.

The EPIC_S_EBR_CLAIM_RCPT table consists of various fields, each holding specific information or linking keys about Receipt of Electronic Bank Receipt Claim data available in SAP. These include EBR_NO (Bank Receipt Number), EBR_DATE (Date When Bank Receipt Was Entered in System), BANK_DATE (Date of Transaction on Bank Receipt), PART_ID (Account 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_RCPT 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
EBR_NOBank Receipt Number EPIC_EBR_NOCHAR40TEXT40
EBR_DATEDate When Bank Receipt Was Entered in System EPIC_EBR_DATEDATS8DATUM
BANK_DATEDate of Transaction on Bank Receipt EPIC_EBR_BANK_DATEDATS8DATUM
PART_IDAccount Involved in Bank Receipt Transaction EPIC_EBR_PART_IDCHAR10ALPHAKTONR
TOTAL_AMOUNTBank Receipt Amount in Local Currency EPIC_EBR_LOCAL_AMTCURR13(2) WERT7
CLAIMED_AMOUNTBank Receipt Amount That Has Been Claimed EPIC_EBR_AMT_CLAIMEDCURR13(2) WERT7
REMAINED_AMOUNTRemaining Amount on Bank Receipt EPIC_EBR_AMT_SURPLUSCURR13(2) WERT7
REFERENCEReference Key on Bank Receipt EPIC_EBR_REF_KEYCHAR40TEXT40
BANK_REMARKBank's Remark on Bank Receipt EPIC_EBR_BANK_REMARKCHAR255TEXT255
FLOWSCODECash Flow Category EPIC_FLOWSCODECHAR30
SOURCEEntry Type for Bank Receipt EPIC_EBR_SOURCECHAR1EPIC_EBR_SOURCE
DIRECTIONDirection of Bank Receipt Transaction EPIC_EBR_DIRECTIONCHAR1EPIC_EBR_DIRECTION
PART_BANK_NAMEBank of Partner/Account Involved in Bank Receipt Transaction EPIC_EBR_PART_BANK_NAMECHAR60TEXT60
PART_BANK_ACCT_NAMEBank Account of Partner/Account Involved in Bank Receipt EPIC_EBR_PART_BANK_ACCT_NAMECHAR50TEXT50
PART_BANK_ACCT_NOBank Account No. of Partner/Account Involved in Bank Receipt EPIC_EBR_PART_BANK_ACCT_NOCHAR24BNKN2
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
HBKIDShort Key for a House Bank HBKIDCHAR5T012HBKID
HKTIDID for account details HKTIDCHAR5T012KHKTID
EBR_IDBank Receipt Identifier EPIC_EBR_IDRAW16SYSUUID
PART_TYPECode for Account Type Involved in Bank Receipt Transaction EPIC_EBR_PART_TYPECHAR1KOART_AV
AVALIABLE_AMTAvailable Amount EPIC_EBR_AVAILABLE_AMTCURR13(2) WERT7
DIRECTION_DESCDirection of Bank Receipt Transaction EPIC_EBR_DIRECTION_DESCCHAR10
CURRENCYCurrency of Transaction on Bank Receipt EPIC_EBR_CRCYCUKY5Assigned to domainWAERS
EBR_TEXTBank Receipt Text String EPIC_EBR_TEXT_STRINGSTRG0STRING

Key field Non-key field



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

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

How to access SAP table EPIC_S_EBR_CLAIM_RCPT

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