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

DMC_MT_TRACK_PROGRESS SAP ABAP Report - MWB: Mass Transfer Performance Tracking







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


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_MT_TRACK_PROGRESS. "Basic submit
SUBMIT DMC_MT_TRACK_PROGRESS AND RETURN. "Return to original report after report execution complete
SUBMIT DMC_MT_TRACK_PROGRESS 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: 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)





Text Symbol: 204 = Portions
Text Symbol: 205 = Portions in Process
Text Symbol: 206 = Running
Text Symbol: 207 = Portions finished
Text Symbol: 208 = Finished
Text Symbol: 209 = Portions w/Error


INCLUDES used within this REPORT DMC_MT_TRACK_PROGRESS

INCLUDE DMC_MT_TRACK_PROGRESS_D01.


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:

No SAP FUNCTION MODULES are executed within this report code!



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_MT_TRACK_PROGRESS or its description.