GLE_ECS_ITEM SAP (ECS: Error Correction Items) Table details

Dictionary Type: Table
Description: ECS: Error Correction Items




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




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

GLE_ECS_ITEM is a standard SAP Table which is used to store ECS: Error Correction Items data and is available within R/3 SAP systems depending on the version and release level.

The GLE_ECS_ITEM table consists of various fields, each holding specific information or linking keys about ECS: Error Correction Items data available in SAP. These include MANDT (Client), ITEM_ID (ID of Error Correction Item), COMPOUND_ERROR (Compound Error Category), STATUS (Status of ECS Item).. 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_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
ITEM_IDID of Error Correction Item GLE_DTE_ECS_ITEM_IDRAW16UFGUID
COMPOUND_ERRORCompound Error Category GLE_DTE_ECS_ERROR_COMPOUNDCHAR5GLE_CMP_ERRGLE_ECS_ERROR_COMPOUND
STATUSStatus of ECS Item GLE_DTE_ECS_ITEM_STATUSCHAR1STATGLE_DOM_ECS_ITEM_STATUS
SEVERITYSeverity of Errors in ECS Items GLE_DTE_ECS_ITEM_SEVER_LEVELCHAR1SEVLGLE_DOM_ECS_ITEM_SEVER_LEVEL
COMPANY_CODECompany Code of Posted Document GLE_DTE_ECS_COMPANY_CODECHAR4Assigned to domainBUKRSBUKC_T001
DOC_NODocument Number of Posted (Suspense) Document GLE_DTE_ECS_DOC_NOCHAR10ALPHABELNRBLN
FISCAL_YEARFiscal Year of Posted Document GLE_DTE_ECS_FISCAL_YEARNUMC4GJAHRGJAHRGJR
POS_NONumber of Line Item Within Accounting Document BUZEINUMC3BUZEIBUZ
INT_DOC_REF_IDECS Internal Ref. for ECS Items in the Same FI Document GLE_DTE_ECS_INT_DOC_REF_IDCHAR10ALPHAAWREF
INT_DOC_YEARYear in which ECS item was entered (rel. for int. doc. no.) GLE_DTE_ECS_INT_DOC_REF_YEARNUMC4GJAHRGJAHRGJR
ACCOUNT_TYPEAccount Type KOARTCHAR1KOART
POST_DATE_OOriginal Posting Date of FI Document GLE_DTE_ECS_POST_DATE_ORIGDATS8DATUM
ACCOUNT_OOriginal General Ledger Account of Imported Document GLE_DTE_ECS_ACCOUNT_ORIGCHAR10SKB1ALPHASAKNRBLN
PROFIT_CENTER_OOriginal Profit Center of Imported Document GLE_DTE_ECS_PROFIT_CTR_ORIGCHAR10Assigned to domainALPHAPRCTRBLN
COST_CENTER_OOriginal Cost Center of Imported Document GLE_DTE_ECS_COST_CTR_ORIGCHAR10Assigned to domainALPHAKOSTLBLN
AMOUNT_TCURAmount in document currency WRBTRCURR13(2) WERT7
TCURCurrency Key WAERSCUKY5TCURCWAERSFWS
POST_DATEPosting Date of Posted FI Document GLE_DTE_POST_DATEDATS8DATUM
ACCOUNTGeneral Ledger Account of Posted Document GLE_DTE_ECS_ACCOUNT_POSTEDCHAR10SKB1ALPHASAKNRBLN
COST_CENTERCost Center of Posted Document GLE_DTE_ECS_COST_CTR_POSTEDCHAR10Assigned to domainALPHAKOSTLBLN
PROFIT_CENTERProfit Center of Posted Document GLE_DTE_ECS_PROFIT_CTR_POSTEDCHAR10Assigned to domainALPHAPRCTRBLN
NEW_COMPANY_CODECompany Code of Correction Document GLE_DTE_ECS_NEW_COMPANY_CODECHAR4Assigned to domainBUKRSBUKC_T001
NEW_DOC_NODocument Number of Correction Document GLE_DTE_ECS_NEW_DOC_NOCHAR10ALPHABELNRBLN
NEW_YEARFiscal Year of Correction Document GLE_DTE_ECS_NEW_FISCAL_YEARNUMC4GJAHRGJAHRGJR
CORR_REV_CCODECompany Code of Correction Document for Reversal Document GLE_DTE_ECS_CORR_REV_CCODECHAR4Assigned to domainBUKRSBUKC_T001
CORR_REV_DOC_NODocument Number of Correction Document for Reversal Document GLE_DTE_ECS_CORR_REV_DOC_NOCHAR10ALPHABELNRBLN
CORR_REV_YEARFiscal Year of Correction Document for Reversal Document GLE_DTE_ECS_CORR_REV_YEARNUMC4GJAHRGJAHRGJR
IF_TYPEECS Environment GLE_DTE_ECS_IF_TYPECHAR10Assigned to domainGLE_ECS_IF_TYPE
RUNID_EXTRun Administration Run ID GLE_RUNADM_DTE_RUNIDCHAR12CHAR12
CREATE_USERCreated By GLE_DTE_CREATE_USERCHAR12USNAM
CREATE_TMSTPECS Time Stamp: Created At GLE_DTE_CREATE_TMSTPDEC21(7) TZNTSTMPL
CHANGE_USERLast Changed By GLE_DTE_CHANGE_USERCHAR12USNAM
CHANGE_TMSTPECS Time Stamp: Changed At GLE_DTE_CHANGE_TMSTPDEC21(7) TZNTSTMPL
ARCHIVE_STATUSArchivability Status AFX_DTE_ARCHIVE_STATUSCHAR1AFX_ARCHIVE_STATUS
ARCHIVE_FLUDResubmission Date AFX_DTE_ARCHIVE_FLUDDATS8DATS

Key field Non-key field



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

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

SELECT SINGLE *
FROM GLE_ECS_ITEM
INTO CORRESPONDING FIELDS OF WA_GLE_ECS_ITEM
WHERE...

How to access SAP table GLE_ECS_ITEM

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