SAP Reports / Programs | Cross-Application Components | European Monetary Union: Euro(CA-EUR) SAP CA

DMC_RUN_INFO_DISPLAY SAP ABAP Report - MWB: Display runtime information







DMC_RUN_INFO_DISPLAY is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter DMC_RUN_INFO_DISPLAY into the relevant SAP transactions such as SE38 or SE80


ABAP code to call this SAP report using the submit statement

This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.






SUBMIT DMC_RUN_INFO_DISPLAY. "Basic submit
SUBMIT DMC_RUN_INFO_DISPLAY AND RETURN. "Return to original report after report execution complete
SUBMIT DMC_RUN_INFO_DISPLAY VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: SUBP = D Subproject
Selection Text: P_MT_ID = D Mass Transfer ID
Selection Text: P_MT_ACS = Access Plan Key
Selection Text: PROJ = D Project
Selection Text: PREC = Precalculation Key
Selection Text: COLL_ACP = Collective Access Plan Key
Selection Text: COBJ = D Conversion Object
Selection Text: APPL = D Application
Selection Text: ACPLAN = Access Plan Key
Title: MWB: Display runtime information
Text Symbol: T03 = Display runtime information ...
Text Symbol: T02 = Mass Transfer
Text Symbol: T01 = Migration Object
Text Symbol: SUB = Subproject
Text Symbol: SRJ = Subprojects
Text Symbol: PRO = Project
Text Symbol: LCL = Migration Objects
Text Symbol: 100 = (aggregated)
Text Symbol: 067 = Collect.
Text Symbol: 066 = Collective access plan
Text Symbol: 065 = Collective Access Plan ID
Text Symbol: 064 = No.of AccPl
Text Symbol: 063 = No. of Access Plans
Text Symbol: 062 = Precalc
Text Symbol: 061 = Precalculation
Text Symbol: 060 = Precalculation ID
Text Symbol: 052 = Defective
Text Symbol: T04 = Precalculation
Text Symbol: T05 = Collective access plan
Text Symbol: V01 = for migration object (complete)
Text Symbol: V02 = for migration object and access plan (complete)
Text Symbol: V03 = for migration object (aggregated)
Text Symbol: V04 = for migration object and access plan (aggregated)
Text Symbol: V05 = for mass transfer and access plan (complete)
Text Symbol: V06 = for mass transfer and access plan (aggregated)
Text Symbol: V07 = for migration object and precalculation (complete)
Text Symbol: V08 = for migration object and precalculation (aggregated)
Text Symbol: V09 = for migration object, precalculation and access plan (complete)





Text Symbol: V10 = for migration object, precalculation and access plan (aggregated)
Text Symbol: V11 = for migration object and run ID (complete)
Text Symbol: V12 = for migration object and run ID (aggregated)
Text Symbol: V13 = for migration object and collective access plan (complete)
Text Symbol: V14 = for migration object and collective access plan (aggregated)
Text Symbol: V15 = for migration object, collective access plan and access plan (complete)
Text Symbol: V16 = for migration object, collective access plan and access plan (aggregated)
Text Symbol: 023 = Runtime TechConvIn
Text Symbol: 022 = Read
Text Symbol: 021 = Runtime for Reading
Text Symbol: 020 = End Time
Text Symbol: 019 = Start Time
Text Symbol: 018 = Runtime (in sec)
Text Symbol: 017 = Errors
Text Symbol: 016 = Number of Portions w/ Errors
Text Symbol: 015 = Compl.
Text Symbol: 014 = No. of Finished Portions
Text Symbol: 013 = Editing
Text Symbol: 012 = Number of Portions in Process
Text Symbol: 011 = Total Records Read
Text Symbol: 010 = Total of Bytes (Calc)
Text Symbol: 009 = Total Calc. Records
Text Symbol: 008 = No.of Portions
Text Symbol: 007 = No. of Portions
Text Symbol: 006 = No. MigObj.
Text Symbol: 005 = Number of Migration Objects
Text Symbol: 004 = AcsPlan
Text Symbol: 003 = Access Plan ID
Text Symbol: 002 = Access Plan
Text Symbol: 024 = TechConvIn
Text Symbol: 051 = Compl.
Text Symbol: 050 = In Process
Text Symbol: 045 = Session ID
Text Symbol: 044 = Run ID
Text Symbol: 043 = Records (Read)
Text Symbol: 042 = Bytes (Calculatd)
Text Symbol: 041 = Records (Calc.)
Text Symbol: 040 = No. Portion
Text Symbol: 038 = Number of Records in Problem Table





Text Symbol: 037 = SemWriting
Text Symbol: 036 = Wait Time Semaphore Writing
Text Symbol: 035 = Sem. Conv.
Text Symbol: 034 = Wait Time Semaphore Conversion
Text Symbol: 033 = Sem. Read
Text Symbol: 032 = Wait Time Semaphore Reading
Text Symbol: 031 = Structure Name
Text Symbol: 030 = Write
Text Symbol: 029 = Runtime for Writing
Text Symbol: 028 = TechConvOut
Text Symbol: 027 = Runtime TechConvOut
Text Symbol: 026 = Conversion
Text Symbol: 025 = Runtime for Conversion


INCLUDES used within this REPORT DMC_RUN_INFO_DISPLAY

INCLUDE DMCGUI0ICL1.
INCLUDE DMC_RUN_INFO_DISPLAY_CLS.


TABLES used within REPORT and the associated SELECT statement:

No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING i_structure_name = g_strucname CHANGING ct_fieldcat = gt_fieldcat.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.

The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name DMC_RUN_INFO_DISPLAY or its description.