/SYCLO/MDW00D SAP (Mobile user client deployment status - last update) Table details

Dictionary Type: Table
Description: Mobile user client deployment status - last update




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




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

/SYCLO/MDW00D is a standard SAP Table which is used to store Mobile user client deployment status - last update data and is available within R/3 SAP systems depending on the version and release level.

The /SYCLO/MDW00D table consists of various fields, each holding specific information or linking keys about Mobile user client deployment status - last update data available in SAP. These include USER_GUID (User GUID), DEPLOY_TYPE (Deployment type), OBJECT_NAME (Deployment object name), OBJECT_KEY (Deployment object key).. 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/MDW00D 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
DEPLOY_TYPEDeployment type /SYCLO/CORE_DEPLOY_TYPE_DTECHAR10/SYCLO/CORE_DEPLOYMENT_TYPE
OBJECT_NAMEDeployment object name /SYCLO/CORE_DEPLOYOBJ_NAME_DTECHAR40
OBJECT_KEYDeployment object key /SYCLO/CORE_DEPLOYOBJ_KEY_DTECHAR100/SYCLO/CORE_DEPLOYMENT_OBJKEY
VERSIONDevTool: version no. /SYCLO/TOOL_VERSION_DTECHAR20
REVISION_NODevTool: Revision no /SYCLO/TOOL_REVISION_DTEINT410
CONFIRMATION_TSUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
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/MDW00D using ABAP code

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

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

How to access SAP table /SYCLO/MDW00D

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