SAP Reports / Programs

RAFWGO_FRP_BM_RATIO SAP ABAP Report - Calculation of Risk-adjusted Measures in Portfolio Analyzer







RAFWGO_FRP_BM_RATIO 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 RAFWGO_FRP_BM_RATIO 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

PAEPBM_RATIO - Ratio Key Figues: Final Results


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 RAFWGO_FRP_BM_RATIO. "Basic submit
SUBMIT RAFWGO_FRP_BM_RATIO AND RETURN. "Return to original report after report execution complete
SUBMIT RAFWGO_FRP_BM_RATIO 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: SO_KYFIG = Benchmark Key Figure
Selection Text: SO_KYDAT = Evaluation Period
Selection Text: SO_BM_L = Single Benchmarks
Selection Text: P_SIM = Test Run
Selection Text: P_RUNID = Worklist
Selection Text: P_MODE4 = Deletion Run
Selection Text: P_MODE2 = Basic Run from Worklist
Selection Text: P_MODE1 = Basic Run
Selection Text: P_FLGWRK = Save as Worklist
Title: Calculation of Risk-adjusted Measures in Portfolio Analyzer
Text Symbol: S07 = Save as Worklist
Text Symbol: S06 = Basic Run from Worklist
Text Symbol: S05 = Worklist
Text Symbol: S04 = Deletion Run
Text Symbol: S01 = Basic Run
Text Symbol: P01 = Test Run
Text Symbol: MOD = Mode
Text Symbol: DLT = Benchmark Run: Deletion Run
Text Symbol: DL1 = Warning: All benchmark key figures selected will be deleted from the database. Do you really want to continue?
Text Symbol: CTR = Analysis Control
Text Symbol: 013 = Deleting final results from the database...
Text Symbol: 010 = Initializing benchmark run and checking selections
Text Symbol: 002 = Cancel
Text Symbol: 001 = Y


INCLUDES used within this REPORT RAFWGO_FRP_BM_RATIO

INCLUDE MAFWBM_CONST.
INCLUDE RAFWGO_FRP_BM_INC01.
INCLUDE RAFWGO_FRP_BM_INC1BM_RATIO.
INCLUDE RAFWGO_FRP_BM_INC02_RATIO.
INCLUDE RAFWGO_FRP_BM_INC04.
INCLUDE RAFWGO_FRP_BM_INC05.
INCLUDE RAFWGO_FRP_BM_INC06.
INCLUDE RAFWGO_FRP_BM_INC07.
INCLUDE RAFWGO_FRP_BM_RATIO_F4_FOR_F01.
INCLUDE RAFWGO_FRP_BM_CALCULATE_ANNF01.
INCLUDE RAFWGO_FRP_BM_CALCULATE_RATF01.


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:

No SAP FUNCTION MODULES are executed within this report code!



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 RAFWGO_FRP_BM_RATIO or its description.