UMM_MC_PRES_OBJECTS 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_OBJECTS 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!
LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'UMM_YS_FRAMES_A' CHANGING ct_fieldcat = mt_fieldcat_walls[].
UMM_GET_TIMEVAR_VALUE_LIST CALL FUNCTION 'UMM_GET_TIMEVAR_VALUE_LIST' EXPORTING i_coname = m_coname i_vaname = gc_curper TABLES et_value_tab = et_curper it_runtime_var = mt_runtime_var.
UMM_GET_TIMEVAR_VALUE_LIST CALL FUNCTION 'UMM_GET_TIMEVAR_VALUE_LIST' EXPORTING i_coname = m_coname i_vaname = gc_tarper TABLES et_value_tab = et_tarper it_runtime_var = gt_runtime_var.
UMB_SERVICE_POPUP_PERIOD CALL FUNCTION 'UMB_SERVICE_POPUP_PERIOD' EXPORTING ir_time = gr_time i_check_periodicity = 'X' IMPORTING e_canceled = ld_canceled CHANGING c_per = ld_period.
UMB_SERVICE_POPUP_PERIOD CALL FUNCTION 'UMB_SERVICE_POPUP_PERIOD' EXPORTING ir_time = gr_time i_check_periodicity = 'X' IMPORTING e_canceled = ld_canceled CHANGING c_per = ld_period.
LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'UMM_YS_FRAMES_A' CHANGING ct_fieldcat = mt_fieldcat_views[].
UMM_GET_TIMEVAR_VALUE_LIST CALL FUNCTION 'UMM_GET_TIMEVAR_VALUE_LIST' EXPORTING i_coname = ld_coname i_vaname = gc_curper TABLES et_value_tab = et_curper it_runtime_var = gt_runtime_var.
UMM_GET_TIMEVAR_VALUE_LIST CALL FUNCTION 'UMM_GET_TIMEVAR_VALUE_LIST' EXPORTING i_coname = ld_coname i_vaname = gc_tarper TABLES et_value_tab = et_tarper it_runtime_var = gt_runtime_var.
UMB_SERVICE_POPUP_PERIOD CALL FUNCTION 'UMB_SERVICE_POPUP_PERIOD' EXPORTING ir_time = gr_time i_check_periodicity = 'X' IMPORTING e_canceled = ld_canceled CHANGING c_per = ld_period.
UMB_SERVICE_POPUP_PERIOD CALL FUNCTION 'UMB_SERVICE_POPUP_PERIOD' EXPORTING ir_time = gr_time i_check_periodicity = 'X' IMPORTING e_canceled = ld_canceled CHANGING c_per = ld_period.
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_OBJECTS - UMMMCPRESOBJECTS 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