MWPERF02 is a standard ABAP INCLUDE 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 MWPERF02 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.
Title: Include MWPERF02
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
HELP_START call function 'HELP_START' exporting help_infos = help_info tables dynpselect = dummy1 dynpvaluetab = dummy2.
RS_TREE_PUSH call function 'RS_TREE_PUSH'.
RS_TREE_POP call function 'RS_TREE_POP'.
RS_TREE_PUSH call function 'RS_TREE_PUSH'.
RS_TREE_POP call function 'RS_TREE_POP'.
WRITE_MESSAGE_NEW call function 'WRITE_MESSAGE_NEW' exporting msgid = it_wplst-msgid msgno = i_wplst-msgnr msgty = it_wplst-fehlertyp msgv1 = it_wplst-parameter1 msgv2 = it_wplst-parameter2 msgv3 = it_wplst-parameter3 msgv4 = it_wplst-parameter4 msgv5 = ' ' importing error = i_error messg = i_message msgln = i_length.
APPL_LOG_DISPLAY call function 'APPL_LOG_DISPLAY' exporting object = 'W' subobject = 'W_DOWNLOAD' object_attribute = 2 date_from = p_dat_v time_from = '000000' date_to = p_dat_b time_to = sy-uzeit title_selection_screen = ' ' title_list_screen = ' ' column_selection = l_column_selection suppress_selection_dialog = ' '.
EDI_DOCUMENT_STATUS_DISPLAY call function 'EDI_DOCUMENT_STATUS_DISPLAY' exporting docnum = wdlsp-docnum exceptions no_status_record_found = 01.
EDI_DOCUMENT_DATA_DISPLAY call function 'EDI_DOCUMENT_DATA_DISPLAY' exporting docnum = wdlsp-docnum exceptions no_data_record_found = 01.
POS_RESTART call function 'POS_RESTART' exporting pi_dldnr = it_wdls-dldnr * PI_CREDAT = pi_generate_list = ' ' importing pe_error_has_occured = error_has_occured tables pet_errors = i_pet_errors exceptions wrong_input = 1 no_filia_found = 2 others = 3.
POS_CUST_COMM_PROFILE_READ call function 'POS_CUST_COMM_PROFILE_READ' exporting i_locnr = it_wdls-empfn importing o_twpfi = i_twpfi exceptions filiale_unbekannt = 1 komm_profil_unbekannt = 2 others = 3.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.