BENEOIMF02 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 BENEOIMF02 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!
HR_BEN_ENQUEUE_PERSONAL_NUMBER call function 'HR_BEN_ENQUEUE_PERSONAL_NUMBER' exporting pernr = p_eoi-pernr reaction = no_log importing subrc = subrc.
POPUP_TO_INFORM call function 'POPUP_TO_INFORM' exporting titel = text-t91 txt1 = text txt2 = space.
HR_BEN_SHOW_ERROR_POPUP call function 'HR_BEN_SHOW_ERROR_POPUP' exporting title = text-er2 tables error_table = error_table.
HR_BEN_READ_EE_BENEFIT_DATA call function 'HR_BEN_READ_EE_BENEFIT_DATA' exporting pernr = p_pernr datum = datum reaction = no_msg importing ee_benefit_data = ee_benefit_data subrc = p_subrc tables error_table = error_table.
HR_READ_INFOTYPE call function 'HR_READ_INFOTYPE' exporting pernr = p_pernr infty = p_infty begda = p_begda endda = p_endda importing subrc = p_subrc tables infty_tab = p0167 exceptions infty_not_found = 1 others = 2.
HR_BEN_READ_DEPENDENTS call function 'HR_BEN_READ_DEPENDENTS' exporting ee_benefit_data = ee_benefit_data bpcat = health pltyp = health_selec-pltyp bplan = health_selec-bplan begda = health_selec-begda endda = health_selec-begda reaction = no_msg importing subrc = p_subrc tables existing_dep = depend_exist error_table = error_table.
HR_BEN_DELETE_HEALTH_PLANS call function 'HR_BEN_DELETE_HEALTH_PLANS' exporting health_selection = health_delete nocommit = false reaction = no_msg importing subrc = p_subrc tables error_table = error_table.
HR_BEN_CREATE_HEALTH_PLANS call function 'HR_BEN_CREATE_HEALTH_PLANS' exporting health_selection = health_selec nocommit = false reaction = no_msg importing subrc = p_subrc tables dependents_selection = depend_selec error_table = error_table.
HR_READ_INFOTYPE call function 'HR_READ_INFOTYPE' exporting pernr = p_pernr infty = p_infty begda = p_begda endda = p_endda importing subrc = p_subrc tables infty_tab = p0168 exceptions infty_not_found = 1 others = 2.
HR_BEN_READ_BENEFICIARIES call function 'HR_BEN_READ_BENEFICIARIES' exporting ee_benefit_data = ee_benefit_data bpcat = insurance pltyp = insure_selec-pltyp bplan = insure_selec-bplan begda = insure_selec-begda endda = insure_selec-begda reaction = no_msg importing subrc = p_subrc tables existing_ben = benefi_exist error_table = error_table.
HR_BEN_DELETE_INSURANCE_PLANS call function 'HR_BEN_DELETE_INSURANCE_PLANS' exporting insure_selection = insure_delete nocommit = false reaction = no_msg importing subrc = p_subrc tables error_table = error_table.
HR_BEN_CREATE_INSURANCE_PLANS call function 'HR_BEN_CREATE_INSURANCE_PLANS' exporting insure_selection = insure_selec nocommit = false reaction = no_msg importing subrc = p_subrc tables beneficiaries_selection = benefi_selec error_table = error_table.
REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = gv_repid I_STRUCTURE_NAME = gc_legend CHANGING ct_fieldcat = P_GT_FIELDCAT EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.