FBNENROLF02 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 FBNENROLF02 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 BENENROLF02
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
HR_BEN_READ_EE_BENEFIT_DATA CALL FUNCTION 'HR_BEN_READ_EE_BENEFIT_DATA' EXPORTING pernr = pernr datum = datum reaction = no_msg IMPORTING ee_benefit_data = ee_benefit_data subrc = subrc TABLES error_table = offer_error_table.
HR_FBN_GET_PROCESS_DATES CALL FUNCTION 'HR_FBN_GET_PROCESS_DATES' EXPORTING event_description = event_description enrty = enrollment_type datum = datum reaction = info_msg IMPORTING process_begda = currency_date subrc = subrc TABLES error_table = error_table CHANGING ee_benefit_data = ee_benefit_data.
HR_BEN_GET_CURRENCY CALL FUNCTION 'HR_BEN_GET_CURRENCY' EXPORTING barea = ee_benefit_data-barea datum = currency_date reaction = no_msg IMPORTING currency = curre subrc = subrc TABLES error_table = offer_error_table.
HR_FBN_GET_OFFER CALL FUNCTION 'HR_FBN_GET_OFFER' EXPORTING pernr = pernr datum = datum enrollment_type = enrollment_type event_description = event_description desired_currency = curre reaction = no_msg IMPORTING subrc = subrc TABLES credit_offer = credit_offer health_offer = health_offer insure_offer = insure_offer miscel_offer = miscel_offer poss_dependents = depend_offer poss_beneficiaries = benefi_offer poss_investments = invest_offer error_table = offer_error_table.
HR_BEN_CHECK_SELECTION_FILLED CALL FUNCTION 'HR_BEN_CHECK_SELECTION_FILLED' IMPORTING at_least_one_plan_to_enroll = at_least_one_plan_to_enroll TABLES credit_selection = credit_selection health_selection = health_selection insure_selection = insure_selection saving_selection = saving_selection spenda_selection = spenda_selection miscel_selection = miscel_selection stockp_selection = stockp_selection.
HR_BEN_SHOW_ERROR_POPUP CALL FUNCTION 'HR_BEN_SHOW_ERROR_POPUP' TABLES error_table = l_error_table.
HR_BEN_SHOW_EOI_POPUP CALL FUNCTION 'HR_BEN_SHOW_EOI_POPUP' IMPORTING action_confirmed = answer TABLES health_selection = health_selection insure_selection = insure_selection health_require_doc = health_require_doc insure_require_doc = insure_require_doc.
HR_BEN_SHOW_CONFIRMATION_POPUP CALL FUNCTION 'HR_BEN_SHOW_CONFIRMATION_POPUP' EXPORTING reaction = no_log IMPORTING action_confirmed = answer TABLES credit_selection = credit_selection health_selection = health_selection insure_selection = insure_selection saving_selection = saving_selection spenda_selection = spenda_selection miscel_selection = miscel_selection stockp_selection = stockp_selection.
HR_BEN_UPDATE_ADJUST_REASON CALL FUNCTION 'HR_BEN_UPDATE_ADJUST_REASON' EXPORTING pernr = event_description-pernr datum = datum adjust_reason = event_description-event reaction = no_msg IMPORTING subrc = subrc TABLES error_table = error_table.
HR_BEN_SHOW_ERROR_POPUP CALL FUNCTION 'HR_BEN_SHOW_ERROR_POPUP' EXPORTING title = text-e01 TABLES error_table = error_table.
HR_FBN_DELETE_PLANS CALL FUNCTION 'HR_FBN_DELETE_PLANS' EXPORTING pernr = pernr * 693903"Stop Participation' not working in HRBEN0001 * nocommit = true lock_pernr = false reaction = no_msg IMPORTING subrc = subrc TABLES credit_selection = credit_selection health_selection = health_selection insure_selection = insure_selection saving_selection = saving_selection spenda_selection = spenda_selection miscel_selection = miscel_selection stockp_selection = stockp_selection error_table = enrollment_errors.
HR_FBN_CREATE_PLANS CALL FUNCTION 'HR_FBN_CREATE_PLANS' EXPORTING pernr = pernr nocommit = true lock_pernr = false reaction = no_msg IMPORTING subrc = subrc TABLES credit_selection = credit_selection health_selection = health_selection insure_selection = insure_selection saving_selection = saving_selection spenda_selection = spenda_selection miscel_selection = miscel_selection stockp_selection = stockp_selection dependents_selection = depend_selection beneficiaries_selection = benefi_selection investments_selection = invest_selection doc_required_health = doc_required_health doc_required_insure = doc_required_insure error_table = enrollment_errors.
HR_FBN_SHOW_RESULT_POPUP CALL FUNCTION 'HR_FBN_SHOW_RESULT_POPUP' EXPORTING enrollment_succesful = enrollment_succesful pernr = pernr begda = datum enrollment_type = enrollment_type event_description = event_description reaction = no_log TABLES enrollment_errors = enrollment_errors.
HR_BEN_READ_EE_BENEFIT_DATA CALL FUNCTION 'HR_BEN_READ_EE_BENEFIT_DATA' EXPORTING pernr = pernr datum = datum reaction = info_msg IMPORTING ee_benefit_data = ee_benefit_data subrc = subrc TABLES error_table = error_table.
HR_FBN_GET_PROCESS_DATES CALL FUNCTION 'HR_FBN_GET_PROCESS_DATES' EXPORTING event_description = event_description enrty = enrollment_type datum = datum reaction = info_msg IMPORTING process_begda = cost_date subrc = subrc TABLES error_table = error_table CHANGING ee_benefit_data = ee_benefit_data.
HR_FBN_COST_SUMMARY_SELECTION CALL FUNCTION 'HR_FBN_COST_SUMMARY_SELECTION' EXPORTING pernr = pernr ename = ename calculation_date = cost_date datum = datum reaction = no_msg IMPORTING subrc = subrc TABLES credit_selection = credit_selection health_selection = health_selection insure_selection = insure_selection miscel_selection = miscel_selection error_table = error_table.
HR_FBN_FORM_PRINT CALL FUNCTION 'HR_FBN_FORM_PRINT' EXPORTING pernr = pernr begda = datum form_type = enrollment_form event_description = event_description enrollment_type = enrollment_type command = form_display reaction = no_msg IMPORTING subrc = subrc TABLES error_table = error_table.
HR_BEN_SHOW_ERROR_POPUP CALL FUNCTION 'HR_BEN_SHOW_ERROR_POPUP' EXPORTING title = text-e00 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.