SAP Reports / Programs | Real Estate Management(RE) SAP RE

RIVOPTER SAP ABAP Report - Monthly Determination of Option Rates and Composite Rates







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

FOVA - Determination of option rates


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 RIVOPTER. "Basic submit
SUBMIT RIVOPTER AND RETURN. "Return to original report after report execution complete
SUBMIT RIVOPTER 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: P_ARCHIV = Archive Detail List
Selection Text: P_FIXDT = Calculation key date
Selection Text: P_JTEST = Test Run
Selection Text: P_LIST = Generate detail list
Selection Text: P_SPOOL = Output Detail List in Spool
Selection Text: P_VIAK03 = Calculation for sett. units
Selection Text: P_VIBEBE = Calculation for correct.items
Selection Text: P_VIOB01 = Calcul. for real est. objects
Selection Text: S_AEWENR = Business entity
Selection Text: S_BUKRS = Company codes
Selection Text: S_IOWENR = Business entity
Selection Text: S_SBERI = Correction items
Selection Text: S_SEMPSL = Settlement unit
Selection Text: S_SNKSL = Service charge key
Title: Monthly Determination of Option Rates and Composite Rates
Text Symbol: 068 = No option
Text Symbol: 067 = Correction items
Text Symbol: 066 = Real Estate objects
Text Symbol: 065 = Settlement units
Text Symbol: 064 = App.unit auto.
Text Symbol: 063 = Calc.unit
Text Symbol: 062 = CI
Text Symbol: 061 = BU
Text Symbol: 060 = PR
Text Symbol: 059 = BE
Text Symbol: 058 = SU
Text Symbol: 057 = - Error log -
Text Symbol: 056 = Building
Text Symbol: 055 = Property
Text Symbol: 054 = Bus.entity
Text Symbol: 053 = Correct.items
Text Symbol: 052 = AssetSubNo.
Text Symbol: 069 = Aut. predist
Text Symbol: 070 = Area with sls tax
Text Symbol: 071 = Area w/o sls tax
Text Symbol: 072 = Cub.vol. with sls tx
Text Symbol: 073 = Cub.vol. w/o sls tx
Text Symbol: 074 = Tenant





Text Symbol: 075 = opted
Text Symbol: 076 = Apportionment Unit
Text Symbol: 077 = Total Sum Conditions
Text Symbol: 078 = Output Detail List in Spool
Text Symbol: 079 = Lease-Out
Text Symbol: 080 = RntlStart
Text Symbol: 081 = RU
Text Symbol: 082 = Master Settlement Unit
Text Symbol: 083 = CompRates
Text Symbol: 084 = Archive Detail List
Text Symbol: 085 = Generate Detail List
Text Symbol: 086 = Output options
Text Symbol: 051 = MainAssNo.
Text Symbol: 025 = PrNo
Text Symbol: 024 = BENo.
Text Symbol: 023 = No.RU stor.
Text Symbol: 022 = No.RU taxes
Text Symbol: 021 = Total value
Text Symbol: 020 = Value sub. to VAT
Text Symbol: 019 = Comp.rate
Text Symbol: 018 = Option rte
Text Symbol: 017 = Calc. type
Text Symbol: 016 = Month
Text Symbol: 015 = CorrItms
Text Symbol: 014 = Cubic area auto.
Text Symbol: 013 = Area auto.
Text Symbol: 012 = Building
Text Symbol: 011 = Properties
Text Symbol: 010 = Business entities
Text Symbol: 009 = Correction items:
Text Symbol: 008 = Real estate objects:
Text Symbol: 007 = Settlement units:
Text Symbol: 006 = Calc. for correction items:
Text Symbol: 005 = Calc. for real estate obj.:
Text Symbol: 004 = Calc. for settlement units:
Text Symbol: 003 = from to I/E Sel.opt.
Text Symbol: 002 = Company codes
Text Symbol: 001 = Entered program selections:
Text Symbol: 050 = from to I/E Sel.opt.





Text Symbol: 049 = Correct.items
Text Symbol: 048 = Settlmt Unit
Text Symbol: 047 = Serv. charges key
Text Symbol: 046 = Business entity
Text Symbol: 045 = Key date
Text Symbol: 044 = Other man.
Text Symbol: 043 = Cubic area man.
Text Symbol: 042 = Area man.
Text Symbol: 041 = No calculation
Text Symbol: 040 = Calculation month:
Text Symbol: 039 = =>
Text Symbol: 038 = /
Text Symbol: 037 = Test Run
Text Symbol: 036 = None
Text Symbol: 035 = Company codes not opted:
Text Symbol: 034 = Corr.items
Text Symbol: 033 = Bus.entity
Text Symbol: 032 = Propert.
Text Symbol: 031 = Building
Text Symbol: 030 = Sett.unit
Text Symbol: 029 = CoCd
Text Symbol: 028 = SU
Text Symbol: 027 = SCK
Text Symbol: 026 = BuNo


INCLUDES used within this REPORT RIVOPTER

INCLUDE OPTEDATA . " DEKLARATIONEN DES ANWENDUNGSPROGRAMMS
INCLUDE MF60EJAN . " JA-/NEIN-DEKLARATIONEN
INCLUDE RKASMAWF.
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:

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