ICL_CF_CONVERSION_FORMS 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 ICL_CF_CONVERSION_FORMS into the relevant SAP transactions such as SE38 or SE80
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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
PRGN_CHECK_SYSTEM_TYPE * call function 'PRGN_CHECK_SYSTEM_TYPE' * exceptions * sap_system = 1 * others = 2.
SYSTEM_UUID_C_CREATE CALL FUNCTION 'SYSTEM_UUID_C_CREATE' IMPORTING uuid = ls_iclpay_new-assign_guid.
ICLF_ICL_ICLPAYMNT_CONCATENATE CALL FUNCTION 'ICLF_ICL_ICLPAYMNT_CONCATENATE' EXPORTING i_subclaim =
-subclaim i_payment = -payment IMPORTING e_subobject = lv_subobject.
ICLF_ICL_ICLPAYMNT_CONCATENATE CALL FUNCTION 'ICLF_ICL_ICLPAYMNT_CONCATENATE' EXPORTING i_subclaim =
-subclaim i_payment = -payment IMPORTING e_subobject = lv_subobject.
ICLF_ICL_ICLPAYMNT_CONCATENATE CALL FUNCTION 'ICLF_ICL_ICLPAYMNT_CONCATENATE' EXPORTING i_subclaim = ls_iclpay_new-subclaim i_payment = ls_iclpay_new-payment IMPORTING e_subobject = lv_subobject.
SYSTEM_UUID_C_CREATE CALL FUNCTION 'SYSTEM_UUID_C_CREATE' IMPORTING uuid = ls_iclpayi_new-assign_guid.
SYSTEM_UUID_C_CREATE CALL FUNCTION 'SYSTEM_UUID_C_CREATE' IMPORTING uuid = ls_iclpayi_new-assign_guid.
ICLF_ICL_ICLPAYMNT_CONCATENATE CALL FUNCTION 'ICLF_ICL_ICLPAYMNT_CONCATENATE' EXPORTING i_subclaim =
-subclaim i_payment = -payment IMPORTING e_subobject = lv_subobject.
SYSTEM_UUID_C_CREATE CALL FUNCTION 'SYSTEM_UUID_C_CREATE' IMPORTING uuid = ls_icl_subrog_insert-subrog_guid.
SYSTEM_UUID_C_CREATE CALL FUNCTION 'SYSTEM_UUID_C_CREATE' IMPORTING uuid = ls_icl_subrogitem_insert-subrogitem_guid.
ICL_DISTRIBUTE_AMOUNT CALL FUNCTION 'ICL_DISTRIBUTE_AMOUNT' EXPORTING i_amount =
-amtdone i_prop_value_fieldname = 'REQUESTED' "aux.reference field
ICL_DISTRIBUTE_AMOUNT CALL FUNCTION 'ICL_DISTRIBUTE_AMOUNT' EXPORTING i_amount =
-grossres i_prop_value_fieldname = 'REQUESTED' i_amnt_value_fieldname = 'RESERVE' TABLES pt_table = lt_subitem_scl EXCEPTIONS not_all_distributable = 1 no_items = 2 OTHERS = 3.
PRGN_CHECK_SYSTEM_TYPE * call function 'PRGN_CHECK_SYSTEM_TYPE' *...
ICL_ENQUEUE_CLAIMHEADER CALL FUNCTION 'ICL_ENQUEUE_CLAIMHEADER' EXPORTING iv_claim =
-claim iv_acttyp = iscm_acttyp_change EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.
ICL_ENQUEUE_SUBCLAIM CALL FUNCTION 'ICL_ENQUEUE_SUBCLAIM' EXPORTING iv_claim =
-claim iv_subclaim = '*' iv_acttyp = iscm_acttyp_change EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.
ICL_SUBCL_SELECT CALL FUNCTION 'ICL_SUBCL_SELECT' EXPORTING i_claim =
-claim TABLES t_iclsubcl = lt_subcl EXCEPTIONS OTHERS = 0.
ICL_ENQUEUE_ALL CALL FUNCTION 'ICL_ENQUEUE_ALL' EXPORTING iv_claim =
-claim iv_acttyp = iscm_acttyp_change TABLES it_subcl = lt_subcl EXCEPTIONS enqueue_error = 1 OTHERS = 2.
DEQUEUE_E_ICLSUBCL CALL FUNCTION 'DEQUEUE_E_ICLSUBCL' EXPORTING mode_iclsubcl = 'E' client = sy-mandt claim =
-claim.
CALL FUNCTION 'ICL_DEQUEUE_ALL'.
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_CF_CONVERSION_FORMS or its description.