DMC_RUN_INFO_STRUC_LIST SAP (MWB: Structure for Runtime Information for List) Structure details

Dictionary Type: Structure
Description: MWB: Structure for Runtime Information for List




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




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

DMC_RUN_INFO_STRUC_LIST is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "MWB: Structure for Runtime Information for List" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_DMC_RUN_INFO_STRUC_LIST TYPE DMC_RUN_INFO_STRUC_LIST.

The DMC_RUN_INFO_STRUC_LIST table consists of various fields, each holding specific information or linking keys about MWB: Structure for Runtime Information for List data available in SAP. These include PREC_ID (DMC: Key), COLL_ACP_ID (DMC: Key), ACPLAN_ID (DMC: Key), RUN_ID (DMC: 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP DMC_RUN_INFO_STRUC_LIST structure 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
CONVOBJ_IDENTMigration Object IDs DMC_CIDENTCHAR20DMC_CTSIDDMC_CONVOBJECT
PREC_IDDMC: Key DMC_IDNUMC5NUMC
COLL_ACP_IDDMC: Key DMC_IDNUMC5NUMC
ACPLAN_IDDMC: Key DMC_IDNUMC5NUMC
RUN_IDDMC: Key DMC_IDNUMC5NUMC
MT_IDENTIFIERDMC: Indicator for Mass Transfer DMC_MT_IDENTIFIERCHAR3CHAR03
CATEGORYMWB: Typing of Runtime Information DMC_RUN_INFO_CATCHAR1DMC_RUN_INFO_CAT
PORTION Number of Data Package0
STRUCTURETree Structure ID DMC_STIDTCHAR20DMC_STIDT
RECS_CALCULATED Calculated Total of Data Records (Access Plan Calculator)0
BYTES_CALCULATED Calculated Total of Bytes (Access Plan Calculator)0
RECS_READ Read Number of Data Records (OLI)0
UC_PROBTAB_RECS Unicode Conversion: Number of Records in Problem Table0
IN_PROCESSBoolean Variable (X=True, -=False, Space=Unknown) BOOLEANCHAR1BOOLEAN
FINISHEDBoolean Variable (X=True, -=False, Space=Unknown) BOOLEANCHAR1BOOLEAN
FAILEDBoolean Variable (X=True, -=False, Space=Unknown) BOOLEANCHAR1BOOLEAN
RUNTIMEMWB: Calculated Runtime DMC_RUNTIMEFLTP16(16)
TIMESTAMP_STARTUTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun) TIMESTAMPLDEC21(7) TZNTSTMPL
TIMESTAMP_ENDUTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun) TIMESTAMPLDEC21(7) TZNTSTMPL
RUNTIME_SEM_READ Waiting Time Before Semaphore Reading0
RUNTIME_READ Runtime of Read Module0
RUNTIME_SEM_CONV Waiting Time Before Semaphore Conversion0
RUNTIME_TCNV_IN Runtime of Technical Conversion OLI->IL0
RUNTIME_SCNV Runtime of Conversion Module0
RUNTIME_TCNV_OUT Runtime of Technical Conversion IL -> OLO0
RUNTIME_SEM_WRIT Waiting Time Before Semaphore Writing0
RUNTIME_WRITE Runtime of Write Module0
FILE_NAMEMWB: Short File Name (May Be Truncated) DMC_FILE_NAME_SHORTCHAR60TEXT60

Key field Non-key field



How do I retrieve data from SAP structure DMC_RUN_INFO_STRUC_LIST using ABAP code?

As DMC_RUN_INFO_STRUC_LIST is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on DMC_RUN_INFO_STRUC_LIST as there is no data to select.

How to access SAP table DMC_RUN_INFO_STRUC_LIST

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