MOIGSF20_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 MOIGSF20_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: LOADING CONFIRMATION L,T,G
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
HELP_VALUES_GET_NO_DD_NAME * CALL FUNCTION 'HELP_VALUES_GET_NO_DD_NAME' * EXPORTING SELECTFIELD = 'MAT_ITM' * TITEL = P_TITEL * REDUCED_STATUS_ONLY = 'X' * IMPORTING IND = P_TABIX * TABLES FIELDS = L_STRUC * FULL_TABLE = P_HELP_TAB * EXCEPTIONS OTHERS = 99.
F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING WINDOW_TITLE = P_TITEL value_org = 'S' RETFIELD = p_field TABLES VALUE_TAB = P_HELP_TAB RETURN_TAB = L_STRUC EXCEPTIONS parameter_error = 1 no_values_found = 2 OTHERS = 3 .
DEQUEUE_E_OIGS CALL FUNCTION 'DEQUEUE_E_OIGS' EXPORTING SHNUMBER = G_OIGSVC_TAB-SHNUM_PRV.
MATERIAL_UNIT_CONVERSION CALL FUNCTION 'MATERIAL_UNIT_CONVERSION' EXPORTING INPUT = G_OIGSII_J_TAB-LGMNG KZMEINH = C_X MATNR = ROIGSM-MATNR MEINH = G_OIGSII_J_TAB-MEINS MEINS = ROIGSM-MEINS IMPORTING OUTPUT = ROIGSVMQ-TRQTY.
OIB2_TD_QUANTITY_GET call function 'OIB2_TD_QUANTITY_GET' exporting i_msehi = g_oigsm_tab-meins i_oigsvmq = g_oigsvmq_tab i_date = g_oigsi_tab-dldate i_vluom = g_oigs-vol_uom i_time = g_oigsi_tab-dltime i_set = c_change changing e_adqnt = roigsvmq-trqty exceptions others = 99.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.