SAP Reports / Programs | Financial Services | Claims Management(FS-CM) SAP FS

ICL_SUP_COMP SAP ABAP Report - Comparison of Reserve Calculations







ICL_SUP_COMP 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_COMP 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

ICLSUP808 - Comparison of Two Res. Calculations


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 ICL_SUP_COMP. "Basic submit
SUBMIT ICL_SUP_COMP AND RETURN. "Return to original report after report execution complete
SUBMIT ICL_SUP_COMP 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: GV_VERS2 = Reserve Calculation 2
Selection Text: GV_VERS1 = Reserve Calculation 1
Selection Text: GV_RT2 = Run Time 2:
Selection Text: GV_RT1 = Run Time 1:
Selection Text: GV_RD2 = Run Date 2:
Selection Text: GV_RD1 = Run Date 1:
Selection Text: GV_MISM = Error List
Selection Text: GV_COMP = Comparison List
Title: Comparison of Reserve Calculations
Text Symbol: 016 = Run Time 2:
Text Symbol: 015 = Run Date 2:
Text Symbol: 014 = Version 2:
Text Symbol: 013 = Run Time 1:
Text Symbol: 012 = Run Date 1:
Text Symbol: 011 = Version 1:
Text Symbol: 010 = Report Output
Text Symbol: 009 = Reserve Calculation Selection
Text Symbol: 008 = Rows from Reserve Calculation 2 not in Reserve Calculationn 1:
Text Symbol: 007 = VERSION DATE TIME DESCRIPTION
Text Symbol: 006 = Comparison of Two Reserve Calculations
Text Symbol: 005 = Reserve Amounts Not Distributed
Text Symbol: 004 = Reserve Groups and Claims
Text Symbol: 002 = Saved Suppl.Reserves
Text Symbol: 001 = Calculated Reserves Application


INCLUDES used within this REPORT ICL_SUP_COMP

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_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 = it_fieldcat = lt_fieldcat[] * IT_EXCLUDING = * IT_SPECIAL_GROUPS = * IT_SORT = * IT_FILTER = * IS_SEL_HIDE = * I_DEFAULT = 'X' * I_SAVE = ' ' * IS_VARIANT = ' ' it_events = gt_events[] * IT_EVENT_EXIT = * IS_PRINT = * IS_REPREP_ID = i_screen_start_column = 14 i_screen_start_line = 3 i_screen_end_column = 76 i_screen_end_line = 26 * IMPORTING * e_exit_caused_by_caller = lv_exit_caused_by_caller * es_exit_caused_by_user = lv_exit_caused_by_user TABLES t_outtab = gt_supreskey[].

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.

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 = ' ' * IS_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 = pt_rescomp[].

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 = ' ' * IS_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 = pt_supres_err[].

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 .



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