SAP Reports / Programs | Sales and Distribution | POS Interface(SD-POS) SAP SD

MWPERF02 SAP ABAP INCLUDE - Include MWPERF02







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


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 MWPERF02. "Basic submit
SUBMIT MWPERF02 AND RETURN. "Return to original report after report execution complete
SUBMIT MWPERF02 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Include MWPERF02


INCLUDES used within this REPORT MWPERF02

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:

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.



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