RAFO_FOI_EXP_MIGRATION_AP is a standard Executable ABAP Report 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 RAFO_FOI_EXP_MIGRATION_AP 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_AP_EXP_MUPD - FO Int.: Exposure Pos - Mass Process
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: CHECK_FO = D .
Selection Text: P_ACT = D .
Selection Text: P_DEACT = D .
Selection Text: SAVE_FO = D .
Selection Text: SO_BUKRS = D .
Selection Text: SO_CTY = D .
Selection Text: SO_EXTY = D .
Selection Text: SO_FCUR = D .
Selection Text: SO_PLDAT = D .
Selection Text: SO_PLPRD = D .
Selection Text: SO_PLYR = D .
Selection Text: SO_POSID = D .
Selection Text: SO_TCUR = D .
Selection Text: SO_TRCT = D .
Text Symbol: 001 = Activate Analysis
Text Symbol: 002 = Deactivate Analysis
Text Symbol: 003 = Check
Text Symbol: 004 = Save
Text Symbol: 010 = General Selections
Text Symbol: 100 = Financial Objects from Worklists
INCLUDE IAFO_MODE_MUPD_CON.
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.