RFVIITOR10 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for With this report, you can carry out evaluations for option rates of all Real Estate-relevant objects...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter RFVIITOR10 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
FOOPTRATES - Option Rate Report
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_HEAD = Additional Heading
Selection Text: P_PR = No text
Selection Text: P_SU = No text
Selection Text: P_VARI = Layout
Selection Text: S_ANLN1 = D Asset
Selection Text: S_ANLN2 = D Subnumber
Selection Text: S_BUKRS = D Company Code
Selection Text: S_SBERI = D Correction Items
Selection Text: S_SEMPSL = D Settlement Unit
Selection Text: S_SGENR = D Building
Selection Text: S_SGRNR = D Property
Selection Text: S_SNKSL = D Service Charge Key
Selection Text: S_SWENR = D Business Entity
Selection Text: P_CI03 = No text
Selection Text: P_CI02 = No text
Selection Text: P_CI01 = No text
Selection Text: P_CI = No text
Selection Text: P_BU = No text
Selection Text: P_BE = No text
Title: Overview of Option Rates for Real Estate Objects
Text Symbol: P15 = To
Text Symbol: P14 = Period
Text Symbol: P13 = Business Entity
Text Symbol: P12 = Assets
Text Symbol: P11 = Correction Items
Text Symbol: P10 = Selection By...
Text Symbol: RE1 = Business Entities
Text Symbol: RE2 = Properties
Text Symbol: RE3 = Buildings
Text Symbol: SB1 = Data To Be Selected
Text Symbol: SB2 = Selection: Objects
Text Symbol: SB3 = Selection: Settlement Data
Text Symbol: SB4 = Selection: Correction Items
Text Symbol: H01 = Option Rates: Business Entities
Text Symbol: H02 = Option Rates: Properties
Text Symbol: H03 = Option Rates: Buildings
Text Symbol: H04 = Option Rates: Settlement Units
Text Symbol: H05 = Option Rates: Master Settlement Units
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
REUSE_ALV_VARIANT_EXISTENCE CALL FUNCTION 'REUSE_ALV_VARIANT_EXISTENCE' EXPORTING i_save = 'A' CHANGING cs_variant = gs_variant EXCEPTIONS wrong_input = 1 not_found = 2 program_error = 3 OTHERS = 4.
REUSE_ALV_VARIANT_F4 CALL FUNCTION 'REUSE_ALV_VARIANT_F4' EXPORTING is_variant = gs_variant i_save = 'A' IMPORTING es_variant = gs_variant EXCEPTIONS not_found = 1 program_error = 2 OTHERS = 3.
REUSE_ALV_HIERSEQ_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_HIERSEQ_LIST_DISPLAY' EXPORTING i_callback_program = gd_repid i_callback_user_command = 'DO_ALV_ACTION' it_fieldcat = lt_fieldcat i_save = 'A' is_variant = gs_variant i_tabname_header = gc_head_itab i_tabname_item = gc_item_itab is_keyinfo = ls_keyinfo it_events = lt_events IMPORTING es_exit_caused_by_user = es_exitcode TABLES t_outtab_header = gt_head t_outtab_item = gt_item EXCEPTIONS program_error = 1 OTHERS = 2.
REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = gd_repid i_internal_tabname = gc_head_itab i_structure_name = gc_head_struc i_bypassing_buffer = 'X' "delete later !!! CHANGING ct_fieldcat = ct_fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.
REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = gd_repid i_internal_tabname = gc_item_itab i_structure_name = gc_item_struc i_bypassing_buffer = 'X' "delete later !!! CHANGING ct_fieldcat = ct_fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.
REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = lt_top.
CHANGEDOCUMENTS_TO_OBJECT * CALL FUNCTION 'CHANGEDOCUMENTS_TO_OBJECT' * EXPORTING ** CALLMODUS = ' ' ** CURSOR_FIELD = ' ' * keylength = ** LISTTITLE = ' ' * objectclass = * objectid = ** OBJECTTITLE = ' ' * exceptions * error_in_function = 1 * invalid_field = 2 * no_documents_selected = 3 * no_documents_to_field = 4 * OTHERS = 5.
FI_CHECK_DATE CALL FUNCTION 'FI_CHECK_DATE' EXPORTING i_bukrs =
i_user = sy-uname i_program = gd_repid i_from_date = ld_date_min i_to_date = ld_date_max i_applk = gc_appl IMPORTING e_return = lv_return EXCEPTIONS no_authority_prog = 1 no_authority_date = 2 wrong_parameter = 3 others = 4.
FI_CHECK_DATE CALL FUNCTION 'FI_CHECK_DATE' EXPORTING i_bukrs = ' ' i_user = sy-uname i_program = gd_repid i_applk = gc_appl IMPORTING e_return = lv_return EXCEPTIONS no_authority_prog = 1 no_authority_date = 2 wrong_parameter = 3 others = 4.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFVIITOR10 - Overview of Option Rates for Real Estate Objects RFVIITOR10 - Overview of Option Rates for Real Estate Objects RFVIITLBZX - RE: Maintain Manual Option Rate, Date of Service RFVIITLBZX - RE: Maintain Manual Option Rate, Date of Service RFVIIS_MV_KUENGRUND - Analysis of Notices on Lease-Outs RFVIIS_MV_KUENGRUND - Analysis of Notices on Lease-Outs