MOIGSF10_04 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_04 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!
POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING defaultoption = 'Y' textline1 = text-s08 textline2 = l_text titel = text-s07 IMPORTING answer = l_answer.
ENQUEUE_E_OIGS CALL FUNCTION 'ENQUEUE_E_OIGS' EXPORTING SHNUMBER = g_oigsvc_tab-shnum_prv.
OIGS_T_DELIVERY_INIT CALL FUNCTION 'OIGS_T_DELIVERY_INIT' EXPORTING i_tcode = l_tcode i_vbeln = g_oigsi_tab-doc_number i_keep_o2 = c_change i_oigsi = oigsi EXCEPTIONS error_message = 99.
OIB2_TD_COLLECT_DLY_QTY CALL FUNCTION 'OIB2_TD_COLLECT_DLY_QTY' EXPORTING i_lips = g_oigsii_j_tab i_goods_issue = space TABLES t_oigsvmq = g_oigsvmq_tab t_hpmtab = g_hpm_tab CHANGING e_rfrsh = l_change.
OIGS_T_DELIVERY_DEL_FROM_SHPMT CALL FUNCTION 'OIGS_T_DELIVERY_DEL_FROM_SHPMT' EXCEPTIONS ERROR_MESSAGE = 99.
OIGS_T_DELIVERY_POST CALL FUNCTION 'OIGS_T_DELIVERY_POST' EXPORTING i_giind = space i_lddat = g_oigsih_j_tab-lddat i_oildtim = g_oigsih_j_tab-oildtim i_lfdat = g_oigsih_j_tab-lfdat i_lfuhr = g_oigsih_j_tab-lfuhr EXCEPTIONS error_message = 99.
MB_CHANGE_RESERVATION CALL FUNCTION 'MB_CHANGE_RESERVATION' IN UPDATE TASK EXPORTING change_resb = c_x change_rkpf = c_x new_resb = space TABLES dis = dis xresb = xresb xresbn = xresbn xreul = xreul xreuld = xreuld xreuln = xreuln xrkpf = xrkpf zresb = zresb.
OIGS_T_DELIVERY_ITEM CALL FUNCTION 'OIGS_T_DELIVERY_ITEM' EXPORTING I_GIIND = SPACE I_OIGSII_J = G_OIGSII_J_TAB I_action = pi_action EXCEPTIONS ERROR_MESSAGE = 99.
OIG_S_GET_DOCTYP_FROM_NRRANGE CALL FUNCTION 'OIG_S_GET_DOCTYP_FROM_NRRANGE' EXPORTING i_docnumber = roigsi-doc_number IMPORTING o_doctype = roigsi-doc_typ TABLES i_doctype = l_vbtyp_range EXCEPTIONS error_in_nrobject = 1 docnr_not_unique = 2 doctype_not_found = 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.