DMC_RUN_INFO_EXT_ALV_GRID SAP (MWB: Display Fields for Enhanced Runtime Info for ALV Grid) Structure details

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




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




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

DMC_RUN_INFO_EXT_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 Enhanced Runtime Info 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_EXT_ALV_GRID TYPE DMC_RUN_INFO_EXT_ALV_GRID.

The DMC_RUN_INFO_EXT_ALV_GRID table consists of various fields, each holding specific information or linking keys about MWB: Display Fields for Enhanced Runtime Info for ALV Grid data available in SAP. These include CONVOBJ_IDENT (Migration Object IDs), STRUCTURE (Tree Structure ID), DDICNAME (Name of an ABAP Dictionary object), PREC_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_EXT_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
STRUCTURETree Structure ID DMC_STIDTCHAR20DMC_STIDT
DDICNAMEName of an ABAP Dictionary object DDNAMECHAR30DDNAME
PREC_IDDMC: Key DMC_IDNUMC5NUMC
COLL_ACP_IDDMC: Key DMC_IDNUMC5NUMC
ACPLAN_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
SUM_CONVOBJ Number of Conversion Objects0
SUM_ACPLAN Number of Access Plans0
SUM_PORTION Number of Portions0
SUM_RECS_CALCMWB: Totals Field (FLOAT) DMC_SUMFLTP16(16)
SUM_BYTES_CALCMWB: Totals Field (FLOAT) DMC_SUMFLTP16(16)
SUM_RECS_READMWB: Totals Field (FLOAT) DMC_SUMFLTP16(16)
SUM_UC_PROBTAB_RECSMWB: Totals Field (FLOAT) DMC_SUMFLTP16(16)
SUM_IN_PROCESS Total Number of Portions in Process0
SUM_FINISHED Total Number of Portions Finished0
SUM_FAILED Total Number of Portions Canceled0
RUNTIMEMWB: Calculated Runtime DMC_RUNTIMEFLTP16(16)
RUNTIME_NETMWB: Calculated Net Runtime (sec) DMC_RUNTIME_NETFLTP16(16)
TIMESTAMP_STARTUTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun) TIMESTAMPLDEC21(7) TZNTSTMPL
TIMESTAMP_ENDUTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun) TIMESTAMPLDEC21(7) TZNTSTMPL
SUM_RT_READMWB: Totals Field (FLOAT) DMC_SUMFLTP16(16)
SUM_RT_TCNV_INMWB: Totals Field (FLOAT) DMC_SUMFLTP16(16)
SUM_RT_SCNVMWB: Totals Field (FLOAT) DMC_SUMFLTP16(16)
SUM_RT_TCNV_OUTMWB: Totals Field (FLOAT) DMC_SUMFLTP16(16)
SUM_RT_WRITEMWB: Totals Field (FLOAT) DMC_SUMFLTP16(16)
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_EXT_ALV_GRID using ABAP code?

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

How to access SAP table DMC_RUN_INFO_EXT_ALV_GRID

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