MOIRBFST 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 MOIRBFST 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 MOIRBFST (Forms location status)
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
OIF_PBL_CD_SET_OLD_STA_SSRDATA CALL FUNCTION 'OIF_PBL_CD_SET_OLD_STA_SSRDATA' TABLES t_oirbpblstat = l_oirbpblstat_tab.
OIRB_STATUS_CREATE CALL FUNCTION 'OIRB_STATUS_CREATE' EXPORTING i_last_status = l_0320_tc1_tab i_pblnr = g_pblnr i_rnbt = g_rnbt i_pbltyp = oifspbl-pbltyp i_ds_rnbt = g_ds_rnbt i_ds_trtyp = g_ds_trtyp IMPORTING e_oirbpblstat = l_oirbpblstat e_roirb0320 = l_roirb0320 EXCEPTIONS no_status_created = 1 OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
MOIRBFST - Include MOIRBFST (Forms location status) MOIRBFRE - Include MOIRBFRE (Forms Retail specific data) MOIRBFPR - Include MOIRBFPR (Forms Pricing control) MOIRBFPA - Include MOIRBFPA (Forms payment cards) MOIRBFOR - Include MOIRBFGE (Forms Organisational data BUKRS) MOIRBFMR - Include MOIRBFMR (Forms Meter reading and material assignment)