EPIC_S_EBR_CLAIM_HIS SAP (Claim History display) Structure details

Dictionary Type: Structure
Description: Claim History display




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




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

EPIC_S_EBR_CLAIM_HIS 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 "Claim History display" 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_HIS TYPE EPIC_S_EBR_CLAIM_HIS.

The EPIC_S_EBR_CLAIM_HIS table consists of various fields, each holding specific information or linking keys about Claim History display data available in SAP. These include BUKRS (Company Code), HBKID (Short Key for a House Bank), HKTID (ID for account details), EBR_ID (Bank Receipt Identifier).. 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_HIS 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
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
HBKIDShort Key for a House Bank HBKIDCHAR5T012HBKID
HKTIDID for account details HKTIDCHAR5T012KHKTID
EBR_IDBank Receipt Identifier EPIC_EBR_IDRAW16SYSUUID
SEG_IDBank Receipt Segment Identifier EPIC_EBR_SEG_IDRAW16SYSUUID
SEG_STATUSStatus of Bank Receipt Segment EPIC_EBR_SEG_STATUSCHAR3EPIC_EBR_SEG_STATUS
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
AMT_CLAIMEDCurrently Claimed Amount EPIC_EBR_AMT_THIS_CLAIMEDCURR13(2) WERT7
CURRENCYCurrency of Transaction on Bank Receipt EPIC_EBR_CRCYCUKY5Assigned to domainWAERS
BELNRAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
BUZEINumber of Line Item Within Accounting Document BUZEINUMC3BUZEIBUZ
CLAIMED_BYClaimed By EPIC_EBR_CLAIMED_BYCHAR12SYCHAR12
CLAIMED_DATEClaimed On EPIC_EBR_CLAIMED_DATEDATS8DATUM
EBR_STATUSStatus of Bank Receipt EPIC_EBR_STATUSCHAR3EPIC_EBR_STATUS
SELECTEDSelect Bank Receipt EPIC_EBR_SELCHAR1BOOLE
EBR_NOBank Receipt Number EPIC_EBR_NOCHAR40TEXT40
VKORGSales Organization VKORGCHAR4Assigned to domainVKORGVKOC_VKORG
VTWEGDistribution Channel VTWEGCHAR2Assigned to domainVTWEGVTWC_VTWEG
SPARTDivision SPARTCHAR2Assigned to domainSPARTSPAC_SPART
STATUSstatus in invoice EPIC_EBR_NODE_STATUSCHAR46CHAR46
FLD_STYL 0
IRRELEVANT_FLAGIrrelevant Flag EPIC_EBR_IRRELEVANT_FLAGCHAR1CHAR1
REF_SEG_IDBank Receipt Segment Identifier EPIC_EBR_SEG_IDRAW16SYSUUID
DMBTRAmount in Local Currency DMBTRCURR13(2) WERT7
STATUS_DESC 0
STATUS_DESCDescription of Bank Receipt Status EPIC_EBR_STATUS_DESCCHAR40TEXT40
PART_TYPE_DESCAccount Type Description EPIC_EBR_PART_TYPE_DESCCHAR15
DIRECTION_DESCDirection of Bank Receipt Transaction EPIC_EBR_DIRECTION_DESCCHAR10
AMOUNTAmount of Transaction on Bank Receipt EPIC_EBR_AMTCURR13(2) WERT7
PART_TYPE_DESCAccount Type Description EPIC_EBR_PART_TYPE_DESCCHAR15
DIRECTIONDirection of Bank Receipt Transaction EPIC_EBR_DIRECTIONCHAR1EPIC_EBR_DIRECTION
DIRECTION_DESCDirection of Bank Receipt Transaction EPIC_EBR_DIRECTION_DESCCHAR10
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_HIS using ABAP code?

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

How to access SAP table EPIC_S_EBR_CLAIM_HIS

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