EPIC_EBR_FEB SAP (Additional Data on Bank Statement Line Item for Bank Receipt) Table details

Dictionary Type: Table
Description: Additional Data on Bank Statement Line Item for Bank Receipt




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




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

EPIC_EBR_FEB is a standard SAP Table which is used to store Additional Data on Bank Statement Line Item for Bank Receipt data and is available within R/3 SAP systems depending on the version and release level.

The EPIC_EBR_FEB table consists of various fields, each holding specific information or linking keys about Additional Data on Bank Statement Line Item for Bank Receipt data available in SAP. These include EBR_ID (Bank Receipt Identifier), KUKEY (Short key (surrogate)), ESNUM (Memo record number (line item number in bank statement)), EBR_NO (Bank Receipt Number).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP EPIC_EBR_FEB table 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
EBR_IDBank Receipt Identifier EPIC_EBR_IDRAW16SYSUUID
KUKEYShort key (surrogate) KUKEY_EBNUMC8KUKEY_EB
ESNUMMemo record number (line item number in bank statement) ESNUM_EBNUMC5NUM5
EBR_NOBank Receipt Number EPIC_EBR_NOCHAR40TEXT40
PART_BANK_NAMEBank of Partner/Account Involved in Bank Receipt Transaction EPIC_EBR_PART_BANK_NAMECHAR60TEXT60
BANK_TIMETransaction Time on Bank Receipt EPIC_EBR_BANK_TIMETIMS6UZEIT
SRL_NOSerial Number of Bank Receipt EPIC_EBR_SRL_NOCHAR40TEXT40
VERIFICAT_KEYVerification Key of Bank Receipt EPIC_EBR_VERIFICAT_KEYCHAR30TEXT30
BANK_TIMESTAMPTime Stamp on Bank Receipt EPIC_EBR_BANK_TIMESTAMPDEC21(7) TZNTSTMPL
BANK_TELLERBank Teller on Bank Receipt EPIC_EBR_BANK_TELLERCHAR20TEXT20
PRINT_TIMESNumber of Times Printed EPIC_EBR_PRINT_TIMESCHAR10TEXT10
STATUSStatus of Bank Receipt EPIC_EBR_STATUSCHAR3EPIC_EBR_STATUS
EBR_DATEDate When Bank Receipt Was Entered in System EPIC_EBR_DATEDATS8DATUM
SOURCEEntry Type for Bank Receipt EPIC_EBR_SOURCECHAR1EPIC_EBR_SOURCE
REFERENCEReference Key on Bank Receipt EPIC_EBR_REF_KEYCHAR40TEXT40
FAKE_EBR_NOType of Bank Receipt Number: 'X' - Vritual; ' ' - Real EPIC_EBR_NO_TYPECHAR1BOOLE
FLOWSCODECash Flow Category EPIC_FLOWSCODECHAR30
VBUNDCompany ID of trading partner RASSCCHAR6Assigned to domainALPHARCOMPPGS
LOCAL_AMTAmount in Local Currency DMBTRCURR13(2) WERT7

Key field Non-key field



How do I retrieve data from SAP table EPIC_EBR_FEB using ABAP code

The following ABAP code Example will allow you to do a basic selection on EPIC_EBR_FEB to SELECT all data from the table
DATA: WA_EPIC_EBR_FEB TYPE EPIC_EBR_FEB.

SELECT SINGLE *
FROM EPIC_EBR_FEB
INTO CORRESPONDING FIELDS OF WA_EPIC_EBR_FEB
WHERE...

How to access SAP table EPIC_EBR_FEB

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