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

MWPERF01 SAP ABAP INCLUDE - Data Selection







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


Text pool values


Title: Data Selection


INCLUDES used within this REPORT MWPERF01

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:

KNA1_SINGLE_READ call function 'KNA1_SINGLE_READ' exporting kna1_kunnr = kna1-kunnr importing wkna1 = kna1 exceptions not_found = 1 others = 2.

T001W_SINGLE_READ call function 'T001W_SINGLE_READ' exporting t001w_werks = it_t001w_all-werks importing wt001w = it_t001w_all exceptions not_found = 1 others = 2.

DOWNLOAD_EDI_STATUS_SELECT call function 'DOWNLOAD_EDI_STATUS_SELECT' exporting pi_datum_von = p_dat_v pi_datum_bis = p_dat_b pi_protokoll = ' ' pi_systp = p_systp pi_docnr = p_docnr tables pe_t_wdls = pe_t_wdls pe_t_wdlsp = g_t_wdlsp exceptions no_idocs = 01 no_edi_status = 02.

SHOW_DOMAIN_VALUES call function 'SHOW_DOMAIN_VALUES' exporting domain = 'GESST' langu = sy-langu value = gesst_value importing dtext = gesst_text * tables * DTEXT_TABLE = exceptions undefined_domain = 1 others = 2.

SHOW_DOMAIN_VALUES call function 'SHOW_DOMAIN_VALUES' exporting domain = 'DLMOD' langu = sy-langu value = dlmod_value importing dtext = dlmod_text * tables * DTEXT_TABLE = exceptions undefined_domain = 1 others = 2.

SHOW_DOMAIN_VALUES call function 'SHOW_DOMAIN_VALUES' exporting domain = 'SYSTP' langu = sy-langu value = systp_value importing dtext = systp_text * tables * DTEXT_TABLE = exceptions undefined_domain = 1 others = 2.

ASSORT_LIST_TYPE_GET call function 'ASSORT_LIST_TYPE_GET' exporting pi_bbtyp = it_wdls-sbtyp pi_langu = sy-langu importing * PE_I_TWBB = pe_i_twbbt = sbtyp_text exceptions no_text = 1 no_type = 2 others = 3.

APPL_LOG_DISPLAY call function 'APPL_LOG_DISPLAY' exporting object = 'W' subobject = i_subobject external_number = i_external_number object_attribute = 2 subobject_attribute = 2 external_number_attribute = 2 date_from = i_wdls-erzdt time_from = i_wdls-erzzt date_to = sy-datum time_to = sy-uzeit title_selection_screen = ' ' title_list_screen = ' ' column_selection = l_column_selection suppress_selection_dialog = 'X' exceptions no_authority = 01.

RS_TREE_PUSH call function 'RS_TREE_PUSH'.

EDI_DOCUMENT_STATUS_DISPLAY call function 'EDI_DOCUMENT_STATUS_DISPLAY' exporting docnum = wdlsp-docnum exceptions no_status_record_found = 01.

RS_TREE_POP call function 'RS_TREE_POP'.



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