BEN62F03 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 BEN62F03 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_BEN_SET_PERSON_STATUS call function 'HR_BEN_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_SET_SELECTED_PERSONS call function 'HR_BEN_SET_SELECTED_PERSONS' exporting reaction = no_log tables selected_persons = selected_persons.
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 = error_table.
HR_BEN_GET_CURRENCY call function 'HR_BEN_GET_CURRENCY' exporting barea = ee_benefit_data-barea datum = datum reaction = no_msg importing currency = curre subrc = subrc tables error_table = error_table.
HR_BEN_GET_OFFER call function 'HR_BEN_GET_OFFER' exporting pernr = pernr datum = datum enrollment_type = enrty desired_currency = curre reaction = no_log importing subrc = subrc tables credit_offer = credit_offer health_offer = health_offer insure_offer = insure_offer saving_offer = saving_offer spenda_offer = spenda_offer miscel_offer = miscel_offer stockp_offer = stockp_offer poss_dependents = depend_offer poss_beneficiaries = benefi_offer poss_investments = invest_offer error_table = error_table.
HR_BEN_HANDLE_ERROR call function 'HR_BEN_HANDLE_ERROR' exporting pernr = pernr msg_class = 'HRBEN00TREEREPORTS' msg_number = '028' severity = subrc reaction = no_msg tables error_table = error_table.
HR_BEN_FILL_STANDARD_SELECTION call function 'HR_BEN_FILL_STANDARD_SELECTION' exporting reaction = no_msg importing subrc = subrc tables credit_offer = credit_offer health_offer = health_offer insure_offer = insure_offer saving_offer = saving_offer spenda_offer = spenda_offer miscel_offer = miscel_offer stockp_offer = stockp_offer 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_BEN_READ_EXISTING_PLANS call function 'HR_BEN_READ_EXISTING_PLANS' exporting ee_benefit_data = ee_benefit_data bpcat = credits "Credit plans begda = datum endda = high_date reaction = no_log importing subrc = subrc tables existing_plans = existing_plans error_table = error_table.
HR_BEN_READ_EXISTING_PLANS call function 'HR_BEN_READ_EXISTING_PLANS' exporting ee_benefit_data = ee_benefit_data bpcat = health "Health plan begda = datum endda = high_date reaction = no_log importing subrc = subrc tables existing_plans = existing_plans error_table = error_table.
HR_BEN_READ_EXISTING_PLANS call function 'HR_BEN_READ_EXISTING_PLANS' exporting ee_benefit_data = ee_benefit_data bpcat = insurance "Insurance plan begda = datum endda = high_date reaction = no_log importing subrc = subrc tables existing_plans = existing_plans error_table = error_table.
HR_BEN_READ_EXISTING_PLANS call function 'HR_BEN_READ_EXISTING_PLANS' exporting ee_benefit_data = ee_benefit_data bpcat = savings "saving plan begda = datum endda = high_date reaction = no_log importing subrc = subrc tables existing_plans = existing_plans error_table = error_table.
HR_BEN_READ_EXISTING_PLANS call function 'HR_BEN_READ_EXISTING_PLANS' exporting ee_benefit_data = ee_benefit_data bpcat = spending_accounts "FSA plans begda = datum endda = high_date reaction = no_log importing subrc = subrc tables existing_plans = existing_plans error_table = error_table.
HR_BEN_READ_EXISTING_PLANS call function 'HR_BEN_READ_EXISTING_PLANS' exporting ee_benefit_data = ee_benefit_data bpcat = miscellaneous "Miscellaneous plan begda = datum endda = high_date reaction = no_log importing subrc = subrc tables existing_plans = existing_plans error_table = error_table.
HR_BEN_READ_EXISTING_PLANS call function 'HR_BEN_READ_EXISTING_PLANS' exporting ee_benefit_data = ee_benefit_data bpcat = stock_purchase "stock purchase plan begda = datum endda = high_date reaction = no_log importing subrc = subrc tables existing_plans = existing_plans error_table = 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 = 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 health_require_doc = health_require_doc insure_require_doc = insure_require_doc consistency_errors = consistency_errors error_table = error_table.
HR_BEN_DELETE_PLANS call function 'HR_BEN_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_BEN_CREATE_PLANS call function 'HR_BEN_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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.