TNCEM_EL SAP (Listener Attributes Managed by Event Manager) Table details

Dictionary Type: Table
Description: Listener Attributes Managed by Event Manager




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




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

TNCEM_EL is a standard SAP Table which is used to store Listener Attributes Managed by Event Manager data and is available within R/3 SAP systems depending on the version and release level.

The TNCEM_EL table consists of various fields, each holding specific information or linking keys about Listener Attributes Managed by Event Manager data available in SAP. These include APPL_ID (Application ID for ISH-CM Event Framework), EL_ID (IS-H: ID of Event Listener in ISH-CM Event Framework), CLS_NAME (Object Type Name), MODE_TRANSM (IS-H: Listener Transmission Mode (Synchronous/Asynchronous)).. 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 TNCEM_EL 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
APPL_IDApplication ID for ISH-CM Event Framework ISH_CM_APPL_IDCHAR30Assigned to domainPPFDAPPL
EL_IDIS-H: ID of Event Listener in ISH-CM Event Framework ISH_CM_EL_IDCHAR30CHAR30
CLS_NAMEObject Type Name SEOCLSNAMECHAR30SEOCLSNAMECLASS
MODE_TRANSMIS-H: Listener Transmission Mode (Synchronous/Asynchronous) ISH_CM_EL_MODE_TRANSMCHAR1ISH_CM_EL_MODE_TRANSM
MODE_ACTIVEIS-H: Boolean Data Type for TRUE (='1') and FALSE (='0') ISH_TRUE_FALSECHAR1ISH_TRUE_FALSE

Key field Non-key field



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

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

SELECT SINGLE *
FROM TNCEM_EL
INTO CORRESPONDING FIELDS OF WA_TNCEM_EL
WHERE...

How to access SAP table TNCEM_EL

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