FBN62F03 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 FBN62F03 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_MAP_ERR_BPLAN_TO_ERR CALL FUNCTION 'HR_BEN_MAP_ERR_BPLAN_TO_ERR' TABLES rpbenerr_bplan_table = consist_errors rpbenerr_table = ex_consist_errors.
HR_FBN_SET_PERSON_STATUS CALL FUNCTION 'HR_FBN_SET_PERSON_STATUS' EXPORTING reaction = no_log TABLES person_status = person_status person_warning_table = ex_consist_errors person_error_table = enroll_errors.
HR_BEN_MAP_ERR_BPLAN_TO_ERR CALL FUNCTION 'HR_BEN_MAP_ERR_BPLAN_TO_ERR' TABLES rpbenerr_bplan_table = all_consist_errors rpbenerr_table = ex_consist_errors.
HR_FBN_SET_SELECTED_PERSONS CALL FUNCTION 'HR_FBN_SET_SELECTED_PERSONS' EXPORTING reaction = no_log TABLES selected_persons = selected_persons.
HR_FBN_DELETE_PLANS CALL FUNCTION 'HR_FBN_DELETE_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 error_table = error_table.
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 = health_require_doc doc_required_insure = insure_require_doc error_table = error_table.
HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING pernr = health_offer-pernr infty = '0167' begda = l_key_date endda = l_key_date IMPORTING subrc = l_subrc TABLES infty_tab = l_p0167_tab EXCEPTIONS infty_not_found = 1 OTHERS = 2.
HR_FBN_CHECK_BOPTI_PERMISSION CALL FUNCTION 'HR_FBN_CHECK_BOPTI_PERMISSION' EXPORTING reaction = no_log IMPORTING subrc = l_subrc TABLES health_offer = health_offer error_table = error_table.
HR_FBN_CHECK_BOPTI_PERMISSION CALL FUNCTION 'HR_FBN_CHECK_BOPTI_PERMISSION' EXPORTING reaction = no_log IMPORTING subrc = l_subrc TABLES health_offer = health_offer error_table = error_table.
HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING pernr = insure_offer-pernr infty = '0168' begda = l_key_date endda = l_key_date IMPORTING subrc = l_subrc TABLES infty_tab = l_p0168_tab EXCEPTIONS infty_not_found = 1 OTHERS = 2.
HR_FBN_CHECK_BOPTI_PERMISSION CALL FUNCTION 'HR_FBN_CHECK_BOPTI_PERMISSION' EXPORTING reaction = no_log IMPORTING subrc = l_subrc TABLES insure_offer = insure_offer error_table = error_table.
HR_FBN_CHECK_BOPTI_PERMISSION CALL FUNCTION 'HR_FBN_CHECK_BOPTI_PERMISSION' EXPORTING reaction = no_log IMPORTING subrc = l_subrc TABLES insure_offer = insure_offer error_table = error_table.
HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING pernr = miscel_offer-pernr infty = '0377' begda = l_key_date endda = l_key_date IMPORTING subrc = subrc TABLES infty_tab = l_p0377_tab EXCEPTIONS infty_not_found = 1 OTHERS = 2.
HR_FBN_CHECK_BOPTI_PERMISSION CALL FUNCTION 'HR_FBN_CHECK_BOPTI_PERMISSION' EXPORTING reaction = no_log IMPORTING subrc = subrc TABLES miscel_offer = miscel_offer error_table = error_table.
HR_FBN_CHECK_BOPTI_PERMISSION CALL FUNCTION 'HR_FBN_CHECK_BOPTI_PERMISSION' EXPORTING reaction = no_log IMPORTING subrc = subrc TABLES miscel_offer = miscel_offer error_table = error_table.
HR_BEN_READ_EE_BENEFIT_DATA CALL FUNCTION 'HR_BEN_READ_EE_BENEFIT_DATA' EXPORTING pernr = p_pernr datum = p_datum reaction = no_msg IMPORTING ee_benefit_data = l_ee_benefit_data subrc = p_subrc TABLES error_table = p_error_table.
HR_BEN_GET_CURRENCY CALL FUNCTION 'HR_BEN_GET_CURRENCY' EXPORTING barea = l_ee_benefit_data-barea datum = p_datum reaction = no_msg IMPORTING currency = l_curre subrc = p_subrc TABLES error_table = error_table.
HR_FBN_GET_OFFER CALL FUNCTION 'HR_FBN_GET_OFFER' EXPORTING pernr = p_pernr datum = p_datum enrollment_type = p_enrty desired_currency = l_curre option_check = false reaction = no_log IMPORTING subrc = p_subrc TABLES credit_offer = l_credit_offer health_offer = l_health_offer insure_offer = l_insure_offer miscel_offer = l_miscel_offer error_table = p_error_table.
CALL FUNCTION 'HR_BEN_HANDLE_ERROR' EXPORTING pernr = p_pernr msg_class = 'HRBEN00TREEREPORTS' msg_number = '028' severity = p_subrc reaction = no_msg TABLES error_table = p_error_table.
HR_BEN_FILL_STANDARD_SELECTION CALL FUNCTION 'HR_BEN_FILL_STANDARD_SELECTION' EXPORTING reaction = no_msg IMPORTING subrc = p_subrc TABLES credit_offer = l_credit_offer health_offer = l_health_offer insure_offer = l_insure_offer saving_offer = l_saving_offer spenda_offer = l_spenda_offer miscel_offer = l_miscel_offer stockp_offer = l_stockp_offer credit_selection = p_credit_selection health_selection = p_health_selection insure_selection = p_insure_selection saving_selection = p_saving_selection spenda_selection = p_spenda_selection miscel_selection = p_miscel_selection stockp_selection = p_stockp_selection error_table = p_error_table.
HR_BEN_CHECK_SELECTION CALL FUNCTION 'HR_BEN_CHECK_SELECTION' EXPORTING check_param = true check_admin = true check_dependents = true check_beneficiaries = true check_investments = true reaction = no_msg IMPORTING subrc = p_subrc TABLES credit_selection = p_credit_selection health_selection = p_health_selection insure_selection = p_insure_selection miscel_selection = p_miscel_selection saving_selection = p_saving_selection spenda_selection = p_spenda_selection stockp_selection = p_stockp_selection dependents_selection = p_depend_selection beneficiaries_selection = p_benefi_selection health_require_doc = p_health_require_doc insure_require_doc = p_insure_require_doc consistency_errors = p_consistency_errors error_table = p_error_table.
SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = perc text = text EXCEPTIONS OTHERS = 0.
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 FBN62F03 or its description.