GLE_STR_ECS_RECONC_DATA SAP (ECS: Reconciliation - Fields) Structure details

Dictionary Type: Structure
Description: ECS: Reconciliation - Fields




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




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

GLE_STR_ECS_RECONC_DATA 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 "ECS: Reconciliation - Fields" 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_GLE_STR_ECS_RECONC_DATA TYPE GLE_STR_ECS_RECONC_DATA.

The GLE_STR_ECS_RECONC_DATA table consists of various fields, each holding specific information or linking keys about ECS: Reconciliation - Fields data available in SAP. These include COMPOUND_ERROR (Compound Error Category), STATUS (Status of ECS Item), SEVERITY (Severity of Errors in ECS Items), INT_DOC_REF_ID (ECS Internal Ref. for ECS Items in the Same FI 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: Can be enhanced (character-type or numeric)


SAP GLE_STR_ECS_RECONC_DATA 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
ITEM_IDID of Error Correction Item GLE_DTE_ECS_ITEM_IDRAW16UFGUID
COMPOUND_ERRORCompound Error Category GLE_DTE_ECS_ERROR_COMPOUNDCHAR5Assigned to domainGLE_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
INT_DOC_REF_IDECS Internal Ref. for ECS Items in the Same FI Document GLE_DTE_ECS_INT_DOC_REF_IDCHAR10ALPHAAWREF
CREATE_USERCreated By GLE_DTE_CREATE_USERCHAR12USNAM
CHANGE_USERLast Changed By GLE_DTE_CHANGE_USERCHAR12USNAM
CPUDTDay On Which Accounting Document Was Entered CPUDTDATS8DATUM
CPUTMTime of Entry CPUTMTIMS6UZEIT
COMPANY_CODECompany Code of Posted Document GLE_DTE_ECS_COMPANY_CODECHAR4Assigned to domainBUKRSBUKC_T001
BLARTDocument Type BLARTCHAR2Assigned to domainBLARTBAR
TCODETransaction Code TCODECHAR20Assigned to domainTCODETCD
DOC_NODocument Number of Posted (Suspense) Document GLE_DTE_ECS_DOC_NOCHAR10ALPHABELNRBLN
FISCAL_YEARFiscal Year of Posted Document GLE_DTE_ECS_FISCAL_YEARNUMC4GJAHRGJAHRGJR
POST_DATEPosting Date of Posted FI Document GLE_DTE_POST_DATEDATS8DATUM
POS_NONumber of Line Item Within Accounting Document BUZEINUMC3BUZEIBUZ
ACCOUNTGeneral Ledger Account HKONTCHAR10Assigned to domainALPHASAKNR
WRBTRAmount or tax amount in the currency of the currency types ACBTRCURR13(2) WERT7
TCURCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
DMBTRAmount in Local Currency DMBTRCURR13(2) WERT7
HWAERLocal Currency HWAERCUKY5Assigned to domainWAERS
DMBE2Amount in Second Local Currency DMBE2CURR13(2) WERT7
HWAE2Currency Key of Second Local Currency HWAE2CUKY5Assigned to domainWAERS
DMBE3Amount in Third Local Currency DMBE3CURR13(2) WERT7
HWAE3Currency Key of Third Local Currency HWAE3CUKY5Assigned to domainWAERS
RUNID_EXTVersioned Run ID GLE_DTE_ECS_RUNID_EXTCHAR12GLE_ECS_RUNID_EXT

Key field Non-key field



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

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

How to access SAP table GLE_STR_ECS_RECONC_DATA

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