MOIRBF30 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 MOIRBF30 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 MOIRBF30 (Forms SCT / data_selection general)
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
FIELD_SELECTION_MODIFY_ALL CALL FUNCTION 'FIELD_SELECTION_MODIFY_ALL' EXPORTING DYNPROGRUPPE = L_DYNNR MODULPOOL = L_REPID.
OIF_FIELD_SETTINGS_GET CALL FUNCTION 'OIF_FIELD_SETTINGS_GET' EXPORTING I_PROGRAM = C_MAINPROG I_DYNNR = L_DYNNR I_PBLTYP = OIFSPBL-PBLTYP I_TR_RNBT = G_RNBT I_DS_RNBT = G_DS_RNBT I_TRTYP = G_DS_TRTYP IMPORTING E_FIELDSELECTION = L_FIELD_SELECTION_TAB EXCEPTIONS LEAD_RNBT_NOT_DEFINED = 1.
OIF_FIELD_SETTINGS_SET CALL FUNCTION 'OIF_FIELD_SETTINGS_SET' EXPORTING I_FIELD_SELECTION = L_FIELD_SELECTION_TAB.
OIF_PBL_CD_SET_OLD_CST_SSRDATA CALL FUNCTION 'OIF_PBL_CD_SET_OLD_CST_SSRDATA' EXPORTING I_OIRBCSTORE = l_oirbcstore.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
MOIRBF30 - Include MOIRBF30 (Forms SCT / data_selection general) MOIRBF20 - Include MOIRBF20 (Forms for general fcode processing) MOIKUTOP - Include MOIKUTOP MOIKUO01 - LID Load data User Interface: BPO-Modules MOIKUI01 - LID Load data User Interface: PAI-Modules MOIKUF01_XCODE_COPL - IS-Oil / TAS / General functions