DMC_PERF_COMPARE is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report will compare two data transfers and based on this information it can be judged if the data transfer for a certain conversion object runs with reasonable throughput, or if special measures need to be taken to improve the performance of the transfer...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter DMC_PERF_COMPARE 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_OLD = Mass Transfer ID for old run
Selection Text: P_MT_NEW = Mass Transfer ID for new run
Selection Text: P_IMPROV = Improvement Limit
Selection Text: P_GRID = Output to screen( ALV Grid )
Selection Text: P_EXCEL = Output as Excel File
Selection Text: P_DEGRAD = Degradation Limit
Selection Text: P_COBJNO = No of Objects to be analyzed
Selection Text: P_AC_OLD = Access plan id of old transfer
Selection Text: P_AC_NEW = Access plan id of new transfer
Title: Comparison of two data transfers
Text Symbol: 033 = format1
Text Symbol: 034 = sub format
Text Symbol: 035 = ()
Text Symbol: 036 = format
Text Symbol: 037 = )
Text Symbol: 038 = (
Text Symbol: 039 = System
Text Symbol: 040 = Comparison of transfers
Text Symbol: 041 = Access plan Type
Text Symbol: S00 = Degradation Limit
Text Symbol: S01 = %
Text Symbol: S02 = Improvement Limit
Text Symbol: T00 = Mass transfer Details
Text Symbol: T01 = Output options
Text Symbol: T02 = Percentage Limits
Text Symbol: X01 = Download to Excel file
Text Symbol: 032 = Error in the front-end file
Text Symbol: 001 = Error occured when acessing the file
Text Symbol: 002 = File could not be opened
Text Symbol: 003 = Error occured in writing to the file
Text Symbol: 005 = Conv.obj
Text Symbol: 006 = ID of (Coll.) Acc.pl. or Precalc
Text Symbol: 007 = Table Class
Text Symbol: 008 = Reading Type
Text Symbol: 009 = Data Volume
Text Symbol: 010 = # of Portions
Text Symbol: 011 = Runtime
Text Symbol: 012 = Throughput
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
GUI_DELETE_FILE CALL FUNCTION 'GUI_DELETE_FILE' EXPORTING file_name = gt_makroinfo-file EXCEPTIONS failed = 0.
GUI_DELETE_FILE CALL FUNCTION 'GUI_DELETE_FILE' EXPORTING file_name = gt_makroinfo-file EXCEPTIONS failed = 0.
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_PERF_COMPARE - Comparison of two data transfers DMC_PERF_COMPARE - Comparison of two data transfers DMC_PERF_ANALYSIS - MWB: Analysis of Runtimes and Performance DMC_PERF_ANALYSIS - MWB: Analysis of Runtimes and Performance DMC_OBJECT_COPY_SP - Copy MWB objects in background DMC_OBJECT_COPY_SP - Copy MWB objects in background