SAP Reports / Programs | Basis Components | ABAP Workbench, Java IDE and Infrastructure | Workbench Tools: Editors, Painters, Modelers(BC-DWB-TOO) SAP BC

MR_CHECK_MIMESF01 SAP ABAP INCLUDE - MRCHECKMIMESF01







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


INCLUDES used within this REPORT MR_CHECK_MIMESF01

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:

SKWF_NMSPC_IO_FIND_BY_ADDRESS CALL FUNCTION 'SKWF_NMSPC_IO_FIND_BY_ADDRESS' EXPORTING url = p_url appl = wbmr_c_skwf_appl_name IMPORTING io = p_io error = g_error.

SKWF_FIND_BY_QUERY CALL FUNCTION 'SKWF_FIND_BY_QUERY' EXPORTING connection_space = l_conn_space IMPORTING error = l_error TABLES queries = l_queries result_objects = l_result_ios properties_result = l_prop_results.

SKWF_IOS_PROPERTIES_GET CALL FUNCTION 'SKWF_IOS_PROPERTIES_GET' TABLES ios = l_ios properties_request = l_properties_request properties_result = l_lproperties.

SKWF_IOS_PROPERTIES_GET CALL FUNCTION 'SKWF_IOS_PROPERTIES_GET' TABLES ios = l_ios properties_request = l_properties_request properties_result = l_lproperties.

SKWF_LOIO_ALL_PHIOS_GET CALL FUNCTION 'SKWF_LOIO_ALL_PHIOS_GET' "context independed EXPORTING loio = p_mime_io IMPORTING error = l_error TABLES phios = lt_phios.

SDOK_PHIOS_FILE_PROPERTIES_GET CALL FUNCTION 'SDOK_PHIOS_FILE_PROPERTIES_GET' TABLES components = lt_components bad_objects = lt_bad_objects.

SKWF_MIMETYPE_DESCRIPTION_GET CALL FUNCTION 'SKWF_MIMETYPE_DESCRIPTION_GET' EXPORTING mimetype = -mimetype language = sy-langu IMPORTING descript = l_descript.

SKWF_NMSPC_IO_ADDRESS_GET CALL FUNCTION 'SKWF_NMSPC_IO_ADDRESS_GET' EXPORTING io = g_io IMPORTING url = i_url * RELATIVE_URL = error = g_error.

WBMR_GET_ALL_MIMES CALL FUNCTION 'WBMR_GET_ALL_MIMES' EXPORTING folder_name = l_url_no_nsp name_space = l_nsp_name CHANGING mimes = l_mimes EXCEPTIONS name_space_not_found = 1 folder_not_found = 2 error_occured = 3 OTHERS = 4.

SKWF_IOS_PROPERTIES_GET CALL FUNCTION 'SKWF_IOS_PROPERTIES_GET' TABLES ios = g_ios properties_result = g_l_properties.



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