MOIGSF10_10 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 MOIGSF10_10 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 MOIGSF10_10
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
EHS002_BADI_EHS_DG_001_GET_OBJ CALL FUNCTION 'EHS002_BADI_EHS_DG_001_GET_OBJ' IMPORTING e_badi_object = l_badi_instance.
OIG_SHIPMENT_HAZMAT_CHECK CALL FUNCTION 'OIG_SHIPMENT_HAZMAT_CHECK' EXPORTING i_dg_chk_start = lv_dg_chk_start i_toigs = toigs i_display_mode = lv_display_mode it_shnumber_range = lt_td_range it_oigsh = lt_oigs it_oigsi = g_oigsi_tab[] it_oigsih_j = g_oigsih_j_tab[] it_oigsih_w = g_oigsih_w_tab[] it_oigsii_j = g_oigsii_j_tab[] it_oigsii_w = g_oigsii_w_tab[] it_oigsv = g_oigsv_tab[] it_oigsvc = g_oigsvc_tab[] it_oigsvcc = g_oigsvcc_tab[] it_oigss = g_oigss_tab[] it_oigfiiq = g_oigfiiq_tab[] it_oigfiiqs = g_oigfiiqs_tab[] it_oigsviis = g_oigsviis_tab[] it_oigsvmq = g_oigsvmq_tab[] IMPORTING e_hazmat_checks_failed = lv_hazmat_checks_failed et_balmi = lt_balmi et_oigsh = lt_oigs et_oigsi = g_oigsi_tab[] et_oigss = g_oigss_tab[] EXCEPTIONS do_not_save = 1 OTHERS = 2.
BAL_LOG_CREATE CALL FUNCTION 'BAL_LOG_CREATE' EXPORTING i_s_log = g_s_log IMPORTING e_log_handle = l_log_handle EXCEPTIONS OTHERS = 1.
BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_s_msg = l_s_msg i_log_handle = l_log_handle EXCEPTIONS log_not_found = 0 OTHERS = 1.
BAL_DSP_PROFILE_POPUP_GET CALL FUNCTION 'BAL_DSP_PROFILE_POPUP_GET' IMPORTING e_s_display_profile = l_s_display_profile EXCEPTIONS OTHERS = 1.
BAL_DSP_LOG_DISPLAY CALL FUNCTION 'BAL_DSP_LOG_DISPLAY' EXPORTING i_s_display_profile = l_s_display_profile i_t_log_handle = lt_bal_t_logh EXCEPTIONS OTHERS = 1.
BAL_LOG_MSG_DELETE_ALL CALL FUNCTION 'BAL_LOG_MSG_DELETE_ALL' EXPORTING i_log_handle = l_log_handle EXCEPTIONS OTHERS = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.