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

DMC_PERF_COMPARE SAP ABAP Report - Comparison of two data transfers







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


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_PERF_COMPARE. "Basic submit
SUBMIT DMC_PERF_COMPARE AND RETURN. "Return to original report after report execution complete
SUBMIT DMC_PERF_COMPARE 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_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





Text Symbol: 013 = Change %
Text Symbol: 014 = At least one of the ids should be different
Text Symbol: 015 = Could not open Workbook
Text Symbol: 016 = Could not add new module to Excel
Text Symbol: 017 = Could not activate new module in Excel
Text Symbol: 018 = Couldn“t read temporary VBA code file
Text Symbol: 019 = Couldn't run macro in Excel to format sheet
Text Symbol: 023 = Error in OLE call
Text Symbol: 024 = Error in setting PageSetup
Text Symbol: 025 = Error in setting CenterHeader
Text Symbol: 026 = Error in setting CenterFooter
Text Symbol: 028 = Error in setting LeftHeader
Text Symbol: 029 = CALL METHOD OF excel ''workbooks'' = workbook
Text Symbol: 030 = Error when opening excel.application
Text Symbol: 031 = CALL METHOD OF excel ''modules'' = module


INCLUDES used within this REPORT DMC_PERF_COMPARE

No INCLUDES are used within this REPORT code!


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:

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.



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