MOIFAFSC 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 MOIFAFSC 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 MRN site control FORMs (link to BDRP)
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
OII_SCP_DIALOG_BL CALL FUNCTION 'OII_SCP_DIALOG_BL' EXPORTING I_OIFSPBL = L_OIIP_ROIISPBL I_RNBT = L_RNBT I_TRTYP = T180-TRTYP I_TABSTRIP = C_FLAG_ON I_SH_POSITION = L_SCP_SH_POSITION I_LT_POSITION = L_SCP_LT_POSITION I_OTWS_POSITION = L_SCP_OTWS_POSITION I_CONLOC_POSITION = L_SCP_CONLOC_POSITION I_TRTYP_SH = L_SCP_TRTYP_SH I_TRTYP_LT = L_SCP_TRTYP_LT I_TRTYP_OTWS = L_SCP_TRTYP_OTWS I_TRTYP_CONLOC = L_SCP_TRTYP_CONLOC I_DUMMY_PGNAM = C_HDS1PROG I_DUMMY_DYNNR = C_DUMMY_SCREEN IMPORTING E_FCODE = FCODE E_EXITCOMMAND = L_OIIP_EXITCOMMAND TABLES T_ROIIXCUAEX = G_CUA_EXCLUDE_TAB CHANGING E_DATALOSS = R185D-DATALOSS EXCEPTIONS DATA_ACCESS_ERROR_BL = 01 OTHERS = 02.
OII_SCP_TPI_DIALOG_BL CALL FUNCTION 'OII_SCP_TPI_DIALOG_BL' EXPORTING I_OIFSPBL = L_OIIQ_ROIISPBL I_RNBT = ' ' "seems to be of no use * just for syntacticall correctness I_TRTYP = T180-TRTYP I_TABSTRIP = C_FLAG_ON IMPORTING E_FCODE = FCODE E_EXITCOMMAND = L_OIIQ_EXITCOMMAND TABLES T_ROIIXCUAEX = G_CUA_EXCLUDE_TAB CHANGING E_DATALOSS = R185D-DATALOSS EXCEPTIONS DATA_ACCESS_ERROR_BL = 01 OTHERS = 02.
OII_SCP_UPDATE_BL CALL FUNCTION 'OII_SCP_UPDATE_BL' EXCEPTIONS OTHERS = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
MOIFAFSC - INCLUDE MRN site control FORMs (link to BDRP) MOIFAFPF - INCLUDE MRN partner role FORM routines MOIFAFOL - INCLUDE MRN object links and navigation FORMs MOIFAFGIS - Include MOIFAFGIS MOIFAFCT - Include MOIFAFCT (Forms for change location type) MOIFAFCL - INCLUDE MOIFAFCL Forms for close location function