MOIGSF20_02 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 MOIGSF20_02 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: LOADING CONFIRMATION L,T,G
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
VB_BATCH_GET_DETAIL CALL FUNCTION 'VB_BATCH_GET_DETAIL' EXPORTING matnr = g_oigsm_tab-matnr charg = g_oigsm_tab-charg werks = g_oigsm_tab-werks EXISTENCE_CHECK = c_x IMPORTING ymcha = mcha classname = l_class EXCEPTIONS others = 1.
OIH_TD_ED_PREPROCESS_BADI CALL FUNCTION 'OIH_TD_ED_PREPROCESS_BADI' CHANGING XS_OIGS = g_oigs XS_OIGSI = ROIGSI XS_RESB = g_oigsii_w_tab XS_LIPS = G_OIGSII_J_TAB XS_OIGSVMQ = g_oigsvmq_tab.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.