MOIGSF10_03 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_03 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: SCHEDULING S
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
WY_LFA1_SINGLE_READ call function 'WY_LFA1_SINGLE_READ' exporting pi_lifnr = px_carrier importing po_lfa1 = lfa1 exceptions no_records_found = 1 others = 2.
QC04_DOMAIN_TEXT_GET call function 'QC04_DOMAIN_TEXT_GET' exporting i_domain_name = 'OIG_VEHSTA' i_language = sy-langu i_domvalue_l = l_domvalue importing e_ddtext = g_oigsv_tab-stat_text exceptions no_data_found = 01.
POPUP_TO_CONFIRM_STEP call function 'POPUP_TO_CONFIRM_STEP' exporting defaultoption = 'Y' textline1 = text-s02 textline2 = l_text titel = text-s01 importing answer = l_answer.
OIK_TAS_DATA_DEL_SET call function 'OIK_TAS_DATA_DEL_SET' "SOFK002458, SK exporting "SOFK002458, SK i_itemno = l_itemno "SOFK002458, SK exceptions "SOFK002458, SK others = 1. "SOFK002458, SK
POPUP_TO_CONFIRM_STEP call function 'POPUP_TO_CONFIRM_STEP' exporting defaultoption = 'Y' textline1 = text-s05 textline2 = l_text titel = text-s04 importing answer = l_answer.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.