RFVILIRS 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 RFVILIRS into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
FOL7 - IRE: Change record indicator
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_FLCON1 = Change to actual record
Selection Text: P_FLCON2 = Change to plan record
Selection Text: SO_ANFIS = D Year
Selection Text: SO_BUKRS = D Company Code
Selection Text: SO_DTFAT = D Billing date
Selection Text: SO_IDIRE = D Calculation type
Selection Text: SO_SMENR = D Rental Unit
Selection Text: SO_SMIVE = D Lease-out
Selection Text: SO_SWENR = D Business entity
Title: IRE: Change Plan - Actual record indicator
Text Symbol: 001 = IRE Select Options
Text Symbol: 002 = Record indicator
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'VILIR' CHANGING ct_fieldcat = gt_fieldcat EXCEPTIONS OTHERS = 1.
REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = gd_repid i_callback_pf_status_set = 'ALV_PF_STATUS_SET' i_callback_user_command = 'ALV_ON_USER_COMMAND' is_layout = gs_layout it_fieldcat = gt_fieldcat i_save = 'A' TABLES t_outtab = gt_vilir EXCEPTIONS OTHERS = 1.
FI_PERIOD_DETERMINE CALL FUNCTION 'FI_PERIOD_DETERMINE' EXPORTING i_budat = ls_vilir_update-budat i_bukrs = ls_vilir_update-bukrs IMPORTING e_gjahr = ld_gjahr EXCEPTIONS OTHERS = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.