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

ICLE_BUNDLE_LIB SAP ABAP Report - Internal: Form Class Library







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


Text pool values


Title: Internal: Form Class Library
Text Symbol: 100 = Enter Claim Number
Text Symbol: 101 = Recipient
Text Symbol: 102 = Role of Claimant
Text Symbol: 103 = BP Role of Claimant
Text Symbol: 104 = Role of Recipient
Text Symbol: 105 = BP Role of Recipient


INCLUDES used within this REPORT ICLE_BUNDLE_LIB

INCLUDE EMSG.
INCLUDE IEFGMAC3.
INCLUDE IEFGMAC4.


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:

POPUP_GET_VALUES CALL FUNCTION 'POPUP_GET_VALUES' EXPORTING * NO_VALUE_CHECK = ' ' popup_title = lv_title start_column = '20' start_row = '8' IMPORTING returncode = lv_rc TABLES fields = lt_sval EXCEPTIONS error_in_fields = 1 OTHERS = 2.

ICLE_CORR_GET CALL FUNCTION 'ICLE_CORR_GET' IMPORTING es_ccevent = ls_event es_claim = gs_claim.

ICLE_CORR_GET CALL FUNCTION 'ICLE_CORR_GET' TABLES et_part = yt_part.

BUS_PARAMETERS_ISSTA_GET CALL FUNCTION 'BUS_PARAMETERS_ISSTA_GET' IMPORTING e_objap = lv_objap.

ICLE_BULKINV_COMPLETE_SELECT CALL FUNCTION 'ICLE_BULKINV_COMPLETE_SELECT' EXPORTING iv_ccevent = ls_event-ccevent iv_xnewselect = cl_icle_bulkinvoice=>gc_massprinting TABLES et_invheadlist = yt_invheadlst et_invpos = t_invpos.

ICLE_BULKINV_COMPLETE_SELECT CALL FUNCTION 'ICLE_BULKINV_COMPLETE_SELECT' EXPORTING iv_ccevent = ls_event-ccevent iv_xnewselect = 'X' TABLES et_invheadlist = yt_invheadlst et_invpos = t_invpos.

ICL_PARTNER_GET CALL FUNCTION 'ICL_PARTNER_GET' EXPORTING i_partner = gv_addressee IMPORTING e_but000 = ls_recipient e_but000_address = ls_address EXCEPTIONS not_found = 1 OTHERS = 2.

ADDR_COMPOSE_STREET_LINE CALL FUNCTION 'ADDR_COMPOSE_STREET_LINE' EXPORTING street = ls_address-street house_number = ls_address-house_num1 house_number2 = ls_address-house_num2 country = ls_address-country language = ls_address-langu IMPORTING street_line = ls_address-street.

ICL_FREETEXT_SELECT CALL FUNCTION 'ICL_FREETEXT_SELECT' EXPORTING i_claim = ls_invhead-claim i_subobjcat = 'IG' i_subobject = lv_subobject TABLES et_tdname = lt_tdname.

ICL_CREATE_OBJKEY CALL FUNCTION 'ICL_CREATE_OBJKEY' EXPORTING i_claim = x_invheadlst-claim i_subobjcat = 'IG' i_subobject = lv_subobject IMPORTING e_objkey = lv_objkey.

ICL_TEXTNAME_BUILD CALL FUNCTION 'ICL_TEXTNAME_BUILD' EXPORTING i_formkey = space i_objkey = lv_objkey IMPORTING e_tdname = lv_tdname.

ICL_FREETEXT_SELECT CALL FUNCTION 'ICL_FREETEXT_SELECT' EXPORTING i_claim = ls_invpos-claim i_subobjcat = 'I' i_subobject = lv_subobject TABLES et_tdname = lt_tdname.

ICL_CREATE_OBJKEY CALL FUNCTION 'ICL_CREATE_OBJKEY' EXPORTING i_claim = x_invpos-claim i_subobjcat = 'I' i_subobject = lv_subobject IMPORTING e_objkey = lv_objkey.

ICL_TEXTNAME_BUILD CALL FUNCTION 'ICL_TEXTNAME_BUILD' EXPORTING i_formkey = space i_objkey = lv_objkey IMPORTING e_tdname = lv_tdname.

ICLC_CLAIMOWNER_NAME_GET CALL FUNCTION 'ICLC_CLAIMOWNER_NAME_GET' EXPORTING owner = x_event-owner IMPORTING owner_name = y_clai_owner-name_text owner_name_title = y_clai_owner-name_txt owner_title = y_clai_owner-title_p owner_tel_number = y_clai_owner-tel_number owner_tel_extens = y_clai_owner-tel_extens EXCEPTIONS user_does_not_exist = 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 ICLE_BUNDLE_LIB or its description.