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

MOIGRF10 SAP ABAP INCLUDE - Include Forms







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


Text pool values


Title: Include Forms


INCLUDES used within this REPORT MOIGRF10

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:

CUA_PARAMETER_READ CALL FUNCTION 'CUA_PARAMETER_READ' EXPORTING bild = t185-panel bildgruppe = t185-bldgr programm = t185f-agidv typ = t185f-trtyp IMPORTING cua_para1 = t185v-para1 cua_para2 = t185v-para2 cua_para3 = t185v-para3 cua_para4 = t185v-para4 cua_status = t185v-status cua_titel = t185v-ctitel.

FIELD_SELECTION_MODIFY_ALL CALL FUNCTION 'FIELD_SELECTION_MODIFY_ALL' EXPORTING dynprogruppe = l_dynnr modulpool = l_repid.

ENQUEUE_E_OIGR CALL FUNCTION 'ENQUEUE_E_OIGR' EXPORTING rack_meter = pi_rack_meter.

DEQUEUE_E_OIGR CALL FUNCTION 'DEQUEUE_E_OIGR' EXPORTING rack_meter = pi_rack_meter.

NUMBER_GET_NEXT CALL FUNCTION 'NUMBER_GET_NEXT' EXPORTING nr_range_nr = '01' object = 'OIG_RACMET' IMPORTING number = g_oigrm-rack_meter returncode = g_csubrc.

OIG_UPDATE_RACK_METER CALL FUNCTION 'OIG_UPDATE_RACK_METER' IN UPDATE TASK EXPORTING i_roigrm = g_oigrm i_oigrmt = oigrmt i_oigrmt_updateflag = l_oigrmt_updateflag TABLES roigrmps_tab = g_oigrmps_tab roigrmm_tab = g_oigrmm_tab roigrmh_tab = g_oigrmh_tab.

OIJ_METER_CHK_INIT_RECON call function 'OIJ_METER_CHK_INIT_RECON' exporting i_calling_appl = 'T' i_equnr = g_oigrm-equnr IMPORTING E_CHECK = l_continue EXCEPTIONS PARAMETER_NOT_FOUND = 0 OTHERS = 0 .

OIK_RACKMET_CREATE_CHANGEPTR * CALL FUNCTION 'OIK_RACKMET_CREATE_CHANGEPTR' * EXPORTING * RMNUMBER = G_OIGRM-RACK_METER * I_CHANGE_IND = CHANGE_IND * EXCEPTIONS * CHANGE_POINTERS_NOT_ACTIVE = 1 * OTHERS = 2.

SCROLLING_IN_TABLE CALL FUNCTION 'SCROLLING_IN_TABLE' EXPORTING entry_act = entry_to = sy-tfill last_page_full = ' ' loops = ok_code = fcode overlapping = 'X' IMPORTING entry_new = .

MAKT_SINGLE_READ CALL FUNCTION 'MAKT_SINGLE_READ' EXPORTING matnr = pi_material spras = sy-langu IMPORTING wmakt = makt EXCEPTIONS wrong_call = 1 not_found = 2 OTHERS = 3.

MAKT_SINGLE_READ CALL FUNCTION 'MAKT_SINGLE_READ' EXPORTING matnr = pi_material spras = sy-langu IMPORTING wmakt = makt EXCEPTIONS wrong_call = 1 not_found = 2 OTHERS = 3.

OIG0_USER_SCREENS_ACTIVE CALL FUNCTION 'OIG0_USER_SCREENS_ACTIVE' EXPORTING i_mdata_type = pi_mdata_type TABLES px_cua_exclude_tab = cua_exclude CHANGING o_usr_button1 = usr_button1 o_usr_button2 = usr_button2 o_usr_button3 = usr_button3 o_usr_screen1 = usr_screen1 o_usr_screen2 = usr_screen2 o_usr_screen3 = usr_screen3 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 MOIGRF10 or its description.