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

MR_CHECK_MIMES SAP ABAP Report - Analysis Tool for Mime Repository







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


Text pool values


Title: Analysis Tool for Mime Repository
Text Symbol: 032 = Display MR Root Folder in All Clients
Text Symbol: 033 = Sorted according to client
Text Symbol: 034 = Sorted according to GUID
Text Symbol: 035 = With Attributes
Text Symbol: 036 = Has no PHIO
Text Symbol: 037 = Absolute URL
Text Symbol: M03 = MIME Type Not Found
Text Symbol: M07 = Name of Namespace Missing
Text Symbol: M08 = Name of Application Missing
Text Symbol: MA1 = Folder
Text Symbol: MA2 = is empty
Text Symbol: MB1 = Superordinate Folder of MIME Object
Text Symbol: MB2 = was not found
Text Symbol: MC1 = Display All Folders up to Root Folder
Text Symbol: T01 = Sort Sequence
Text Symbol: T03 = Display MIME Object Attributes
Text Symbol: T04 = Display MIME Objects of a Folder
Text Symbol: T05 = Display Path up to Root Folder
Text Symbol: T06 = Search for MIME in Requests
Text Symbol: T07 = Display MIME Type
Text Symbol: T08 = Delete Application Folder
Text Symbol: T09 = Delete SKWF_ROOT Entry
Text Symbol: W02 = MIME Objects of Folder
Text Symbol: 031 = Technical MIME Type
Text Symbol: 001 = In Folder
Text Symbol: 003 = Namespace Name
Text Symbol: 005 = Create Root Folder
Text Symbol: 006 = Rename Parent Reference
Text Symbol: 007 = Current GUId
Text Symbol: 008 = New GUId
Text Symbol: 009 = Namespace GUId
Text Symbol: 010 = Display LOIO Attributes of a MIME Object
Text Symbol: 011 = Or
Text Symbol: 012 = MIME Name
Text Symbol: 013 = MIME GUId
Text Symbol: 014 = BSP Application
Text Symbol: 015 = MIME Folder GUId





Text Symbol: 016 = Enter Alternative
Text Symbol: 017 = Subfolder
Text Symbol: 018 = With All Attributes
Text Symbol: 019 = MIME Folder Name
Text Symbol: 020 = LOIO Attributes
Text Symbol: 021 = Display All MIME Objects of a Folder
Text Symbol: 024 = Display Path up to Root
Text Symbol: 027 = Search for MIME Objects with Same Name
Text Symbol: 028 = Display Object Directory Entry
Text Symbol: 029 = Search for MIME Object in Transport Requests
Text Symbol: 030 = Display Technical MIME Type


INCLUDES used within this REPORT MR_CHECK_MIMES

INCLUDE MR_CHECK_MIMESS01.
INCLUDE MR_CHECK_MIMESF00.
INCLUDE MR_CHECK_MIMESF01.
INCLUDE MR_CHECK_MIMESF02.
INCLUDE MR_CHECK_MIMESF03.


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:

SKWV_KWUI_PROPERTY_DIALOG CALL FUNCTION 'SKWV_KWUI_PROPERTY_DIALOG' EXPORTING x_initial_edit_mode = ' ' TABLES info_objects = g_ios EXCEPTIONS cancelled = 1 OTHERS = 2.

SKWF_IO_PROPERTIES_GET CALL FUNCTION 'SKWF_IO_PROPERTIES_GET' EXPORTING io = g_io IMPORTING error = g_error TABLES properties_result = l_prop_result.

SKWF_FOLDER_IO_PATH_IOS_GET CALL FUNCTION 'SKWF_FOLDER_IO_PATH_IOS_GET' EXPORTING io = g_io x_strict = 'X' IMPORTING error = g_error TABLES folders = g_ios properties_result = g_l_properties.

TR_TADIR_POPUP_ENTRY_E071 CALL FUNCTION 'TR_TADIR_POPUP_ENTRY_E071' EXPORTING wi_e071_pgmid = wbmr_tr_program_id wi_e071_object = wbmr_tr_object_type wi_e071_obj_name = g_e071_obj_name wi_read_only = 'X'.



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