CMX_ISE_REG SAP (Intersession Events: Registration Table) Table details

Dictionary Type: Table
Description: Intersession Events: Registration Table




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




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

CMX_ISE_REG is a standard SAP Table which is used to store Intersession Events: Registration Table data and is available within R/3 SAP systems depending on the version and release level.

The CMX_ISE_REG table consists of various fields, each holding specific information or linking keys about Intersession Events: Registration Table data available in SAP. These include REG_ID (GUID in 'CHAR' format with upper-/lowercase (!)), REG_SERVER (Logical Destination (Specified in Function Call)), REG_SESSIONID (Intersession Events: Session ID), REG_USER (User Name).. 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 (Deep)


SAP CMX_ISE_REG 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
REG_IDGUID in 'CHAR' format with upper-/lowercase (!) GUID_22CHAR22SYSUUID_22
REG_SERVERLogical Destination (Specified in Function Call) RFCDESTCHAR32Assigned to domainRFCDESTRFCF4_RFCDESTYPEALL
REG_SESSIONIDIntersession Events: Session ID CMX_ISE_SESSIONIDCHAR32SYSUUID_C
REG_USERUser Name SYUNAMECHAR12SYCHAR12
REG_DATESystem Date SYDATUMDATS8SYDATS
REG_TIMESystem Time SYUZEITTIMS6SYTIME
REG_ATTRIntersession Events: Attribute String CMX_ISE_ATTRSSTR255
REG_MODE Registration Mode (Online/Offline)0
EVT_CLASSIntersession Events: Event Class CMX_ISE_EVTCLASSCHAR40Assigned to domainPROGRAMM
EVT_NAMEIntersession Events: Event Name CMX_ISE_EVTNAMESSTR255
EVT_KEYIntersession Events: Event Key CMX_ISE_EVTKEYSSTR255
EVT_KEY_GENGeneral Flag FLAGCHAR1FLAG

Key field Non-key field



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

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

SELECT SINGLE *
FROM CMX_ISE_REG
INTO CORRESPONDING FIELDS OF WA_CMX_ISE_REG
WHERE...

How to access SAP table CMX_ISE_REG

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