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

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







MOIGSF31_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 MOIGSF31_03 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_03. "Basic submit
SUBMIT MOIGSF31_03 AND RETURN. "Return to original report after report execution complete
SUBMIT MOIGSF31_03 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_03

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:

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING defaultoption = 'N' textline1 = TEXT-014 textline2 = TEXT-015 titel = sy-title IMPORTING answer = l_answer.

OIGS_T_DELIVERY_ITEM CALL FUNCTION 'OIGS_T_DELIVERY_ITEM' EXPORTING i_giind = space i_oigsii_j = g_oigsii_j_tab "vl2st 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.

OIGS_T_DELIVERY_INIT CALL FUNCTION 'OIGS_T_DELIVERY_INIT' EXPORTING i_tcode = p_tcode i_vbeln = g_oigsih_j_tab-vbeln i_keep_o2 = c_change i_oigsi = oigsi EXCEPTIONS error_message = 99.

MEX_CHECK_WERKS * CALL FUNCTION 'MEX_CHECK_WERKS' * EXPORTING * im_werks = pi_oigsii_w-UMWRK * im_bupru = c_x * IMPORTING * ex_t001 = l_t001.

OIH_GET_TDP_OIH72 * CALL FUNCTION 'OIH_GET_TDP_OIH72' * EXPORTING * i_bukrs = l_rec_bukrs * i_tdstyp = G_OIGS-SHTYPE * i_tplst = G_OIGS-TPLST * IMPORTING ** E_NOT_FOUND = l_not_found.

DIALOG_GET_STATUS CALL FUNCTION 'DIALOG_GET_STATUS' "nv 1232702 IMPORTING dialog_status = lv_dialog.

OIH_TD_ED_PREPROCESS_BADI CALL FUNCTION 'OIH_TD_ED_PREPROCESS_BADI' * IMPORTING * EV_ENH_INACTIV = g_enh_inactiv 1698982 CHANGING XS_OIGS = g_oigs XS_OIGSI = ROIGSI XS_RESB = g_oigsii_w_tab XS_LIPS = G_OIGSII_J_TAB XS_IMSEG = g_imseg_tab.

OIH_ED_DEFAULT_SALES_LOAD " CALL FUNCTION 'OIH_ED_DEFAULT_SALES_LOAD' " EXPORTING " i_oigs = g_oigs " i_oigsii_j_tab = G_OIGSII_J_TAB " I_ROIGSVMQ = roigsvmq " I_OIGSI_DOC_NUMBER = g_oigsi_tab-DOC_NUMBER " i_type = c_ht " IMPORTING " E_RETURN_TAB = g_return_tab " CHANGING " X_IMSEG_TAB = g_imseg_tab .

OIH_TD_GET_HT_RESERVATION " CALL FUNCTION 'OIH_TD_GET_HT_RESERVATION' " EXPORTING " i_oigsii_w_tab = g_oigsii_w_tab " i_oigs = g_oigs " i_oigsi = ROIGSI " IMPORTING " E_RETURN_TAB = g_return_tab " changing " x_imseg_tab = g_imseg_tab .

T001_SINGLE_READ CALL FUNCTION 'T001_SINGLE_READ' EXPORTING bukrs = t001k-bukrs IMPORTING wt001 = t001 EXCEPTIONS not_found = 1.

OIH_TD_ED_PREPROCESS_BADI CALL FUNCTION 'OIH_TD_ED_PREPROCESS_BADI' CHANGING XS_OIGS = g_oigs XS_OIGSI = ROIGSI XS_IMSEG = g_imseg_tab.



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_03 or its description.