SAP Reports / Programs | Transportation and Distribution | Industry Solution Oil | Transportation and Distribution(IS-OIL-DS-TD) SAP IS

MOIGSF31_04 SAP ABAP INCLUDE - Load and delivery confirmation D,T,G,L







MOIGSF31_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 MOIGSF31_04 into the relevant SAP transactions such as SE38 or SE80


ABAP code to call this SAP report using the submit statement

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.






SUBMIT MOIGSF31_04. "Basic submit
SUBMIT MOIGSF31_04 AND RETURN. "Return to original report after report execution complete
SUBMIT MOIGSF31_04 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT MOIGSF31_04

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

OIB2_TD_QUANTITY_CALC CALL FUNCTION 'OIB2_TD_QUANTITY_CALC' EXPORTING i_tabix = p_index i_mtitm_old = l_oldmt i_vluom = oigs-vol_uom i_wtuom = oigs-wgt_uom i_vrkme = l_erfme i_date = p_date i_windw = p_windw i_mttmp = p_mttmp i_mtteh = p_mtteh i_create_o2 = c_x i_time = p_time i_doc_typ = g_oigsi_tab-doc_typ i_oigsii_j = g_oigsii_j_tab TABLES t_oigsm = g_oigsm_tab t_oigsvmq = g_oigsvmq_tab EXCEPTIONS deactivate = 9.

OIB2_TD_LOAD_AVERAGE CALL FUNCTION 'OIB2_TD_LOAD_AVERAGE' EXPORTING i_tabix = p_index i_mtitm_old = l_oldmt TABLES t_oigsm = g_oigsm_tab t_oigsvmq = g_oigsvmq_tab CHANGING e_rfrsh = p_rfrsh e_aktyp = l_aktyp.

OIB2_TD_LOAD_AVERAGE CALL FUNCTION 'OIB2_TD_LOAD_AVERAGE' EXPORTING i_tabix = p_index i_mtitm_old = l_oldmt TABLES t_oigsm = g_oigsm_tab t_oigsvmq = g_oigsvmq_tab t_hpmtab = g_hpm_tab CHANGING e_rfrsh = p_rfrsh e_aktyp = l_aktyp.

OIB2_TD_QUANTITY_CALC CALL FUNCTION 'OIB2_TD_QUANTITY_CALC' EXPORTING i_tabix = p_index i_mtitm_old = l_oldmt i_vluom = oigs-vol_uom i_wtuom = oigs-wgt_uom i_vrkme = i_date = p_date i_windw = space i_mttmp = space i_mtteh = space i_create_o2 = l_create_o2 i_doc_typ = g_oigsi_tab-doc_typ i_oigsii_j = g_oigsii_j_tab TABLES t_oigsm = g_oigsm_tab t_oigsvmq = g_oigsvmq_tab CHANGING e_rfrsh = p_rfrsh.

OIB2_TD_QUANTITY_DISP CALL FUNCTION 'OIB2_TD_QUANTITY_DISP' EXPORTING i_date = p_date i_time = p_time "SO7K000112 TABLES t_oigsm = g_oigsm_tab t_oigsvmq = g_oigsvmq_tab.

OIB2_TD_QUANTITY_GET CALL FUNCTION 'OIB2_TD_QUANTITY_GET' EXPORTING i_msehi = p_msehi i_oigsvmq = p_oigsvmq i_date = p_date i_vluom = p_vluom i_time = p_time "SO7K000112 CHANGING e_adqnt = p_adqnt.

OIB2_TD_LOAD_AVERAGE CALL FUNCTION 'OIB2_TD_LOAD_AVERAGE' EXPORTING i_tabix = p_index i_mtitm_old = l_oldmt TABLES t_oigsm = g_oigsm_tab t_oigsvmq = g_oigsvmq_tab CHANGING e_rfrsh = p_rfrsh.

OIB2_TD_REPL_MAT_ITM CALL FUNCTION 'OIB2_TD_REPL_MAT_ITM' EXPORTING i_tabix = p_index i_mtitm_old = p_mat_itm i_qtitm_old = p_qty_itm TABLES t_oigsm = g_oigsm_tab t_oigsvmq = g_oigsvmq_tab.

EXIT_SAPMOIGS_010 CALL FUNCTION 'EXIT_SAPMOIGS_010' EXPORTING pi_mtr_type = c_meter_vehicle pi_mtrnr = g_oigcmh_tab-tu_metnmbr CHANGING px_trqty = po_trqty EXCEPTIONS others = 1.

EXIT_SAPMOIGS_010 CALL FUNCTION 'EXIT_SAPMOIGS_010' EXPORTING pi_mtr_type = c_meter_rack pi_mtrnr = g_oigrmh_tab-rack_meter CHANGING px_trqty = po_trqty EXCEPTIONS others = 1.

EXIT_SAPMOIGS_010 CALL FUNCTION 'EXIT_SAPMOIGS_010' EXPORTING pi_mtr_type = pi_mtr_type pi_mtrnr = pi_mtrnr CHANGING px_trqty = p_trqty EXCEPTIONS others = 1.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name MOIGSF31_04 or its description.