TACE_ENVIR_EVENT SAP (Events Depending on the Environement (ERP or Business Acc.)) Table details

Dictionary Type: Table
Description: Events Depending on the Environement (ERP or Business Acc.)




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




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

TACE_ENVIR_EVENT is a standard SAP Table which is used to store Events Depending on the Environement (ERP or Business Acc.) data and is available within R/3 SAP systems depending on the version and release level.

The TACE_ENVIR_EVENT table consists of various fields, each holding specific information or linking keys about Events Depending on the Environement (ERP or Business Acc.) data available in SAP. These include ENVIRONMENT (Environment in Which Accrual Engine is Used: ERP or BusAcc.), EVENT (Accrual Engine: Environment-Specific Events), FUNCTION (Name of function module).. 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP TACE_ENVIR_EVENT 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
ENVIRONMENTEnvironment in Which Accrual Engine is Used: ERP or BusAcc. ACE_ENVIRONMENTCHAR3ACE_ENVIRONMENT
EVENTAccrual Engine: Environment-Specific Events ACE_ENVIRONMENT_EVENTSCHAR10ACE_ENVIRONMENT_EVENTS
FUNCTIONName of function module FUNITCHAR30CHAR30

Key field Non-key field



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

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

SELECT SINGLE *
FROM TACE_ENVIR_EVENT
INTO CORRESPONDING FIELDS OF WA_TACE_ENVIR_EVENT
WHERE...

How to access SAP table TACE_ENVIR_EVENT

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