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

MOIGSF20_03 SAP ABAP INCLUDE - LOADING CONFIRMATION L,T,G







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


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 MOIGSF20_03. "Basic submit
SUBMIT MOIGSF20_03 AND RETURN. "Return to original report after report execution complete
SUBMIT MOIGSF20_03 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: LOADING CONFIRMATION L,T,G


INCLUDES used within this REPORT MOIGSF20_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:

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.



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