SAP Reports / Programs | Financials | Financial Supply Chain Management | Analyzer(FIN-FSCM-TRM-AN) SAP FIN

RAFO_FOI_POSTPROCESS SAP ABAP Report - Financial Object Integration: Postprocessing Interface







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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

AFO_FOI_PP - FO Integration: Postprocessing


ABAP code to call this SAP report using the submit statement

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.






SUBMIT RAFO_FOI_POSTPROCESS. "Basic submit
SUBMIT RAFO_FOI_POSTPROCESS AND RETURN. "Return to original report after report execution complete
SUBMIT RAFO_FOI_POSTPROCESS VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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


INCLUDES used within this REPORT RAFO_FOI_POSTPROCESS

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.


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

RM_TCODE_AUTH_CHECK CALL FUNCTION 'RM_TCODE_AUTH_CHECK'.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name RAFO_FOI_POSTPROCESS or its description.