RAFO_FOI_POSTPROCESS is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Financial Object Integration: Interface to Postprocessing This report provides an interface between the error log for financial object integration and master data maintenance...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter RAFO_FOI_POSTPROCESS into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
AFO_FOI_PP - FO Integration: Postprocessing
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.
Selection Text: SOP_DATE = Created On
Selection Text: SOP_TIME = Created At
Selection Text: SOP_USER = Created By
Selection Text: SP_VARI = Layout
Title: Financial Object Integration: Postprocessing Interface
Text Symbol: 050 = Logs for Financial Object Integration
Text Symbol: 060 = Display
Text Symbol: 120 = AP Status
Text Symbol: 121 = LM Status
Text Symbol: 122 = Fin. Object
Text Symbol: 150 = FO Category
Text Symbol: 151 = FO Cat.(Text)
Text Symbol: 200 = Date
Text Symbol: 300 = Display Log
Text Symbol: 310 = Postprocess
Text Symbol: 320 = Refresh
INCLUDE IAFO_FOI_PPD01.
INCLUDE IAFO_FOI_PPO01.
INCLUDE IAFO_FOI_PPI01.
INCLUDE IAFO_FOI_PP_CLASS_TREE.
INCLUDE IAFO_FOI_PP_CLASS_GRID.
INCLUDE IAFO_FOI_PP_CLASS_TOOLB.
INCLUDE IAFO_FOI_PP_SELECTSCREEN_INIT.
No SAP DATABASE tables are accessed within this REPORT code!
RM_TCODE_AUTH_CHECK CALL FUNCTION 'RM_TCODE_AUTH_CHECK'.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RAFO_FOI_POSTPROCESS - Financial Object Integration: Postprocessing Interface RAFO_FOI_POSTPROCESS - Financial Object Integration: Postprocessing Interface RAFO_FOI_POS3_MIGRATION_MMIG - FO Integration for Lot Pos. in Futures Acct: Migration Report RAFO_FOI_POS3_MIGRATION_MMIG - FO Integration for Lot Pos. in Futures Acct: Migration Report RAFO_FOI_POS3_MIGRATION_AP - FO Integration for Lot Pos. in Fut. Acct (Analysis): Mass Proc. RAFO_FOI_POS3_MIGRATION_AP - FO Integration for Lot Pos. in Fut. Acct (Analysis): Mass Proc.