RFVILICM 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 RFVILICM into the relevant SAP transactions such as SE38 or SE80
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_ANFIS = D Fiscal Year
Selection Text: P_BUKRS = D Company Code
Selection Text: P_SGRNR = D Property
Selection Text: P_SMENR = D Rental Unit
Selection Text: P_SWENR = D Business entity
Selection Text: P_TMODE = Simulation option
Text Symbol: 001 = ICI Param. Options
Text Symbol: 002 = To Select simulation option
Text Symbol: 010 = Global value
Text Symbol: 011 = Printing Date :
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = list_top_of_page.
REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' EXPORTING i_list_type = 0 IMPORTING et_events = events.
REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = repid i_structure_name = strid is_layout = layout i_save = 'A' it_events = events[] IMPORTING e_exit_caused_by_caller = exit_caused_by_caller es_exit_caused_by_user = exit_caused_by_user TABLES t_outtab = outtab EXCEPTIONS program_error = 1 OTHERS = 2.
FVLC_CALCULATE_ICI_T CALL FUNCTION 'FVLC_CALCULATE_ICI_T' EXPORTING iv_intreno = gs_data-intreno is_vimi01 = ls_vimi01 TABLES it_vilid = lt_xvilid ct_vilic = lt_avilic EXCEPTIONS OTHERS = 0.
CHANGEDOCUMENT_PREPARE_TABLES CALL FUNCTION 'CHANGEDOCUMENT_PREPARE_TABLES' EXPORTING check_indicator = space tablename = 'VILIC' TABLES table_new = gt_xvilic table_old = gt_yvilic.
FVLC_VILIC_MODIFY CALL FUNCTION 'FVLC_VILIC_MODIFY' IN UPDATE TASK TABLES t_vilic = gt_xvilic EXCEPTIONS OTHERS = 0.
FVLC_VILIC_MODIFY CALL FUNCTION 'FVLC_VILIC_MODIFY' IN UPDATE TASK TABLES t_vilic = gt_yvilic EXCEPTIONS OTHERS = 0.
DATE_CREATE CALL FUNCTION 'DATE_CREATE' EXPORTING anzahl_monate = ld_blcmm datum_ein = ls_vimi03-dstgab IMPORTING datum_aus = ld_dstgab_vgl.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFVILICM - documentation and ABAP source code RFVILICM - documentation and ABAP source code RFVILICL - ICI historical data report RFVILICL - ICI historical data report RFVILICF - ICI: BULK LOCKING / UNLOCKING of the first instalments. RFVILICF - ICI: BULK LOCKING / UNLOCKING of the first instalments.