SAP Reports / Programs | Financials | Strategic Enterprise Management | Management Cockpit(FIN-SEM-CPM-MC) SAP FIN

UMM_MC_PRES_APPLICATION SAP ABAP INCLUDE - UMMMCPRESAPPLICATION







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


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 UMM_MC_PRES_APPLICATION. "Basic submit
SUBMIT UMM_MC_PRES_APPLICATION AND RETURN. "Return to original report after report execution complete
SUBMIT UMM_MC_PRES_APPLICATION 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 UMM_MC_PRES_APPLICATION

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:

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.



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