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

RFVIITOR10 SAP ABAP Report - Overview of Option Rates for Real Estate Objects







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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

FOOPTRATES - Option Rate Report


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 RFVIITOR10. "Basic submit
SUBMIT RFVIITOR10 AND RETURN. "Return to original report after report execution complete
SUBMIT RFVIITOR10 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_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





Text Symbol: H06 = Option Rates: Correction Items
Text Symbol: O01 = Hide Objects Without Option Rates
Text Symbol: O02 = Start Report with Different Layout
Text Symbol: P01 = Business Entity
Text Symbol: P02 = Property
Text Symbol: P03 = Building
Text Symbol: P04 = Settlement Unit
Text Symbol: P05 = Correction Items
Text Symbol: SG3 = Correction Items
Text Symbol: SG2 = Settlement Data
Text Symbol: SG1 = Objects
Text Symbol: SD2 = Master SUs
Text Symbol: SD1 = Settlement Units
Text Symbol: SB5 = Options


INCLUDES used within this REPORT RFVIITOR10

No INCLUDES are used within this REPORT code!


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:

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.



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