GLE_ECS_BAL_ITEM SAP (GL open items that are not in ECS) Table details

Dictionary Type: Table
Description: GL open items that are not in ECS




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




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

GLE_ECS_BAL_ITEM is a standard SAP Table which is used to store GL open items that are not in ECS data and is available within R/3 SAP systems depending on the version and release level.

The GLE_ECS_BAL_ITEM table consists of various fields, each holding specific information or linking keys about GL open items that are not in ECS data available in SAP. These include COMPANY_CODE (Company Code), DOC_NO (Accounting Document Number), FISCAL_YEAR (Fiscal Year), ACCOUNT (General Ledger Account).. 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: Cannot Be Enhanced


SAP GLE_ECS_BAL_ITEM 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
COMPANY_CODECompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
DOC_NOAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
FISCAL_YEARFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
ACCOUNTGeneral Ledger Account HKONTCHAR10Assigned to domainALPHASAKNR
POS_NONumber of Line Item Within Accounting Document BUZEINUMC3BUZEIBUZ
ITEM_IDID of Error Correction Item GLE_DTE_ECS_ITEM_IDRAW16UFGUID

Key field Non-key field



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

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

SELECT SINGLE *
FROM GLE_ECS_BAL_ITEM
INTO CORRESPONDING FIELDS OF WA_GLE_ECS_BAL_ITEM
WHERE...

How to access SAP table GLE_ECS_BAL_ITEM

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