SAP Reports / Programs

ICL_SUP_APPL SAP ABAP Report - Distribution of Calculated Reserves to Individual Claims







ICL_SUP_APPL 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_APPL 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

ICLSUP807 - Application Suppl. Reserves


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_APPL. "Basic submit
SUBMIT ICL_SUP_APPL AND RETURN. "Return to original report after report execution complete
SUBMIT ICL_SUP_APPL 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_VERS = Reserve Result
Selection Text: GV_RT = Runtime:
Selection Text: GV_RD = Run Date:
Selection Text: GV_FIN = Simulation
Selection Text: GV_CLERR = Error List
Selection Text: GV_CL = Reserving Results
Selection Text: GV_CH = Consistency Check
Title: Distribution of Calculated Reserves to Individual Claims
Text Symbol: 012 = Multiple Claim -> Reserve Group Assignments:
Text Symbol: 010 = Input Data Consistency Check
Text Symbol: 009 = Version Selection
Text Symbol: 007 = Input/Output Files
Text Symbol: 006 = Report Output
Text Symbol: 005 = Reserves Not Distributed:
Text Symbol: 004 = Reserve Groups and Claims:
Text Symbol: 002 = Stored Suppl. Reserve Data:
Text Symbol: 001 = Calculated Reserves Application


INCLUDES used within this REPORT ICL_SUP_APPL

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 = 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 = 14 i_screen_start_line = 10 i_screen_end_column = 76 i_screen_end_line = 20 * 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[] 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.

ICL_TICL817_READ CALL FUNCTION 'ICL_TICL817_READ' IMPORTING e_ticl817 = ls_ticl817 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_ICLCLAIMDATA_READ CALL FUNCTION 'ICL_ICLCLAIMDATA_READ'.

ENQUEUE_E_ICLCLAIMDATA * CALL FUNCTION 'ENQUEUE_E_ICLCLAIMDATA' * EXPORTING * mode_iclclaimdata = 'E' * client = sy-mandt * _scope = '2' * _wait = 'X' * EXCEPTIONS * foreign_lock = 1 * system_failure = 2 * OTHERS = 3.

ICL_SUP_RESGR_IND_CHECK CALL FUNCTION 'ICL_SUP_RESGR_IND_CHECK' EXPORTING i_resgr_ind1 = ls_indicatives_rgymind i_resgr_ind2 = ls_indicatives_cl_input i_case = '1' IMPORTING e_rc_match = lv_rc_match.

CHECK_EXIST_LIMU_FUNC CALL FUNCTION 'CHECK_EXIST_LIMU_FUNC' EXPORTING name = lv_char120 aggname = ' ' * MTYPE = ' ' IMPORTING exist = lv_exist EXCEPTIONS tr_invalid_type = 1 OTHERS = 2.

ICL_SUP_RATIO_WL CALL FUNCTION 'ICL_SUP_RATIO_WL'.

ICL_SUP_RATIO_PL CALL FUNCTION 'ICL_SUP_RATIO_PL'.

ICL_SUP_AVERAGE CALL FUNCTION 'ICL_SUP_AVERAGE'.

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_resgrcl_alv[] 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 * 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_resgrcl_err[] EXCEPTIONS program_error = 1 OTHERS = 2 .

ICL_TICL800_READ CALL FUNCTION 'ICL_TICL800_READ' EXPORTING version = gv_vers IMPORTING e_currency = lv_suprescur EXCEPTIONS error_read = 1 OTHERS = 2.

ICL_TICL818_READ CALL FUNCTION 'ICL_TICL818_READ' IMPORTING e_ticl818 = ls_ticl818 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_ICLCLAIMDATA_OUT_UPDATE CALL FUNCTION 'ICL_ICLCLAIMDATA_OUT_UPDATE'.

ICL_CLAIMDATA_OUT_FILE_PUT





CALL FUNCTION 'ICL_CLAIMDATA_OUT_FILE_PUT'.

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 = gt_clresgr_err[] 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 .



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