TNCEM_SUBSCRIPT SAP (Listener Subscription Data for Event Manager) Table details

Dictionary Type: Table
Description: Listener Subscription Data for Event Manager




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




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

TNCEM_SUBSCRIPT is a standard SAP Table which is used to store Listener Subscription Data for Event Manager data and is available within R/3 SAP systems depending on the version and release level.

The TNCEM_SUBSCRIPT table consists of various fields, each holding specific information or linking keys about Listener Subscription Data for 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), APPL_OBJ_TYPE (Object type), EVENT_TYPE (IS-H: Event Type for Object in ISH-CM Event Framework).. 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_SUBSCRIPT 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
APPL_OBJ_TYPEObject type OBJ_TYPCHAR32SWC_EDITEL
EVENT_TYPEIS-H: Event Type for Object in ISH-CM Event Framework ISH_CM_EVENT_TYPECHAR32SWC_EDITEL

Key field Non-key field



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

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

SELECT SINGLE *
FROM TNCEM_SUBSCRIPT
INTO CORRESPONDING FIELDS OF WA_TNCEM_SUBSCRIPT
WHERE...

How to access SAP table TNCEM_SUBSCRIPT

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