DMC_RUN SAP (DMC: Conversion Information) Table details

Dictionary Type: Table
Description: DMC: Conversion Information




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




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

DMC_RUN is a standard SAP Table which is used to store DMC: Conversion Information data and is available within R/3 SAP systems depending on the version and release level.

The DMC_RUN table consists of various fields, each holding specific information or linking keys about DMC: Conversion Information data available in SAP. These include GUID_COBJ (DMC: Globally Unique Key (22 Characters)), TIMESTAMP (UTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun)), AL_USED (Boolean Variable (X=True, -=False, Space=Unknown)), AL_LOGHNDL (Application Log: Log Handle).. 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: Not classified


SAP DMC_RUN 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
GUIDDMC: Globally Unique Key (22 Characters) DMC_GUIDCHAR22SYSUUID_22
GUID_COBJDMC: Globally Unique Key (22 Characters) DMC_GUIDCHAR22SYSUUID_22
TIMESTAMPUTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun) TIMESTAMPLDEC21(7) TZNTSTMPL
AL_USEDBoolean Variable (X=True, -=False, Space=Unknown) BOOLEANCHAR1BOOLEAN
AL_LOGHNDLApplication Log: Log Handle BALLOGHNDLCHAR22SYSUUID_22
AL_EXTNUMApplication Log: External ID BALNREXTCHAR100BALNREXTBALEXT
ILINK_USEDBoolean Variable (X=True, -=False, Space=Unknown) BOOLEANCHAR1BOOLEAN
RUN_NUM Unique Number of the Conversion0
IS_RSTRTBLBoolean Variable (X=True, -=False, Space=Unknown) BOOLEANCHAR1BOOLEAN
RSTRT_FLAGBoolean Variable (X=True, -=False, Space=Unknown) BOOLEANCHAR1BOOLEAN
LDU_NUM Unique Number of the Last Data Unit(= Call IL)0

Key field Non-key field



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

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

SELECT SINGLE *
FROM DMC_RUN
INTO CORRESPONDING FIELDS OF WA_DMC_RUN
WHERE...

How to access SAP table DMC_RUN

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