MDG_DT_ACTIVATE_MODEL is a standard Executable ABAP Report 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 MDG_DT_ACTIVATE_MODEL 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: Program MDG_DT_ACTIVATE_MODEL
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
BAL_DB_LOAD CALL FUNCTION 'BAL_DB_LOAD' EXPORTING i_t_log_handle = lt_log_handle EXCEPTIONS no_logs_specified = 1 log_not_found = 2 log_already_loaded = 3 OTHERS = 4.
BAL_LOG_MSG_ADD *CALL FUNCTION 'BAL_LOG_MSG_ADD' * EXPORTING * i_log_handle = iv_logh * i_s_msg = l_bal_s_msg.
BAL_DB_SAVE *CALL FUNCTION 'BAL_DB_SAVE' * EXPORTING * i_t_log_handle = lt_log_handle.
BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_log_handle = iv_logh i_s_msg = l_bal_s_msg.
BAL_DB_SAVE CALL FUNCTION 'BAL_DB_SAVE' EXPORTING * I_CLIENT = SY-MANDT * I_IN_UPDATE_TASK = ' ' i_save_all = 'X' i_t_log_handle = lt_log_handle EXCEPTIONS log_not_found = 1 save_not_allowed = 2 numbering_error = 3 OTHERS = 4.
BAL_LOG_MSG_ADD * CALL FUNCTION 'BAL_LOG_MSG_ADD' * EXPORTING * i_log_handle = iv_logh * i_s_msg = l_bal_s_msg.
BAL_DB_SAVE * CALL FUNCTION 'BAL_DB_SAVE' * EXPORTING ** I_CLIENT = SY-MANDT ** I_IN_UPDATE_TASK = ' ' * i_save_all = 'X' * i_t_log_handle = lt_log_handle * EXCEPTIONS * log_not_found = 1 * save_not_allowed = 2 * numbering_error = 3 * OTHERS = 4.
BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_log_handle = iv_logh i_s_msg = l_bal_s_msg.
BAL_DB_SAVE CALL FUNCTION 'BAL_DB_SAVE' EXPORTING * I_CLIENT = SY-MANDT * I_IN_UPDATE_TASK = ' ' i_save_all = 'X' i_t_log_handle = lt_log_handle EXCEPTIONS log_not_found = 1 save_not_allowed = 2 numbering_error = 3 OTHERS = 4.
BAL_LOG_MSG_ADD * CALL FUNCTION 'BAL_LOG_MSG_ADD' * EXPORTING * i_log_handle = iv_logh * i_s_msg = l_bal_s_msg.
BAL_DB_SAVE * CALL FUNCTION 'BAL_DB_SAVE' * EXPORTING ** I_CLIENT = SY-MANDT ** I_IN_UPDATE_TASK = ' ' * i_save_all = 'X' * i_t_log_handle = lt_log_handle * EXCEPTIONS * log_not_found = 1 * save_not_allowed = 2 * numbering_error = 3 * OTHERS = 4.
BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_log_handle = iv_logh i_s_msg = l_bal_s_msg.
BAL_DB_SAVE CALL FUNCTION 'BAL_DB_SAVE' EXPORTING * I_CLIENT = SY-MANDT * I_IN_UPDATE_TASK = ' ' i_save_all = 'X' i_t_log_handle = lt_log_handle EXCEPTIONS log_not_found = 1 save_not_allowed = 2 numbering_error = 3 OTHERS = 4.
BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_log_handle = iv_logh i_s_msg = l_bal_s_msg.
BAL_DB_SAVE CALL FUNCTION 'BAL_DB_SAVE' EXPORTING * I_CLIENT = SY-MANDT * I_IN_UPDATE_TASK = ' ' i_save_all = 'X' i_t_log_handle = lt_log_handle EXCEPTIONS log_not_found = 1 save_not_allowed = 2 numbering_error = 3 OTHERS = 4.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
MDG_DT_ACTIVATE_MODEL - Program MDG_DT_ACTIVATE_MODEL MDG_DT_ACTIVATE_MODEL - Program MDG_DT_ACTIVATE_MODEL MDG_DISPLAY_IMG - Program MDG_DISPLAY_IMG MDG_DISPLAY_IMG - Program MDG_DISPLAY_IMG MDG_DATALOAD_OBJECT_MAIN - Program MDG_DATALOAD_OBJECT_MAIN MDG_DATALOAD_OBJECT_MAIN - Program MDG_DATALOAD_OBJECT_MAIN