NCEM_REG_EVENT SAP (Saves Events in Relation to Event Handler) Table details

Dictionary Type: Table
Description: Saves Events in Relation to Event Handler




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




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

NCEM_REG_EVENT is a standard SAP Table which is used to store Saves Events in Relation to Event Handler data and is available within R/3 SAP systems depending on the version and release level.

The NCEM_REG_EVENT table consists of various fields, each holding specific information or linking keys about Saves Events in Relation to Event Handler data available in SAP. These include TA_ID (Is-H: Transaction ID (Relates to Structure ARFCTID)), REG_EVENT_NR (IS-H: Transaction-Related Sequence Number of Event), APPL_ID (Application ID for ISH-CM Event Framework), EL_ID (IS-H: ID of Event Listener 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP NCEM_REG_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
TA_IDIs-H: Transaction ID (Relates to Structure ARFCTID) ISH_CM_TA_IDCHAR24CHAR24
REG_EVENT_NRIS-H: Transaction-Related Sequence Number of Event ISH_CM_REG_EVENT_NRNUMC8NUMC8
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
TESTIS-H: Boolean Data Type for TRUE (='1') and FALSE (='0') ISH_TRUE_FALSECHAR1ISH_TRUE_FALSE
APPL_OBJ_OBJGUIDGlobally Unique Identifier OS_GUIDRAW16SYSUUID
APPL_OBJ_CLSGUIDGlobally Unique Identifier OS_GUIDRAW16SYSUUID
DATUMSystem Date SYDATUMDATS8SYDATS
UZEITSystem Time SYUZEITTIMS6SYTIME

Key field Non-key field



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

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

SELECT SINGLE *
FROM NCEM_REG_EVENT
INTO CORRESPONDING FIELDS OF WA_NCEM_REG_EVENT
WHERE...

How to access SAP table NCEM_REG_EVENT

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