MI_CONFIGURATION_VIA_CCMS 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 MI_CONFIGURATION_VIA_CCMS 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: MI_Configurationinfo_via_CCMS
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
MI_BACKEND_CONFIGURATION_INFO call function 'MI_BACKEND_CONFIGURATION_INFO' exporting dialog_mode = '1' tables mt_tool_info = t_tool_info exceptions invalid_dialog_mode = 1 mt_tool_info_missing = 2 tool_intentionally_aborted = 3 dont_start_tool_again = 4 others = 5.
MI_MIDDLEWARE_CONFIGURATION call function 'MI_MIDDLEWARE_CONFIGURATION' exporting dialog_mode = '1' tables mt_tool_info = t_tool_info exceptions invalid_dialog_mode = 1 mt_tool_info_missing = 2 tool_intentionally_aborted = 3 dont_start_tool_again = 4 others = 5.
MI_CLIENT_CONFIGURATION_INFO call function 'MI_CLIENT_CONFIGURATION_INFO' exporting dialog_mode = '1' tables mt_tool_info = t_tool_info exceptions invalid_dialog_mode = 1 mt_tool_info_missing = 2 tool_intentionally_aborted = 3 dont_start_tool_again = 4 others = 5.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
MI_CONFIGURATION_VIA_CCMS - MI_Configurationinfo_via_CCMS MI_CONFIGURATION_VIA_CCMS - MI_Configurationinfo_via_CCMS MI_CCMS_UNIT_TEST_TOP - MICCMSUNITTESTTOP MI_CCMS_UNIT_TEST_SUITE - Program MI_CCMS_UNIT_TEST_SUITE MI_CCMS_UNIT_TEST_SUITE - Program MI_CCMS_UNIT_TEST_SUITE MI_ALERT_REORG_TOP - Include MI_ALERT_REORG_TOP