MTTE_DT_MAINT_UI_100_F12 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 MTTE_DT_MAINT_UI_100_F12 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: Include MTTE_DT_MAINT_UI_100_F12
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
VIEWCLUSTER_MAINTENANCE_CALL CALL FUNCTION 'VIEWCLUSTER_MAINTENANCE_CALL' EXPORTING viewcluster_name = 'TTEVCL_DT_VAR' maintenance_action = lc_action TABLES dba_sellist = lt_dba_sellist.
TTE_DT_TREE_USAGE CALL FUNCTION 'TTE_DT_TREE_USAGE' EXPORTING i_treeid = g_treeid i_treetype = g_treetype IMPORTING e_flag_is_used = lv_flag_used CHANGING log_handle = lv_log_handle.
BAL_DSP_PROFILE_POPUP_GET CALL FUNCTION 'BAL_DSP_PROFILE_POPUP_GET' IMPORTING e_s_display_profile = ls_display_profile.
BAL_DSP_LOG_DISPLAY CALL FUNCTION 'BAL_DSP_LOG_DISPLAY' EXPORTING i_s_display_profile = ls_display_profile i_t_log_handle = lt_log_handle.
BAL_LOG_MSG_DELETE_ALL CALL FUNCTION 'BAL_LOG_MSG_DELETE_ALL' EXPORTING i_log_handle = lv_log_handle.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
MTTE_DT_MAINT_UI_100_F12 - Include MTTE_DT_MAINT_UI_100_F12 MTTE_DT_MAINT_UI_100_F11 - Include MTTE_DT_MAINT_UI_100_F11 MTTE_DT_MAINT_UI_100_F10 - Include MTTE_DT_MAINT_UI_100_F10 MTTE_DT_MAINT_UI_100_F09 - Include MTTE_DT_MAINT_UI_100_F09 MTTE_DT_MAINT_UI_100_F08 - Include MTTE_DT_MAINT_UI_100_F08 MTTE_DT_MAINT_UI_100_F07 - Include MTTE_DT_MAINT_UI_100_F07