DMC_RUN_INFO_ALV_GRID SAP (MWB: Display Fields for Runtime Information for ALV Grid) Structure details

Dictionary Type: Structure
Description: MWB: Display Fields for Runtime Information for ALV Grid




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




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

DMC_RUN_INFO_ALV_GRID 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: Display Fields for Runtime Information for ALV Grid" 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_ALV_GRID TYPE DMC_RUN_INFO_ALV_GRID.

The DMC_RUN_INFO_ALV_GRID table consists of various fields, each holding specific information or linking keys about MWB: Display Fields for Runtime Information for ALV Grid data available in SAP. These include CONVOBJ_IDENT (Migration Object IDs), PREC_ID (DMC: Key), COLL_ACP_ID (DMC: Key), ACPLAN_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: Can be enhanced (character-type or numeric)


SAP DMC_RUN_INFO_ALV_GRID 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
DISP_SUM_RECS_CALCMWB: Display Field for Total of Calculated Records DMC_DISP_SUM_RECS_CALCDEC30
DISP_SUM_RECS_READMWB: Display Field for Number of Records Read DMC_DISP_SUM_RECS_READDEC30
DISP_SUM_BYTES_CALC_GBDisplay Field for Total of Calculated GBytes DMC_DISP_SUM_GBYTESDEC30(6)
DISP_SUM_BYTES_CALC_MBMWB: Display Field for Total of Calculated MBytes DMC_DISP_SUM_MBYTESDEC30(6)
DISP_SUM_BYTES_CALC_KBMWB: Display Field for Total of Calculated kBytes DMC_DISP_SUM_KBYTESDEC30(6)
DISP_SUM_BYTES_CALC_BMWB: Display Field for Total of Calculated Bytes DMC_DISP_SUM_BYTESDEC30
DISP_STARTTIMEMWB: Display Field for Start Time DMC_DISP_STARTTIMECHAR30CHAR30
DISP_ENDTIMEMWB: Display Field for End Time DMC_DISP_ENDTIMECHAR30CHAR30
DISP_RUNTIMEMWB: Display Field for Total Processing Time (in sec) DMC_DISP_RUNTIMEDEC30(4)
DISP_RUNTIME_NETMWB: Display Field for Net Runtime (sec) DMC_DISP_RUNTIME_NETDEC30(4)
DISP_SUM_RT_READMWB: Display Field for Runtime for Reading (sec) DMC_DISP_SUM_READDEC20(4)
DISP_SUM_RT_TCNV_INMWB: Display Field for Runtime of Inbound Techn. Conv. (sec) DMC_DISP_SUM_TCNV_INDEC20(4)
DISP_SUM_RT_SCNVMWB: Display Field for Conversion Runtime (sec) DMC_DISP_SUM_SCNVDEC20(4)
DISP_SUM_RT_TCNV_OUTMWB: Display Field for Runtime of Tech. Conv. Outbound (sec) DMC_DISP_SUM_TCNV_OUTDEC20(4)
DISP_SUM_RT_WRITEMWB: Display Field for Runtime for Writing (sec) DMC_DISP_SUM_WRITEDEC20(4)
DISP_REL_RT_READMWB: Relative Share of Reading in Runtime DMC_DISP_REL_RT_READDEC10(4)
DISP_REL_RT_TCNV_INMWB: Relative Share of TechConvIn in Runtime DMC_DISP_REL_RT_TCNV_INDEC10(4)
DISP_REL_RT_SCNVMWB: Relative Share of Conversion in Runtime DMC_DISP_REL_RT_SCNVDEC10(4)
DISP_REL_RT_TCNV_OUTMWB: Relative Share of TechKonvOut in Runtime DMC_DISP_REL_RT_TCNV_OUTDEC10(4)
DISP_REL_RT_WRITEMWB: Relative Share of Writing in Runtime DMC_DISP_REL_RT_WRITEDEC10(4)
DISP_THROUGHPUTMWB: Calculated Throughput in GB/h DMC_DISP_THROUGHPUTDEC10(4)
DISP_NET_THROUGHPUTMWB: Calculated Net Throughput (w/o wait times) in GB/h DMC_DISP_NET_THROUGHPUTDEC10(4)
DISP_DURATIONMWB: Display of Previous Runtime in 0d0h0m0s DMC_DISP_DURATION_DHHMMSSCHAR15DMC_DISP_DURATION_DHHMMSS
DISP_REM_DURATIONMWB: Display remaining runtime in layout 0d0h0m0s DMC_DISP_REM_DURATION_DHHMMSSCHAR15DMC_DISP_DURATION_DHHMMSS

Key field Non-key field



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

As DMC_RUN_INFO_ALV_GRID 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_ALV_GRID as there is no data to select.

How to access SAP table DMC_RUN_INFO_ALV_GRID

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