/SYCLO/MDW00C SAP (Mobile user communication info) Table details

Dictionary Type: Table
Description: Mobile user communication info




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




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

/SYCLO/MDW00C is a standard SAP Table which is used to store Mobile user communication info data and is available within R/3 SAP systems depending on the version and release level.

The /SYCLO/MDW00C table consists of various fields, each holding specific information or linking keys about Mobile user communication info data available in SAP. These include USER_GUID (User GUID), LAST_SESS_GUID (Session GUID), SERVER_GUID (Middleware Server GUID), DEFINITION_ID (DevTool: definition id).. 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/MDW00C 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
USER_GUIDUser GUID /SYCLO/CORE_USER_GUID_DTECHAR32SYSUUID_C
LAST_SESS_GUIDSession GUID /SYCLO/CORE_SESSION_GUID_DTECHAR32SYSUUID_C
SERVER_GUIDMiddleware Server GUID /SYCLO/CORE_SERVER_GUID_DTECHAR32SYSUUID_C
DEFINITION_IDDevTool: definition id /SYCLO/TOOL_DEFINITION_ID_DTECHAR32SYSUUID_C
REVISION_NODevTool: Revision no /SYCLO/TOOL_REVISION_DTEINT410
DEVICE_IDSyclo Device Id /SYCLO/CORE_DEVICE_ID_DTECHAR50/SYCLO/CORE_DEVICE_ID
REG_SERVER_GUIDMiddleware Server GUID /SYCLO/CORE_SERVER_GUID_DTECHAR32SYSUUID_C
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/MDW00C using ABAP code

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

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

How to access SAP table /SYCLO/MDW00C

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