SAP Reports / Programs

RFVIMARS SAP ABAP Report - Display Rent Reserves in acc. with Swiss Law







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


Transaction Code(s):

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

FOQ7 - Real estate: CH rent adj: Disp.res.


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 RFVIMARS. "Basic submit
SUBMIT RFVIMARS AND RETURN. "Return to original report after report execution complete
SUBMIT RFVIMARS VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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


INCLUDES used within this REPORT RFVIMARS

INCLUDE RFVICNSV.
INCLUDE IFRE_CHECK_RE_CLASSIC.


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:

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.



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