ICL_SUP_CALC 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 ICL_SUP_CALC into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
ICLSUP804 - Calculation of Suppl. Reserves
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: LT_RSEL = D Reserve Group
Selection Text: LT_ASEL = Application Year
Selection Text: LV_ERR = Non-Selected History Records
Selection Text: LV_VERS = D Version
Selection Text: LV_SAVE = Test Run
Selection Text: LV_RGERR = Errors in Reserve Calculation
Selection Text: LV_RGDAT = Reserve Calculation
Selection Text: LV_PIA = Reserve Group Definition
Title: Calculation of Suppl. Reserves
Text Symbol: 008 = History Records Not Selected:
Text Symbol: 009 = Result of Suppl. Reserve Calculation:
Text Symbol: 010 = Reserve Groups/Indicatives for All Selected Report Years:
Text Symbol: 011 = Error in Reserve Calculation
Text Symbol: 012 = Reference Row
Text Symbol: 006 = Report Output
Text Symbol: 001 = Supplemental Reserves
Text Symbol: 002 = S
Text Symbol: 003 = I
Text Symbol: 004 = A
Text Symbol: 005 = O
Text Symbol: 013 = Conflict with Above Reference Row
Text Symbol: 014 = List of Non-Compatible Reserve Group Definitions:
Text Symbol: 015 = Non-Selected Records of History Data
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ICL_TICL815_READ CALL FUNCTION 'ICL_TICL815_READ' IMPORTING e_ticl815 = ls_ticl815 EXCEPTIONS error_read = 1 OTHERS = 2.
CHECK_EXIST_LIMU_FUNC CALL FUNCTION 'CHECK_EXIST_LIMU_FUNC' EXPORTING name = lv_name aggname = ' ' * MTYPE = ' ' IMPORTING exist = lv_exist EXCEPTIONS tr_invalid_type = 1 OTHERS = 2.
ICL_ICLHISTDATA_READ CALL FUNCTION 'ICL_ICLHISTDATA_READ' TABLES t_iclhistdata = lt_iclhistdata.
ICL_SUP_HISTDATA_FILE_GET CALL FUNCTION 'ICL_SUP_HISTDATA_FILE_GET' EXPORTING i_histfile = ls_ticl815-histfile TABLES t_histdata = pt_hist.
ICL_SUP_RESGR_IND_CHECK CALL FUNCTION 'ICL_SUP_RESGR_IND_CHECK' EXPORTING i_resgr_ind1 = ls_indicatives_rgyind i_resgr_ind2 = ls_indicatives_hist i_case = '1' IMPORTING e_rc_match = lv_rc_match.
REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING * i_interface_check = 'X' i_callback_program = gv_repid * i_callback_pf_status_set = 'PF_STATUS_ERROR_HIST' * i_callback_user_command = 'USER_COMMAND_ERROR_HIST' is_layout = ls_layout it_fieldcat = lt_fieldcat[] * it_excluding = lt_excluded_functions i_save = 'A' is_variant = ls_variant it_events = gt_events * I_SCREEN_START_COLUMN = 0 * I_SCREEN_START_LINE = 0 * I_SCREEN_END_COLUMN = 0 * I_SCREEN_END_LINE = 0 TABLES t_outtab = lt_error_hist[] EXCEPTIONS program_error = 1 OTHERS = 2.
REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' EXPORTING i_list_type = 0 IMPORTING et_events = lt_events.
REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = lt_list_commentary.
CHECK_EXIST_LIMU_FUNC CALL FUNCTION 'CHECK_EXIST_LIMU_FUNC' EXPORTING name = lv_name aggname = ' ' * MTYPE = ' ' IMPORTING exist = lv_exist.
ICL_SUP_DIRECT_AVERAGE CALL FUNCTION 'ICL_SUP_DIRECT_AVERAGE'.
ICL_SUP_DIRECT_FACTOR CALL FUNCTION 'ICL_SUP_DIRECT_FACTOR'.
ICL_SUP_SELCOST_AVERAGE CALL FUNCTION 'ICL_SUP_SELCOST_AVERAGE'.
ICL_SUP_SELCOST_FACTOR CALL FUNCTION 'ICL_SUP_SELCOST_FACTOR'.
REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING * i_interface_check = 'X' i_callback_program = gv_repid * I_CALLBACK_PF_STATUS_SET = ' ' * i_callback_user_command = 'USER_COMMAND' * I_STRUCTURE_NAME = is_layout = ls_layout it_fieldcat = lt_fieldcat[] * IT_EXCLUDING = * IT_SPECIAL_GROUPS = * IT_SORT = * IT_FILTER = * IS_SEL_HIDE = * I_DEFAULT = 'X' i_save = 'A' is_variant = ls_variant it_events = gt_events[] * IT_EVENT_EXIT = * IS_PRINT = * IS_REPREP_ID = * I_SCREEN_START_COLUMN = 0 * I_SCREEN_START_LINE = 0 * I_SCREEN_END_COLUMN = 0 * I_SCREEN_END_LINE = 0 * IMPORTING * e_exit_caused_by_caller = lv_exit_caused_by_caller * es_exit_caused_by_user = lv_exit_caused_by_user TABLES t_outtab = lt_resdata_output[] EXCEPTIONS program_error = 1 OTHERS = 2.
REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING * i_interface_check = 'X' i_callback_program = gv_repid * I_CALLBACK_PF_STATUS_SET = ' ' * i_callback_user_command = 'USER_COMMAND' * I_STRUCTURE_NAME = is_layout = ls_layout it_fieldcat = lt_fieldcat[] * IT_EXCLUDING = * IT_SPECIAL_GROUPS = * IT_SORT = * IT_FILTER = * IS_SEL_HIDE = * I_DEFAULT = 'X' i_save = 'A' is_variant = ls_variant it_events = gt_events[] * IT_EVENT_EXIT = * IS_PRINT = * IS_REPREP_ID = * I_SCREEN_START_COLUMN = 0 * I_SCREEN_START_LINE = 0 * I_SCREEN_END_COLUMN = 0 * I_SCREEN_END_LINE = 0 TABLES t_outtab = lt_rgyind[] EXCEPTIONS program_error = 1 OTHERS = 2.
REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING * i_interface_check = 'X' i_callback_program = gv_repid * I_CALLBACK_PF_STATUS_SET = ' ' * i_callback_user_command = 'USER_COMMAND' * I_STRUCTURE_NAME = is_layout = ls_layout it_fieldcat = lt_fieldcat[] * IT_EXCLUDING = * IT_SPECIAL_GROUPS = * IT_SORT = * IT_FILTER = * IS_SEL_HIDE = * I_DEFAULT = 'X' i_save = 'A' is_variant = ls_variant it_events = gt_events[] * IT_EVENT_EXIT = * IS_PRINT = * IS_REPREP_ID = * I_SCREEN_START_COLUMN = 0 * I_SCREEN_START_LINE = 0 * I_SCREEN_END_COLUMN = 0 * I_SCREEN_END_LINE = 0 TABLES t_outtab = lt_resdata_error[] EXCEPTIONS program_error = 1 OTHERS = 2.
VIEW_MAINTENANCE_CALL CALL FUNCTION 'VIEW_MAINTENANCE_CALL' EXPORTING action = 'S' * CORR_NUMBER = ' ' * GENERATE_MAINT_TOOL_IF_MISSING = ' ' * SHOW_SELECTION_POPUP = ' ' view_name = 'V_TICL814A' * NO_WARNING_FOR_CLIENTINDEP = ' ' * RFC_DESTINATION_FOR_UPGRADE = ' ' * CLIENT_FOR_UPGRADE = ' ' * VARIANT_FOR_SELECTION = ' ' * COMPLEX_SELCONDS_USED = ' ' TABLES dba_sellist = lt_select_variant * EXCL_CUA_FUNCT = EXCEPTIONS client_reference = 1 foreign_lock = 2 invalid_action = 3 no_clientindependent_auth = 4 no_database_function = 5 no_editor_function = 6 no_show_auth = 7 no_tvdir_entry = 8 no_upd_auth = 9 only_show_allowed = 10 system_failure = 11 unknown_field_in_dba_sellist = 12 view_not_found = 13 OTHERS = 14 .
VIEW_MAINTENANCE_CALL CALL FUNCTION 'VIEW_MAINTENANCE_CALL' EXPORTING action = 'S' * CORR_NUMBER = ' ' * GENERATE_MAINT_TOOL_IF_MISSING = ' ' * SHOW_SELECTION_POPUP = ' ' view_name = 'V_TICL811A' * NO_WARNING_FOR_CLIENTINDEP = ' ' * RFC_DESTINATION_FOR_UPGRADE = ' ' * CLIENT_FOR_UPGRADE = ' ' * VARIANT_FOR_SELECTION = ' ' * COMPLEX_SELCONDS_USED = ' ' TABLES dba_sellist = lt_select_variant * EXCL_CUA_FUNCT = EXCEPTIONS client_reference = 1 foreign_lock = 2 invalid_action = 3 no_clientindependent_auth = 4 no_database_function = 5 no_editor_function = 6 no_show_auth = 7 no_tvdir_entry = 8 no_upd_auth = 9 only_show_allowed = 10 system_failure = 11 unknown_field_in_dba_sellist = 12 view_not_found = 13 OTHERS = 14 .
CALL FUNCTION 'ICL_SUP_RESGR_IND_CHECK' EXPORTING i_resgr_ind1 = ls_ticl814_1 i_resgr_ind2 = ls_ticl814_2 i_case = 0 IMPORTING e_rc_varname = lv_rc_varname e_rc_match = lv_rc_match e_rc_text = lv_rc_text.
REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING * i_interface_check = 'X' i_callback_program = gv_repid * I_CALLBACK_PF_STATUS_SET = ' ' * i_callback_user_command = 'USER_COMMAND' * I_STRUCTURE_NAME = is_layout = ls_layout it_fieldcat = lt_fieldcat[] * IT_EXCLUDING = * IT_SPECIAL_GROUPS = * IT_SORT = * IT_FILTER = * IS_SEL_HIDE = * I_DEFAULT = 'X' i_save = 'A' is_variant = ls_variant it_events = gt_events[] * IT_EVENT_EXIT = * IS_PRINT = * IS_REPREP_ID = * I_SCREEN_START_COLUMN = 0 * I_SCREEN_START_LINE = 0 * I_SCREEN_END_COLUMN = 0 * I_SCREEN_END_LINE = 0 * IMPORTING * e_exit_caused_by_caller = lv_exit_caused_by_caller * es_exit_caused_by_user = lv_exit_caused_by_user TABLES t_outtab = lt_rgyind_output[] EXCEPTIONS program_error = 1 OTHERS = 2.
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 ICL_SUP_CALC or its description.
ICL_SUP_CALC - Calculation of Suppl. Reserves ICL_SUP_CALC - Calculation of Suppl. Reserves ICL_SUP_APPL - Distribution of Calculated Reserves to Individual Claims ICL_SUP_APPL - Distribution of Calculated Reserves to Individual Claims ICL_START_DARK - Call FS-CM with BDT in Subscreen (and Skip First Screen) ICL_START_DARK - Call FS-CM with BDT in Subscreen (and Skip First Screen)