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
Below is a list of transaction codes which are relevant to this SAP report
REITORCALCDAILY - Option Rate Determin.: All Objects
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.
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
INCLUDE IFRE_SEL_SCREEN_OPT_RATE_CALC.
INCLUDE IFRE_CHECK_RE_EA_FIN.
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFREIT_OPT_RATE_DAILY - Calculate Option Rates to Exact Day RFREIT_OPT_RATE_DAILY - Calculate Option Rates to Exact Day RFREIT_OPT_RATE_CALC_TC_MULTI - Option Rates for Correction Objects RFREIT_OPT_RATE_CALC_TC_MULTI - Option Rates for Correction Objects RFREIT_OPT_RATE_CALC_FOR_SCS - Option Rate Determination for Rntl Objcts and Cntrcts in SCS Context RFREIT_OPT_RATE_CALC_FOR_SCS - Option Rate Determination for Rntl Objcts and Cntrcts in SCS Context