DMC_FM_RESTART_K SAP (Assignment of IDs to sender objects for restart handling) Table details

Dictionary Type: Table
Description: Assignment of IDs to sender objects for restart handling




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




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

DMC_FM_RESTART_K is a standard SAP Table which is used to store Assignment of IDs to sender objects for restart handling data and is available within R/3 SAP systems depending on the version and release level.

The DMC_FM_RESTART_K table consists of various fields, each holding specific information or linking keys about Assignment of IDs to sender objects for restart handling data available in SAP. These include SENDER_KEY (sender key field value concatenation), SND_KEY_XML (name and value of sender fields (XML notation)), MESSAGE_ID (GUID in 'CHAR' format with upper-/lowercase (!)), SUCCESS (Boolean Variable (X=True, -=False, Space=Unknown)).. 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 DMC_FM_RESTART_K 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
MIGR_OBJ_GUIDMWB: GUID of a Conversion Object DMC_CONVOBJECT_GUIDCHAR22SYSUUID_22
SENDER_KEY sender key field value concatenation0
SND_KEY_XML name and value of sender fields (XML notation)0
MESSAGE_IDGUID in 'CHAR' format with upper-/lowercase (!) GUID_22CHAR22SYSUUID_22
SUCCESSBoolean Variable (X=True, -=False, Space=Unknown) BOOLEANCHAR1BOOLEAN
RECVR_KEY Name and content of the bus.object key fields (rcvr)0

Key field Non-key field



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

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

SELECT SINGLE *
FROM DMC_FM_RESTART_K
INTO CORRESPONDING FIELDS OF WA_DMC_FM_RESTART_K
WHERE...

How to access SAP table DMC_FM_RESTART_K

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