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

ICL_BOR_CLAIM SAP ABAP Report - Program for CLAIM Object Category: Insurance Claim







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


Text pool values


Title: Program for CLAIM Object Category: Insurance Claim
Text Symbol: 001 =
Text Symbol: 002 =


INCLUDES used within this REPORT ICL_BOR_CLAIM

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:

ICL_CLAIM_ENTER CALL FUNCTION 'ICL_CLAIM_ENTER' EXPORTING IV_CLAIM = OBJECT-KEY-CLAIM * IV_SUBCLAIM = '~' * IV_SUBCLTYPE = * IV_NAVTRANS = '01' IV_CLMODE = '0' * IV_ACTTYP = '03' .

ICL_CLAIM_ENTER CALL FUNCTION 'ICL_CLAIM_ENTER' EXPORTING IV_CLAIM = OBJECT-KEY-CLAIM * IV_CLMODE = '0' IV_ACTTYP = '02'.

ICL_CLAIM_ENTER CALL FUNCTION 'ICL_CLAIM_ENTER' EXPORTING IV_CLAIM = '' * IV_SUBCLAIM = * IV_NAVTRANS = '0' * IV_CLMODE = '0' IV_ACTTYP = '01'.

ICL_ALDD_MODIFY CALL FUNCTION 'ICL_ALDD_MODIFY' TABLES T_ALDD_INSERT = LT_ALDD_INSERT[] T_ALDD_UPDATE = LT_ALDD_DUMMY T_ALDD_DELETE = LT_ALDD_DUMMY.

CONVERSION_EXIT_ALPHA_OUTPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_OUTPUT' EXPORTING INPUT = OBJECT-KEY-CLAIM IMPORTING OUTPUT = OBJECT-CLAIMNUMBERTXT.

ICLC_ICL_GET_ORG_INFO CALL FUNCTION 'ICLC_ICL_GET_ORG_INFO' EXPORTING IV_CLAIM = OBJECT-KEY-CLAIM IMPORTING EL_ORG_INFO = LL_ORG_INFO.

ICLC_ICL_GET_NEXT_USER2 CALL FUNCTION 'ICLC_ICL_GET_NEXT_USER2' EXPORTING IV_AGENT = LV_AGENT * IV_PLVAR = * IV_OBJID2 = '50000769' IV_OBJID2 = LV_JOB_CLAIMHANDLER IMPORTING EV_NEXT_AGENT = LV_NEXT_AGENT EV_ORGUNIT = LV_ORGUNIT EXCEPTIONS NO_ORG_UNIT_FOUND = 1 NO_AGENT_FOUND = 2.

CLM_ALINK_UPLOAD_WEB CALL FUNCTION 'CLM_ALINK_UPLOAD_WEB' EXPORTING SAP_OBJECT = SAPOBJECT OBJECT_ID = OBJECTID AR_OBJECT = AROBJECT DOC_CLASS = DOCCLASS EXCEPTIONS ERROR_ARCHIV = 1001 ERROR_COMMUNICATIONTABLE = 1002 ERROR_CONNECTIONTABLE = 1003 ERROR_KERNEL = 1004 ERROR_PARAMETER = 1005 OTHERS = 01.

ICL_CLAIM_ENTER CALL FUNCTION 'ICL_CLAIM_ENTER' EXPORTING IV_CLAIM = OBJECT-KEY-CLAIM IV_ACTTYP = '02'.

ICLC_TICL060T_GET CALL FUNCTION 'ICLC_TICL060T_GET' EXPORTING * I_LANGU = SY-LANGU I_LOSSTYPE = ICLCLAIM-LOSSTYPE IMPORTING E_LOSSTYPEN = OBJECT-LOSSTYPEN EXCEPTIONS NONE_FOUND = 1 NO_TEXT = 2 OTHERS = 3.

ICL_PARTOCC_SELECT CALL FUNCTION 'ICL_PARTOCC_SELECT' EXPORTING I_CLAIM = OBJECT-KEY-CLAIM I_XMEMORY = SPACE TABLES T_PARTOCC = LT_ICLPARTOCC.

ICL_PARTNER_GET CALL FUNCTION 'ICL_PARTNER_GET' EXPORTING I_PARTNER = LT_ICLPARTOCC-BPARTNER IMPORTING E_DESCRIPTION_NAME = LV_DESCRIP EXCEPTIONS NOT_FOUND = 1 WRONG_PARAMETERS = 2 OTHERS = 3.

ICL_PARTOCC_SELECT CALL FUNCTION 'ICL_PARTOCC_SELECT' EXPORTING I_ACTIVE = ISCM_ACTIVE I_CLAIM = OBJECT-KEY-CLAIM I_XMEMORY = SPACE TABLES T_PARTOCC = LT_ICLPARTOCC.

ICL_PARTNER_GET CALL FUNCTION 'ICL_PARTNER_GET' EXPORTING I_PARTNER = LT_ICLPARTOCC-BPARTNER IMPORTING E_DESCRIPTION_NAME = LV_DESCRIP EXCEPTIONS NOT_FOUND = 1 WRONG_PARAMETERS = 2 OTHERS = 3.

ICL_CRM_CLAIMS_OF_BP_GET CALL FUNCTION 'ICL_CRM_CLAIMS_OF_BP_GET' EXPORTING IV_BPARTNER = PARTNER IV_ROLE = ROLE IV_TESTFLAG = 'X' IV_CLAIM = CLAIM TABLES * ET_ALLDATA = ET_ICLCLAIM = LT_ICLCLAIM * ET_ICL_CDC_REPORTING = * ET_TICL140T = * ET_ICLPAYO = * ET_PAYCAT = ET_ICLPAYI = LT_ICL_PAYI * ET_IICL_RESERVE_ITEM = * ET_MESSAGE = .

ICL_CLAIM_ENTER CALL FUNCTION 'ICL_CLAIM_ENTER' EXPORTING IV_CLAIM = OBJECT-KEY-CLAIM IV_ACTTYP = '02'.



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