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

RICL_OPEN_CLAIMSF01 SAP ABAP INCLUDE - RICLOPENCLAIMSF01







RICL_OPEN_CLAIMSF01 is a standard ABAP INCLUDE 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 RICL_OPEN_CLAIMSF01 into the relevant SAP transactions such as SE38 or SE80


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 RICL_OPEN_CLAIMSF01. "Basic submit
SUBMIT RICL_OPEN_CLAIMSF01 AND RETURN. "Return to original report after report execution complete
SUBMIT RICL_OPEN_CLAIMSF01 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT RICL_OPEN_CLAIMSF01

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:

ICLC_CLAIMOWNER_NAME_GET CALL FUNCTION 'ICLC_CLAIMOWNER_NAME_GET' EXPORTING owner = wa_claims-owner IMPORTING owner_name = wa_open_claims-ownern EXCEPTIONS user_does_not_exist = 1 OTHERS = 2.

CONVERT_TO_LOCAL_CURRENCY CALL FUNCTION 'CONVERT_TO_LOCAL_CURRENCY' EXPORTING date = sy-datum foreign_amount = wa_reserve-grossres foreign_currency = wa_reserve-curr local_currency = wa_open_claims-curr IMPORTING local_amount = grossres EXCEPTIONS OTHERS = 4.

CONVERT_TO_LOCAL_CURRENCY CALL FUNCTION 'CONVERT_TO_LOCAL_CURRENCY' EXPORTING date = sy-datum foreign_amount = wa_payi-pampaid foreign_currency = wa_pay-curr local_currency = wa_open_claims-curr IMPORTING local_amount = pampaid EXCEPTIONS OTHERS = 4.

ICL_RESERVE_CALC_NET CALL FUNCTION 'ICL_RESERVE_CALC_NET' EXPORTING * t_ticl053 = it_ticl053 t_iclclaim = it_claims t_iclsubcl = it_subcl t_iclpay = it_pay t_iclpayi = it_payi CHANGING t_iclreserve = it_reserve.

ICL_CLAIM_ENTER CALL FUNCTION 'ICL_CLAIM_ENTER' EXPORTING iv_claim = wa_open_claims-claim * IV_EXCLAIMNOCAT = * IV_EXCLAIMNO = iv_subclaim = 'X' * IV_SUBOBJCAT = * IV_SUBOBJECT = iv_navigate = '0 ' iv_clmode = '0' iv_sseq = '0' iv_acttyp = '03' .

ICL_CLAIM_ENTER CALL FUNCTION 'ICL_CLAIM_ENTER' EXPORTING iv_claim = wa_open_claims-claim * IV_EXCLAIMNOCAT = * IV_EXCLAIMNO = iv_subclaim = wa_open_claims-subclaim * IV_SUBOBJCAT = * IV_SUBOBJECT = iv_navigate = '11' iv_clmode = '0' iv_sseq = '0' iv_acttyp = '03'.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING * I_PROGRAM_NAME = * I_INTERNAL_TABNAME = i_structure_name = 'ICL_REP_CLAIMS' * I_CLIENT_NEVER_DISPLAY = 'X' * I_INCLNAME = * I_BYPASSING_BUFFER = 'X' * I_BUFFER_ACTIVE = CHANGING ct_fieldcat = it_fieldcat * EXCEPTIONS * INCONSISTENT_INTERFACE = 1 * PROGRAM_ERROR = 2 * OTHERS = 3 .

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING * I_INTERFACE_CHECK = ' ' * I_BUFFER_ACTIVE = ' ' i_callback_program = 'RICL_OPEN_CLAIMS' i_callback_pf_status_set = 'SET_PF_STATUS' i_callback_user_command = 'USER_COMMAND' i_structure_name = 'ICL_REP_CLAIMS' is_layout = ls_layout it_fieldcat = it_fieldcat * IT_EXCLUDING = * IT_SPECIAL_GROUPS = * IT_SORT = * IT_FILTER = * IS_SEL_HIDE = * I_DEFAULT = 'X' i_save = 'A' * IS_VARIANT = * IT_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 = * ES_EXIT_CAUSED_BY_USER = TABLES t_outtab = it_open_claims * EXCEPTIONS * PROGRAM_ERROR = 1 * OTHERS = 2 .



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