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

RFVIMAFCSTC SAP ABAP Report - RE: Rent Adjustment - Forecast of Rent Payments







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

FOMAFCC - RE:Rent Adj.-Index Contract Forecast
FOJSCS30 - RE:Rent Adj.-Index Contract Forecast


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 RFVIMAFCSTC. "Basic submit
SUBMIT RFVIMAFCSTC AND RETURN. "Return to original report after report execution complete
SUBMIT RFVIMAFCSTC 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_VART = D Contract Type
Selection Text: SO_SKOAR = D Condition Type
Selection Text: SO_RECNC = D Main Contract
Selection Text: SO_RECN = D Contract Number
Selection Text: SO_GSBER = D Business Area
Selection Text: PA_TDATE = D Adjustment To
Selection Text: PA_TCOUN = D Number of Adjustments
Selection Text: PA_RUECK = Always permit retro. adj.
Selection Text: PA_IDENT = D Identification
Selection Text: PA_FDATE = D Adjustment From
Selection Text: PA_DSAVE = D Save immediately
Selection Text: PA_DFAEL = D Due Date
Selection Text: PA_BUKRS = D Company Code
Title: RE: Rent Adjustment - Forecast of Rent Payments
Text Symbol: TL1 = Number of Adjustments
Text Symbol: T21 = Enter number of adjustments
Text Symbol: T20 = Enter end date
Text Symbol: T11 = Adjustment and Forecast of Index-Linked Contracts
Text Symbol: T10 = Rent Adjustment
Text Symbol: M01 = Data is being read ...
Text Symbol: LID = Identification of Adjustment Run and Contract Selection
Text Symbol: IS4 = Both
Text Symbol: IS3 = Only SalesGradings
Text Symbol: IS2 = Only Condition(s)
Text Symbol: IS1 = Adjustment Scope
Text Symbol: IS0 = Adjustment Scope of Sales/Index Contracts
Text Symbol: FR2 = From Date
Text Symbol: FR1 = Earliest Possible
Text Symbol: B04 = Follow-up Postings
Text Symbol: B03 = Adjustment Parameters
Text Symbol: B02 = Adjustment Period End
Text Symbol: B01 = Adjustment Period Start
Text Symbol: TL2 = To Date
Text Symbol: TS1 = Adjustment Parameters
Text Symbol: TS2 = Other Contract Parameters
Text Symbol: TXB = Contract Parameters


INCLUDES used within this REPORT RFVIMAFCSTC

INCLUDE IFVIMCRE.
INCLUDE LFVMAFCTYP. "TYPEN




INCLUDE LFVMAFCCON. "KONSTANTEN
INCLUDE RFVIMAFCSTC_SSRBLK.
INCLUDE RFVIMAFCSTC_SSRSUB.
INCLUDE RFVIMAFCSTC_SSRTAB.
INCLUDE RFVIMAFCSTC_SSRGET.
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:

REMA_RENTAL_FORECAST_INIT call function 'REMA_RENTAL_FORECAST_INIT' exporting iv_xident = pa_ident exceptions adjid_already_used = 1 others = 2.

SAPGUI_PROGRESS_INDICATOR call function 'SAPGUI_PROGRESS_INDICATOR' exporting percentage = 0 text = 'Daten werden gelesen...'(m01)

REMA_RENTAL_FORECAST_CHECK call function 'REMA_RENTAL_FORECAST_CHECK' exporting iv_enqueue = 'X' iv_dtcheck = 'X' changing cv_contract = gr_contract.

REMA_RENTAL_FORECAST_LOAD call function 'REMA_RENTAL_FORECAST_LOAD' exporting it_contract = gt_contract iv_db_load = gr_db_load exceptions others = 1.

REMA_RENTAL_FORECAST_EDIT call function 'REMA_RENTAL_FORECAST_EDIT' exporting iv_command = 'CALC' "Funktion 'ANPASSEN' iv_params = gr_params iv_calc_cf = 'X' "Neue Finanzströme berechnen iv_show_pi = 'X' "Progress Indicator anzeigen exceptions others = 1.

REMA_RENTAL_FORECAST_EDIT call function 'REMA_RENTAL_FORECAST_EDIT' exporting iv_command = gc_ucomm iv_params = gr_params exceptions others = 1.

REMA_RENTAL_FORECAST_SAVE call function 'REMA_RENTAL_FORECAST_SAVE' exporting iv_id_save = 'X' iv_db_save = 'X' iv_dequeue = 'X' exceptions others = 1.

FVZK_LOAD_VZZKOPO_BATCH call function 'FVZK_LOAD_VZZKOPO_BATCH' exporting gsart = con_gsart_amv koko_key = lr_kokokey * READ_TEXT = ' ' * SI_IT_VZZKOPO = tables ivzzkopo = lt_vvzzkopo.



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