SAP Reports / Programs | Real Estate Management | Flexible Real Estate Management | Input Tax Treatment(RE-FX-IT) SAP RE

RFREIT_OPT_RATE_DAILY SAP ABAP Report - Calculate Option Rates to Exact Day







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

REITORCALCDAILY - Option Rate Determin.: All Objects


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 RFREIT_OPT_RATE_DAILY. "Basic submit
SUBMIT RFREIT_OPT_RATE_DAILY AND RETURN. "Return to original report after report execution complete
SUBMIT RFREIT_OPT_RATE_DAILY 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_ONLYCR = D .
Selection Text: S_TCNO = D .
Selection Text: S_SUNOSU = D .
Selection Text: S_SCKSU = D .
Selection Text: S_NOCN = D .
Selection Text: S_CNTYPE = D .
Selection Text: S_BUKTC = D .
Selection Text: S_BUKSU = D .
Selection Text: S_BUKCN = D .
Selection Text: S_BENOSU = D .
Selection Text: S_BENOCN = D .
Selection Text: P_YEAR = D .
Selection Text: P_SETSU = D .
Selection Text: P_PERIOD = D .
Selection Text: P_ISTC = D .
Selection Text: P_ISSU = D .
Selection Text: P_ISRO = D .
Selection Text: P_ISPR = D .
Selection Text: P_ISCNUS = D .
Selection Text: P_ISCNGN = D .
Selection Text: P_ISBU = D .
Selection Text: P_ISBE = D .
Selection Text: P_ID_PR = D .
Selection Text: P_SETCN = D .
Title: Calculate Option Rates to Exact Day
Text Symbol: STI = Key Date
Text Symbol: STA = Status
Text Symbol: S03 = Display Results
Text Symbol: S02 = Parameters for Option Rate Determination
Text Symbol: S01 = Determine Option Rates for
Text Symbol: OKA = Run is without errors, double click to see log
Text Symbol: OBJ = Correction Objects
Text Symbol: ID0 = ID
Text Symbol: ERR = Run has errors, double click to see log
Text Symbol: 006 = Overview of All Periods with Option to Jump to Individual Results
Text Symbol: 005 = Immediate Result for Last Period
Text Symbol: 002 = Period must not be longer than 10 years
Text Symbol: 001 = From-date must be before to-date





INCLUDES used within this REPORT RFREIT_OPT_RATE_DAILY

INCLUDE IFRE_SEL_SCREEN_OPT_RATE_CALC.
INCLUDE IFRE_CHECK_RE_EA_FIN.


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:

DATE_CREATE CALL FUNCTION 'DATE_CREATE' EXPORTING * ANZAHL_JAHRE = 0 * ANZAHL_KALTAGE = 0 anzahl_monate = ld_diff_month * ANZAHL_TAGE = 0 datum_ein = ld_date * DATUM_EIN_ULT = ' ' ultimo_setzen = 'X' IMPORTING datum_aus = gd_to.

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_bypassing_buffer = 'X' it_fieldcat = gt_fieldcat i_callback_program = sy-repid i_callback_user_command = 'USER_COMMAND' TABLES t_outtab = gt_list.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_failure info = 'Lauf fehlerhaft, Protokoll per Doppelklick'(err) IMPORTING result = ed_icon EXCEPTIONS OTHERS = 0.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_okay info = 'Lauf okay, Protokoll per Doppelklick'(oka) IMPORTING result = ed_icon EXCEPTIONS OTHERS = 0.



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