GLE_MCA_I_MISC_A01 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 GLE_MCA_I_MISC_A01 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 GLE_MCA_RPLC_POST_CLOSE_LOGF01
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_log_handle = iv_log_handle i_s_msg = is_msg EXCEPTIONS log_not_found = 1 msg_inconsistent = 2 log_is_full = 3 OTHERS = 4.
BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_log_handle = iv_log_handle i_s_msg = ls_bal_s_msg.
GLE_MCA_GENL_CLOSE_LOG CALL FUNCTION 'GLE_MCA_GENL_CLOSE_LOG' EXPORTING i_log_handle = p_log_handle.
BAL_DSP_PROFILE_SINGLE_LOG_GET CALL FUNCTION 'BAL_DSP_PROFILE_SINGLE_LOG_GET' IMPORTING e_s_display_profile = ls_display_profile EXCEPTIONS OTHERS = 1.
BAL_DSP_LOG_DISPLAY CALL FUNCTION 'BAL_DSP_LOG_DISPLAY' EXPORTING i_s_display_profile = ls_display_profile EXCEPTIONS OTHERS = 1.
GLE_MCA_GENL_CLOSE_LOG CALL FUNCTION 'GLE_MCA_GENL_CLOSE_LOG' EXPORTING i_log_handle = p_l_log_handle.
GLE_MCA_GENL_DISPL_RESULTLIST CALL FUNCTION 'GLE_MCA_GENL_DISPL_RESULTLIST' EXPORTING i_data = lt_result iv_runid = lv_runid1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
GLE_MCA_I_MISC_A01 - Include GLE_MCA_RPLC_POST_CLOSE_LOGF01 GLE_MCA_ITEMS_POSTPROCESSING - Execute MCA Data Load (Postprocessing) GLE_MCA_ITEMS_POSTPROCESSING - Execute MCA Data Load (Postprocessing) GLE_MCA_ITEMS_LOAD_TOP - Include GLE_MCA_ITEMS_LOAD_TOP GLE_MCA_ITEMS_LOAD_ALV_DISPLAY - Include GLE_MCA_ITEMS_LOAD_ALV_DISPLAY GLE_MCA_ITEMS_LOAD - Execute MCA Data Load (Inbound Mapping)