EPIC_S_BRS_PRINT_ITEM SAP (EPIC: Bank Reconciliation Statement PDF Print BRS Item) Structure details

Dictionary Type: Structure
Description: EPIC: Bank Reconciliation Statement PDF Print BRS Item




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




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

EPIC_S_BRS_PRINT_ITEM 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 "EPIC: Bank Reconciliation Statement PDF Print BRS Item" 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_BRS_PRINT_ITEM TYPE EPIC_S_BRS_PRINT_ITEM.

The EPIC_S_BRS_PRINT_ITEM table consists of various fields, each holding specific information or linking keys about EPIC: Bank Reconciliation Statement PDF Print BRS Item data available in SAP. These include BANK_AMOUNT (), BANK_REMARK (Remark), BANK_DOCUMENT_NUM (Accounting Document Number), BANK_DOCUMENT_ITEM_NUM (Number of Line Item Within Accounting 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: Cannot Be Enhanced


SAP EPIC_S_BRS_PRINT_ITEM 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
BANK_DATEDoucument Item Date EPIC_BRS_ITEM_DATEDATS8
BANK_AMOUNT 0
BANK_REMARKRemark EPIC_BRS_REMARKCHAR255EPIC_BRS_REMARK
BANK_DOCUMENT_NUMAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
BANK_DOCUMENT_ITEM_NUMNumber of Line Item Within Accounting Document BUZEINUMC3BUZEIBUZ
BANK_EBS_NUMShort key (surrogate) KUKEY_EBNUMC8KUKEY_EB
BANK_EBS_ITEM_NUMMemo record number (line item number in bank statement) ESNUM_EBNUMC5NUM5
BANK_SUBACCOUNTGeneral Ledger Account HKONTCHAR10Assigned to domainALPHASAKNR
BANK_SGTXT 0
BANK_SOURCEData Source EPIC_BRS_SOURCECHAR1EPIC_BRS_SOURCE
BANK_CATEGORYBank Reconcilation Statement Category EPIC_BRS_CATEGORYCHAR4EPIC_BRS_CATEGORY
BANK_BKTXTDocument Header Text BKTXTCHAR25TEXT25
BANK_DOCUMENT_FISCALYEARPosting Year of Document for EPIC BRS EPIC_BRS_DOC_YEARNUMC4GJAHRGJAHR
BANK_DOCUMENT_PERIODPosting Period of Document for EPIC BRS EPIC_BRS_DOC_PERIODNUMC2MONAT
BANK_BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
BANK_GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
BANK_MONATFiscal Period MONATNUMC2MONAT
BANK_STMTNUMBERElectronic Bank Statement Number EPIC_BRS_STATEMENT_NUMBERNUMC5NUM5
BANK_PARTNBusiness Partner PARTN_EBCHAR55CHAR55
BANK_PABKSCountry key of partner bank PABKS_EBCHAR3Assigned to domainLAND1
BANK_PABLZBank number of partner bank PABLZ_EBCHAR15BANKK
BANK_PAKTOAccount number at the partner bank PAKTO_EBCHAR18BANKN
BANK_VGEXTExternal business transaction VGEXT_EBCHAR27Assigned to domainVGEXT_EB
BANK_VGMANTransaction VGMAN_EBCHAR4Assigned to domainVGMAN_EB
BANK_MANUAL_CLEARED 0
ENTRPS_DATEDoucument Item Date EPIC_BRS_ITEM_DATEDATS8
ENTRPS_AMOUNT 0
ENTRPS_REMARKRemark EPIC_BRS_REMARKCHAR255EPIC_BRS_REMARK
ENTRPS_DOCUMENT_NUMAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
ENTRPS_DOCUMENT_ITEM_NUMNumber of Line Item Within Accounting Document BUZEINUMC3BUZEIBUZ
ENTRPS_EBS_NUMShort key (surrogate) KUKEY_EBNUMC8KUKEY_EB
ENTRPS_EBS_ITEM_NUMMemo record number (line item number in bank statement) ESNUM_EBNUMC5NUM5
ENTRPS_SUBACCOUNTGeneral Ledger Account HKONTCHAR10Assigned to domainALPHASAKNR
ENTRPS_SGTXT 0
ENTRPS_SOURCEData Source EPIC_BRS_SOURCECHAR1EPIC_BRS_SOURCE
ENTRPS_CATEGORYBank Reconcilation Statement Category EPIC_BRS_CATEGORYCHAR4EPIC_BRS_CATEGORY
ENTRPS_BKTXTDocument Header Text BKTXTCHAR25TEXT25
ENTRPS_DOCUMENT_FISCALYEARPosting Year of Document for EPIC BRS EPIC_BRS_DOC_YEARNUMC4GJAHRGJAHR
ENTRPS_DOCUMENT_PERIODPosting Period of Document for EPIC BRS EPIC_BRS_DOC_PERIODNUMC2MONAT
ENTRPS_BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
ENTRPS_GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
ENTRPS_MONATFiscal Period MONATNUMC2MONAT
ENTRPS_STMTNUMBERElectronic Bank Statement Number EPIC_BRS_STATEMENT_NUMBERNUMC5NUM5
ENTRPS_MANUAL_CLEARED 0

Key field Non-key field



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

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

How to access SAP table EPIC_S_BRS_PRINT_ITEM

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