DMC_RUN_INFO_INCL_ALV_GRID SAP (MWB: Auxiliary Fields for Displaying Runtime Info ALV Grid) Structure details

Dictionary Type: Structure
Description: MWB: Auxiliary Fields for Displaying Runtime Info ALV Grid




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




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

DMC_RUN_INFO_INCL_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: Auxiliary Fields for Displaying Runtime Info 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_INCL_ALV_GRID TYPE DMC_RUN_INFO_INCL_ALV_GRID.

The DMC_RUN_INFO_INCL_ALV_GRID table consists of various fields, each holding specific information or linking keys about MWB: Auxiliary Fields for Displaying Runtime Info ALV Grid data available in SAP. These include DISP_SUM_RECS_READ (MWB: Display Field for Number of Records Read), DISP_SUM_BYTES_CALC_GB (Display Field for Total of Calculated GBytes), DISP_SUM_BYTES_CALC_MB (MWB: Display Field for Total of Calculated MBytes), DISP_SUM_BYTES_CALC_KB (MWB: Display Field for Total of Calculated kBytes).. 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: Cannot Be Enhanced


SAP DMC_RUN_INFO_INCL_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
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_INCL_ALV_GRID using ABAP code?

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

How to access SAP table DMC_RUN_INFO_INCL_ALV_GRID

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