EPIC_S_EBR_OPEN_ITEM SAP (EPIC EBR open item) Structure details

Dictionary Type: Structure
Description: EPIC EBR open item




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




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

EPIC_S_EBR_OPEN_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 EBR open 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_EBR_OPEN_ITEM TYPE EPIC_S_EBR_OPEN_ITEM.

The EPIC_S_EBR_OPEN_ITEM table consists of various fields, each holding specific information or linking keys about EPIC EBR open item data available in SAP. These include BSCHL (Posting Key), DMBTR (Amount in Local Currency), HKONT (General Ledger Account), WRBTR (Amount in document currency).. 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_OPEN_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
BUZEINumber of Line Item Within Accounting Document BUZEINUMC3BUZEIBUZ
BSCHLPosting Key BSCHLCHAR2Assigned to domainBSCHL
DMBTRAmount in Local Currency DMBTRCURR13(2) WERT7
HKONTGeneral Ledger Account HKONTCHAR10Assigned to domainALPHASAKNR
WRBTRAmount in document currency WRBTRCURR13(2) WERT7
SHZUZDebit/Credit Addition for Cash Discount SHZUZCHAR1CHAR1
GSBERBusiness Area GSBERCHAR4Assigned to domainGSBERGSB
KOKRSControlling Area KOKRSCHAR4Assigned to domainCACCDCAC
KOSTLCost Center KOSTLCHAR10Assigned to domainALPHAKOSTLKOS
MWSKZTax on sales/purchases code MWSKZCHAR2T007AMWSKZ
ZUONRAssignment Number DZUONRCHAR18ZUONR
SGTXTItem Text SGTXTCHAR50TEXT50
UMSKZSpecial G/L Indicator UMSKZCHAR1T074UUMSKZ
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
XREF1Business partner reference key XREF1CHAR12CHAR12
XREF2Business partner reference key XREF2CHAR12CHAR12
XREF3Reference key for line item XREF3CHAR20CHAR20
KOARTAccount Type KOARTCHAR1KOART
FLOWSCODECash Flow Category EPIC_FLOWSCODECHAR30
BELNRAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
KUNNRCustomer Numbers KUNNRCHAR10Assigned to domainALPHAKUNNRKUNC_KUNNR
LIFNRAccount Number of Vendor or Creditor LIFNRCHAR10Assigned to domainALPHALIFNRLIFKRED_C
GL_TXT20G/L account short text TXT20_SKATCHAR20TEXT20
NAME1Name 1 NAME1_GPCHAR35NAME
PRCTRProfit Center PRCTRCHAR10Assigned to domainALPHAPRCTRPRCPRCTR_EMPTY
READ_ONLYData element for domain BOOLE: TRUE (='X') and FALSE (=' ') BOOLE_DCHAR1BOOLE
DIFF_POST_TYPESingle-Character Indicator CHAR1CHAR1CHAR1
FLD_STYL 0
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

Key field Non-key field



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

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

How to access SAP table EPIC_S_EBR_OPEN_ITEM

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