/SYCLO/MDW01 SAP (Syclo Middleware Session Registry) Table details

Dictionary Type: Table
Description: Syclo Middleware Session Registry




ABAP Code to SELECT data from /SYCLO/MDW01
Related tables to /SYCLO/MDW01
Access table /SYCLO/MDW01




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

/SYCLO/MDW01 is a standard SAP Table which is used to store Syclo Middleware Session Registry data and is available within R/3 SAP systems depending on the version and release level.

The /SYCLO/MDW01 table consists of various fields, each holding specific information or linking keys about Syclo Middleware Session Registry data available in SAP. These include SESSION_GUID (Session GUID), USER_GUID (User GUID), SERVER_GUID (Middleware Server GUID), EFFECTIVE_TS (UTC Time Stamp in Short Form (YYYYMMDDhhmmss)).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP /SYCLO/MDW01 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
SESSION_GUIDSession GUID /SYCLO/CORE_SESSION_GUID_DTECHAR32SYSUUID_C
USER_GUIDUser GUID /SYCLO/CORE_USER_GUID_DTECHAR32SYSUUID_C
SERVER_GUIDMiddleware Server GUID /SYCLO/CORE_SERVER_GUID_DTECHAR32SYSUUID_C
EFFECTIVE_TSUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
FLAG_ACTIVEActive Flag /SYCLO/CORE_ACTIVE_FLAG_DTECHAR1/SYCLO/CORE_ACTIVE_FLAG
FLAG_LOGINActive Flag /SYCLO/CORE_ACTIVE_FLAG_DTECHAR1/SYCLO/CORE_ACTIVE_FLAG
CLOSE_TSSession Close Time /SYCLO/CORE_SESS_CLOSE_TS_DTEDEC15TZNTSTMPS
FLAG_MDW_CALLBoolean Type: 'X' == True '' == False /SYCLO/CORE_BOOLEAN_DTECHAR1/SYCLO/CORE_BOOLEAN
CREATED_BYCreated by /SYCLO/CORE_CREATEDBY_DTECHAR12USNAM
CREATED_TSCreation timestamp /SYCLO/CORE_CREATEDTS_DTEDEC15TZNTSTMPS
CHANGED_BYLast Changed By /SYCLO/CORE_CHANGEDBY_DTECHAR12USNAM
CHANGED_TSChanged time stamp /SYCLO/CORE_CHANGEDTS_DTEDEC15TZNTSTMPS

Key field Non-key field



How do I retrieve data from SAP table /SYCLO/MDW01 using ABAP code

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

SELECT SINGLE *
FROM /SYCLO/MDW01
INTO CORRESPONDING FIELDS OF WA_/SYCLO/MDW01
WHERE...

How to access SAP table /SYCLO/MDW01

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