DMC_MT_TRACK_PROGRESS 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_MT_TRACK_PROGRESS into the relevant SAP transactions such as SE38 or SE80
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.
Selection Text: P_MT_PR = D Mass Transfer ID
Selection Text: P_MT_ID = D Mass Transfer ID
Selection Text: P_ACP_PR = Access Plan ID
Selection Text: P_ACP_ID = Access Plan ID
Title: MWB: Mass Transfer Performance Tracking
Text Symbol: 210 = Failed
Text Symbol: 211 = Expected End Time
Text Symbol: 212 = ExpectdEnd
Text Symbol: 250 = No forecast possible
Text Symbol: 300 = Date of Snapshot
Text Symbol: 301 = Time Interval (sec)
Text Symbol: 302 = No. of Records
Text Symbol: 303 = Throughput (rec/sec)
Text Symbol: 304 = Time of Snapshot
Text Symbol: 400 = Tracking Job scheduled successfully
Text Symbol: 401 = Error during scheduling
Text Symbol: 402 = Tracking Job stopped successfully
Text Symbol: 403 = Error during stopping
Text Symbol: P01 = Stop Background Job For Tracking
Text Symbol: P02 = Do you want to stop Performance Tracking for this Mass Transfer
Text Symbol: T01 = Mass Transfer Run Details
Text Symbol: T02 = Previous Mass Transfer Run
Text Symbol: 100 = Status at (Date/Time)
Text Symbol: 101 = Number of Migration Objects
Text Symbol: 102 = Objects w/o Portions
Text Symbol: 103 = Objects finished
Text Symbol: 104 = Objects in Error
Text Symbol: 105 = Objects in Process
Text Symbol: 106 = Objects still to be processed
Text Symbol: 107 = Rows to be processed (total)
Text Symbol: 108 = Rows already processed
Text Symbol: 109 = Percentage processed rows
Text Symbol: 110 = Start Time of Transfer
Text Symbol: 111 = Forecast End Time based on processed records
Text Symbol: 112 = Forecast of End Time not possible
Text Symbol: 201 = Access Plan
Text Symbol: 202 = AcsPlan
Text Symbol: 203 = Portions (total)
INCLUDE DMC_MT_TRACK_PROGRESS_D01.
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
DMC_MT_TRACK_PROGRESS - MWB: Mass Transfer Performance Tracking DMC_MT_TRACK_PROGRESS - MWB: Mass Transfer Performance Tracking DMC_MT_TABLES_TARGET_LOAD - MWB: Load diffing table mappings in DMC_MT_TABLES DMC_MT_TABLES_TARGET_LOAD - MWB: Load diffing table mappings in DMC_MT_TABLES DMC_MT_TABLES_SET_SEQNUM - MWB: Create loading sequence for mass processing DMC_MT_TABLES_SET_SEQNUM - MWB: Create loading sequence for mass processing