GLE_TECS_IF004 SAP (ECS Interface Settings: ACP Parameters) Table details

Dictionary Type: Table
Description: ECS Interface Settings: ACP Parameters




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




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

GLE_TECS_IF004 is a standard SAP Table which is used to store ECS Interface Settings: ACP Parameters data and is available within R/3 SAP systems depending on the version and release level.

The GLE_TECS_IF004 table consists of various fields, each holding specific information or linking keys about ECS Interface Settings: ACP Parameters data available in SAP. These include MANDT (Client), TYPE (ECS Environment), TRMODE (Trace Mode), TRSHOW (Display Trace).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP GLE_TECS_IF004 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 MANDTCLNT3GLE_TECS_IF001MANDT
TYPEECS Environment GLE_DTE_ECS_IF_TYPECHAR10GLE_TECS_IF001GLE_ECS_IF_TYPE
TRMODETrace Mode GLE_DTE_ECS_ACP_TRACE_MODECHAR1GLE_ECS_ACP_TRACE_MODE
TRSHOWDisplay Trace GLE_DTE_ECS_IF_TRSHOWCHAR1GLE_ECS_AL_BOOLEAN
TRPRINTPrint Trace GLE_DTE_ECS_IF_TRPRINTCHAR1GLE_ECS_AL_BOOLEAN
TREXPORTSave Trace File on Database GLE_DTE_ECS_IF_TREXPORTCHAR1GLE_ECS_AL_BOOLEAN
APPLLOGSetting for Application Log GLE_DTE_ECS_ACP_APPL_LOGCHAR1GLE_ECS_AL_BOOLEAN

Key field Non-key field



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

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

SELECT SINGLE *
FROM GLE_TECS_IF004
INTO CORRESPONDING FIELDS OF WA_GLE_TECS_IF004
WHERE...

How to access SAP table GLE_TECS_IF004

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