MDSM_SYNC_RUNT SAP (Runtime Status of Sync. Process) Table details

Dictionary Type: Table
Description: Runtime Status of Sync. Process




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




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

MDSM_SYNC_RUNT is a standard SAP Table which is used to store Runtime Status of Sync. Process data and is available within R/3 SAP systems depending on the version and release level.

The MDSM_SYNC_RUNT table consists of various fields, each holding specific information or linking keys about Runtime Status of Sync. Process data available in SAP. These include SYNC_LOAD_GUID (Unique ID for Synchronization History), SYNC_OBJECT_ID (Object ID for Mass Synchronization).. 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: Cannot Be Enhanced


SAP MDSM_SYNC_RUNT 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
CLIENTClient MANDTCLNT3Assigned to domainMANDT
SYNC_LOAD_GUIDUnique ID for Synchronization History MDST_SYNC_LOAD_GUIDRAW16SYSUUID
SYNC_OBJECT_IDObject ID for Mass Synchronization MDST_SYNC_OBJECT_IDCHAR100CHAR100

Key field Non-key field



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

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

SELECT SINGLE *
FROM MDSM_SYNC_RUNT
INTO CORRESPONDING FIELDS OF WA_MDSM_SYNC_RUNT
WHERE...

How to access SAP table MDSM_SYNC_RUNT

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