UMM_MC_PRES_APPLICATION 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 UMM_MC_PRES_APPLICATION 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
WB_BITMAP_SHOW CALL FUNCTION 'WB_BITMAP_SHOW' EXPORTING image_name = 'MC ENTRY' parent = mr_img_container stretch_picture = 'X'.
LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'UMM_YS_COCKPITS_P_A' CHANGING ct_fieldcat = mt_fieldcat_lvc[].
UMM_API_REFRESH_COCKPIT_BUFFER * CALL FUNCTION 'UMM_API_REFRESH_COCKPIT_BUFFER' * EXPORTING * i_coname = ls_outtab-coname.
UMM_CO_FRAME_STATUS_DELETE CALL FUNCTION 'UMM_CO_FRAME_STATUS_DELETE' EXPORTING i_coname = ls_outtab-coname * I_FRNAME = .
UMM_API_REFRESH_COCKPIT_BUFFER * CALL FUNCTION 'UMM_API_REFRESH_COCKPIT_BUFFER' * EXPORTING * i_coname = ld_coname.
UMM_CO_FRAME_STATUS_DELETE CALL FUNCTION 'UMM_CO_FRAME_STATUS_DELETE' EXPORTING i_coname = ld_coname * I_FRNAME = .
UMM_COCKPITS_NOSTATUS_BROWSE CALL FUNCTION 'UMM_COCKPITS_NOSTATUS_BROWSE' EXPORTING i_langu = sy-langu i_coname = i_coname TABLES et_frames = lt_frames * ET_CHAR = * ET_KEYFIG = et_runtime_var = gt_runtime_var EXCEPTIONS no_walls_in_cockpit = 1 no_views_in_cockpit = 2 no_frames_in_cockpit = 3 OTHERS = 4 .
UMM_COCKPITS_BROWSE CALL FUNCTION 'UMM_COCKPITS_BROWSE' EXPORTING i_langu = sy-langu TABLES et_cockpits = lt_cockpits et_walls = lt_walls et_views = lt_views * ET_PRESTXT = EXCEPTIONS no_data_in_cockpits = 1 no_data_in_walls = 2 no_data_in_views = 3 OTHERS = 4 .
UMM_COCKPITS_NOSTATUS_BROWSE CALL FUNCTION 'UMM_COCKPITS_NOSTATUS_BROWSE' EXPORTING i_langu = sy-langu i_coname = i_coname TABLES et_frames = lt_frames * ET_CHAR = * ET_KEYFIG = * ET_RUNTIME_VAR = lt_runtime_var EXCEPTIONS no_walls_in_cockpit = 1 no_views_in_cockpit = 2 no_frames_in_cockpit = 3 OTHERS = 4 .
UMM_COCKPIT_PRINT_SELECTION CALL FUNCTION 'UMM_COCKPIT_PRINT_SELECTION' EXPORTING i_choose_cockpit = 'X'.
UMM_COCKPIT_PRINT_SELECTION CALL FUNCTION 'UMM_COCKPIT_PRINT_SELECTION' EXPORTING ir_cockpit = mr_cockpit_view->mr_cockpit.
UMM_COCKPIT_PRINT_SELECTION * CALL FUNCTION 'UMM_COCKPIT_PRINT_SELECTION'.
AUTHORITY_CHECK_TCODE CALL FUNCTION 'AUTHORITY_CHECK_TCODE' EXPORTING tcode = ld_tcode EXCEPTIONS ok = 0 not_ok = 1 OTHERS = 2.
AUTHORITY_CHECK_TCODE CALL FUNCTION 'AUTHORITY_CHECK_TCODE' EXPORTING tcode = ld_tcode EXCEPTIONS ok = 0 not_ok = 1 OTHERS = 2.
AUTHORITY_CHECK_TCODE CALL FUNCTION 'AUTHORITY_CHECK_TCODE' EXPORTING tcode = ld_tcode EXCEPTIONS ok = 0 not_ok = 1 OTHERS = 2.
UMC_APPL_POPUP_REFRESH * CALL FUNCTION 'UMC_APPL_POPUP_REFRESH' * EXPORTING * it_appl_info = lt_appl_info * i_use_refresh_what_you_see = 'X' * IMPORTING ** ET_APPL_INFO = * e_canceled = ld_canceled * es_interval = ls_interval * e_refresh_what_you_see = ld_refresh_what_you_see.
UMM_SHOW_ERROR_MESSAGE CALL FUNCTION 'UMM_SHOW_ERROR_MESSAGE' EXPORTING it_errmsg = lt_errmsg i_cockpit = m_coname ir_time = gr_time it_frames = mr_cockpit_view->mr_cockpit->mt_frames.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
UMM_MC_PRES_APPLICATION - UMMMCPRESAPPLICATION UMM_MC_PRESENTATION_WEB - Execution of Program MC Presentation UMM_MC_PRESENTATION_WEB - Execution of Program MC Presentation UMM_MC_PRESENTATION - Execution of Program MC Presentation UMM_MC_PRESENTATION - Execution of Program MC Presentation UMM_MC_HIERARCHY_TREE - UMMMCHIERARCHYTREE