MOIRBI10 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 MOIRBI10 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: Include MOIRBI10 (PAI screen specific data)
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
OII_METER_ASSIGNMENTS_BL_ACCGR CALL FUNCTION 'OII_METER_ASSIGNMENTS_BL_ACCGR' EXPORTING i_oirbpblb = roiigpbl.
OII_MTR_FCODE_TRANSFER CALL FUNCTION 'OII_MTR_FCODE_TRANSFER' CHANGING i_fcode = fcode.
OII_MTR_DATALOSS_TRANSFER CALL FUNCTION 'OII_MTR_DATALOSS_TRANSFER' IMPORTING e_meter_assigned = g_meter_assigned CHANGING e_dataloss = r185d-dataloss.
DDUT_DOMVALUE_TEXT_GET CALL FUNCTION 'DDUT_DOMVALUE_TEXT_GET' EXPORTING name = c_dom_mrestr value = l_domvalue_l langu = sy-langu texts_only = 'X' IMPORTING dd07v_wa = g_dom_mrestrt_tab EXCEPTIONS not_found = 1 illegal_input = 2 OTHERS = 3.
OIRB_PROCPROFILE_DISPLAY CALL FUNCTION 'OIRB_PROCPROFILE_DISPLAY' EXPORTING f_pr = roirb0250-f_pr.
OIRB_MATHANDGRP_DISPLAY CALL FUNCTION 'OIRB_MATHANDGRP_DISPLAY' EXPORTING i_mathandgrp = roirb0250-mathandgrp i_rnbt = g_ds_rnbt i_oifxcon = oifxcon.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.