RFVIMARS 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 RFVIMARS into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
FOQ7 - Real estate: CH rent adj: Disp.res.
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: Display Rent Reserves in acc. with Swiss Law
Text Symbol: %FP = Base for calculating reserves
Text Symbol: %FS = Program selections
Text Symbol: 010 = Base for calculating reserves
Text Symbol: P01 = Break-even gross yield
Text Symbol: P02 = Typical local rent
Text Symbol: P03 = Mortgage loan rate
Text Symbol: P04 = Standard of living index
Text Symbol: P05 = Maintenance/operating costs index
Text Symbol: P06 = Absolute factors
Text Symbol: P07 = Relative factors
Text Symbol: P10 = Comp.renov./investm.incr.asset val.
Text Symbol: P11 = Default settings per location
INCLUDE RFVICNSV.
INCLUDE IFRE_CHECK_RE_CLASSIC.
No SAP DATABASE tables are accessed within this REPORT code!
STATUS_CHECK CALL FUNCTION 'STATUS_CHECK' EXPORTING BYPASS_BUFFER = 'X' CLIENT = SY-MANDT OBJNR = VIOB01-J_OBJNR STATUS = CON_ISTAT-LOESCHVORMERK EXCEPTIONS OBJECT_NOT_FOUND = 01 STATUS_NOT_ACTIVE = 02 OTHERS = 03.
MV_ADJUST_CH_RESERVE_COMPUTE CALL FUNCTION 'MV_ADJUST_CH_RESERVE_COMPUTE' EXPORTING I_KZ_SHOW = 'X' I_KZ_SHOW_POPUP = ' ' I_RFVIIMPCH = RFVIIMPCH TABLES E_TAB_RESERVE = TAB_RESERVE I_TAB_MVSCHL = TAB_MVSCHL I_TAB_VIMI16 = TAB_VIMI16.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.