ACI_TECS_IF003 SAP (Assignment of BRF Functions to ECS Environments) Table details

Dictionary Type: Table
Description: Assignment of BRF Functions to ECS Environments




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




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

ACI_TECS_IF003 is a standard SAP Table which is used to store Assignment of BRF Functions to ECS Environments data and is available within R/3 SAP systems depending on the version and release level.

The ACI_TECS_IF003 table consists of various fields, each holding specific information or linking keys about Assignment of BRF Functions to ECS Environments data available in SAP. These include ECS_ENV (ECS Environment), ACP_TYPE (Category of Auto Correction Strategy), PRIORITY (Sequential Number), FUNAME (Name of Derivation Function).. 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: Cannot Be Enhanced


SAP ACI_TECS_IF003 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
ECS_ENVECS Environment GLE_DTE_ECS_IF_TYPECHAR10GLE_TECS_IF001GLE_ECS_IF_TYPE
ACP_TYPECategory of Auto Correction Strategy GLE_DTE_ECS_ACP_ENV_TYPECHAR1GLE_ECS_ACP_ENV_TYPE
PRIORITYSequential Number ACI_DTE_ECS_BRF_FU_SEQNRNUMC4
FUNAMEName of Derivation Function ACI_DTE_ECS_BRF_FUNAMECHAR20ACI_DOM_ECS_BRF_FUNAME
TRACETrace is Active ACI_DTE_ECS_BRF_TRACECHAR1XFELD
TREXPORTSave Trace File on Database GLE_DTE_ECS_IF_TREXPORTCHAR1GLE_ECS_AL_BOOLEAN

Key field Non-key field



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

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

SELECT SINGLE *
FROM ACI_TECS_IF003
INTO CORRESPONDING FIELDS OF WA_ACI_TECS_IF003
WHERE...

How to access SAP table ACI_TECS_IF003

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