CLM02F02 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 CLM02F02 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.
Title: Include CLM02F02
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
HR_READ_INFOTYPE call function 'HR_READ_INFOTYPE' exporting pernr = persnr infty = '0001' begda = date endda = date importing subrc = subrc tables infty_tab = i0001.
HR_BEN_READ_EE_BENEFIT_DATA call function 'HR_BEN_READ_EE_BENEFIT_DATA' exporting pernr = persnr datum = date reaction = no_msg importing ee_benefit_data = ee_benefit_data subrc = subrc tables error_table = tree_errors.
HR_BEN_GET_CURRENCY call function 'HR_BEN_GET_CURRENCY' exporting barea = ee_benefit_data-barea datum = date reaction = no_msg importing currency = curre subrc = subrc tables error_table = tree_errors.
HR_BEN_GET_MISCEL_OFFER call function 'HR_BEN_GET_MISCEL_OFFER' exporting pernr = persnr datum = date event_description = ev_descr enrollment_type = enr_type desired_currency = curre reaction = no_msg importing subrc = subrc tables miscel_offer = miscel_offer error_table = tree_errors.
HR_CLM_GET_POSS_DEPEND_OFFER call function 'HR_CLM_GET_POSS_DEPEND_OFFER' exporting pernr = persnr datum = date reaction = no_msg importing subrc = subrc tables miscel_offer = miscel_offer poss_dependents = depend_offer error_table = tree_errors.
HR_CLM_MAINTAIN_MISCELL_PLAN call function 'HR_CLM_MAINTAIN_MISCELL_PLAN' exporting current_plan_selec = sub_miscel_selec event_description = ev_descr reaction = no_msg importing new_plan_selec = new_miscel_selec subrc = subrc tables plan_offer = sub_miscel_offer dep_offer = sub_depend_offer current_dep_selec = sub_depend_selec new_dep_selec = new_depend_selec error_table = tree_errors.
HR_BEN_UPDATE_ADJUST_REASON call function 'HR_BEN_UPDATE_ADJUST_REASON' exporting pernr = ev_descr-pernr datum = date adjust_reason = ev_descr-event reaction = no_msg importing subrc = subrc tables error_table = error_table.
HR_CLM_CHECK_CLAIM_PLANS CALL FUNCTION 'HR_CLM_CHECK_CLAIM_PLANS' EXPORTING EVENT_DESCRIPTION = ev_descr CHECK_PARAM = true CHECK_ADMIN = false CHECK_DEPENDENTS = true CHECK_BENEFICIARIES = false CHECK_INVESTMENTS = false REACTION = no_msg IMPORTING SUBRC = subrc TABLES MISCEL_SELECTION = miscel_selec DEPENDENTS_SELECTION = depend_selec REQUIRE_DOC = misc_require_doc CONSISTENCY_ERRORS = consist_table ERROR_TABLE = error_table.
HR_BEN_HANDLE_ERROR call function 'HR_BEN_HANDLE_ERROR' exporting pernr = p_consist-pernr msg_class = p_consist-class msg_number = p_consist-msgno msg_par1 = p_consist-msgv1 msg_par2 = p_consist-msgv2 msg_par3 = p_consist-msgv3 msg_par4 = p_consist-msgv4 severity = 0 reaction = success_msg tables error_table = error_table.
HR_BEN_CREATE_MISCEL_PLANS call function 'HR_BEN_CREATE_MISCEL_PLANS' exporting miscel_selection = miscel_selec nocommit = false reaction = no_msg importing subrc = subrc tables dependents_selection = dep_selec beneficiaries_selection = benefi_selec investments_selection = invest_selec error_table = tree_errors.
HR_BEN_CREATE_MISCEL_PLANS call function 'HR_BEN_CREATE_MISCEL_PLANS' exporting miscel_selection = miscel_selec nocommit = false reaction = no_msg importing subrc = subrc tables dependents_selection = dep_selec beneficiaries_selection = benefi_selec investments_selection = invest_selec error_table = tree_errors.
HR_BEN_DELETE_MISCEL_PLANS call function 'HR_BEN_DELETE_MISCEL_PLANS' exporting miscel_selection = miscel_selec nocommit = false reaction = no_msg importing subrc = subrc tables error_table = tree_errors.
POPUP_FOR_INTERACTION call function 'POPUP_FOR_INTERACTION' exporting headline = sy-title text1 = popup_text ticon = ticon button_1 = text-p01 button_2 = button_print_text button_3 = button_show_error importing button_pressed = button_pressed.
HR_BEN_FORM_PRINT call function 'HR_BEN_FORM_PRINT' exporting pernr = persnr begda = date form_type = confirmation_form event_description = ev_descr enrollment_type = enr_type reaction = no_msg importing subrc = subrc tables error_table = tree_errors.
HR_BEN_SHOW_ERROR_POPUP call function 'HR_BEN_SHOW_ERROR_POPUP' exporting title = sy-title tables error_table = tree_errors.
HR_BEN_CHECK_ONE_ACTION_ALLOW call function 'HR_BEN_CHECK_ONE_ACTION_ALLOW' exporting actions = actions reaction = no_log importing one_action_allowed = one_action_allowed subrc = subrc tables error_table = error_table.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.