GLE_ECS_STR_SREP_ITEM_ADDFIELD SAP (ECS: Additional Fields for BI Extractor) Structure details

Dictionary Type: Structure
Description: ECS: Additional Fields for BI Extractor




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




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

GLE_ECS_STR_SREP_ITEM_ADDFIELD 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: Additional Fields for BI Extractor" 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_ECS_STR_SREP_ITEM_ADDFIELD TYPE GLE_ECS_STR_SREP_ITEM_ADDFIELD.

The GLE_ECS_STR_SREP_ITEM_ADDFIELD table consists of various fields, each holding specific information or linking keys about ECS: Additional Fields for BI Extractor data available in SAP. These include NEW_FISCVAR (Fiscal Year Variant (From Correction Document)), CREATE_DATE (ECS Item Created On), CHANGE_DATE (ECS Last Changed On Date), M_FISCVAR (Correct Fiscal Year Variant).. 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_ECS_STR_SREP_ITEM_ADDFIELD 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
CORR_REV_FISCVARFiscal Year Variant (From Correction Doc. for Reversal Doc.) GLE_DTE_ECS_CORR_REV_FISCVARCHAR2Assigned to domainPERIV
NEW_FISCVARFiscal Year Variant (From Correction Document) GLE_DTE_ECS_NEW_FISCVARCHAR2Assigned to domainPERIV
CREATE_DATEECS Item Created On GLE_DTE_CREATE_DATEDATS8SYDATS
CHANGE_DATEECS Last Changed On Date GLE_DTE_CHANGE_DATEDATS8SYDATS
M_FISCVARCorrect Fiscal Year Variant GLE_DTE_ECS_FISCVAR_MODIFCHAR2Assigned to domainPERIV
M_KTOPLChart of Accounts (From Correction Document) GLE_DTE_ECS_CHRT_ACCTS_MODIFCHAR4Assigned to domainKTOPL
O_FISCVARFiscal Year Variant (From Original Document) GLE_DTE_ECS_FISCVAR_ORIGCHAR2Assigned to domainPERIV
O_KTOPLChart of Accounts (From Original Document) GLE_DTE_ECS_CHRT_ACCTS_ORIGCHAR4Assigned to domainKTOPL
P_FISCVARFiscal Year Variant (From Posted Document) GLE_DTE_ECS_FISCVAR_POSTEDCHAR2Assigned to domainPERIV
P_KTOPLChart of Accounts (From Posted Document) GLE_DTE_ECS_CHRT_ACCTS_POSTEDCHAR4Assigned to domainKTOPL

Key field Non-key field



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

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

How to access SAP table GLE_ECS_STR_SREP_ITEM_ADDFIELD

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