MPZ63F03 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 MPZ63F03 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 MPZ63F03
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
HR_INITIALIZE_BUFFER CALL FUNCTION 'HR_INITIALIZE_BUFFER' EXPORTING pernr = employeenumber.
HR_PSBUFFER_INITIALIZE CALL FUNCTION 'HR_PSBUFFER_INITIALIZE'.
HR_BEN_MAP_BAPI_TO_RPBEN_S1 CALL FUNCTION 'HR_BEN_MAP_BAPI_TO_RPBEN_S1' EXPORTING bapiben_s1 = credit_selection CHANGING rpben_s1 = cred_selec EXCEPTIONS error_converting_iso_code = 1 error_converting_curr_amount = 2 OTHERS = 3.
BALW_BAPIRETURN_GET1 CALL FUNCTION 'BALW_BAPIRETURN_GET1' EXPORTING type = error_severity cl = msg_class8 number = '028' par1 = msg_par1 IMPORTING bapireturn = return.
HR_BEN_MAP_BAPI_TO_RPBEN_SA CALL FUNCTION 'HR_BEN_MAP_BAPI_TO_RPBEN_SA' EXPORTING bapiben_sa = health_selection CHANGING rpben_sa = heal_selec EXCEPTIONS error_converting_iso_code = 1 error_converting_curr_amount = 2 OTHERS = 3.
BALW_BAPIRETURN_GET1 CALL FUNCTION 'BALW_BAPIRETURN_GET1' EXPORTING type = error_severity cl = msg_class8 number = '028' par1 = msg_par1 IMPORTING bapireturn = return.
HR_BEN_MAP_BAPI_TO_RPBEN_SB CALL FUNCTION 'HR_BEN_MAP_BAPI_TO_RPBEN_SB' EXPORTING bapiben_sb = insurance_selection CHANGING rpben_sb = insu_selec EXCEPTIONS error_converting_iso_code = 1 error_converting_curr_amount = 2 OTHERS = 3.
BALW_BAPIRETURN_GET1 CALL FUNCTION 'BALW_BAPIRETURN_GET1' EXPORTING type = error_severity cl = msg_class8 number = '028' par1 = msg_par1 IMPORTING bapireturn = return.
HR_BEN_MAP_BAPI_TO_RPBEN_SC CALL FUNCTION 'HR_BEN_MAP_BAPI_TO_RPBEN_SC' EXPORTING bapiben_sc = savings_selection CHANGING rpben_sc = save_selec EXCEPTIONS error_converting_iso_code = 1 error_converting_curr_amount = 2 OTHERS = 3.
BALW_BAPIRETURN_GET1 CALL FUNCTION 'BALW_BAPIRETURN_GET1' EXPORTING type = error_severity cl = msg_class8 number = '028' par1 = msg_par1 IMPORTING bapireturn = return.
HR_BEN_MAP_BAPI_TO_RPBEN_SD CALL FUNCTION 'HR_BEN_MAP_BAPI_TO_RPBEN_SD' EXPORTING bapiben_sd = spending_selection CHANGING rpben_sd = spen_selec EXCEPTIONS error_converting_iso_code = 1 error_converting_curr_amount = 2 OTHERS = 3.
BALW_BAPIRETURN_GET1 CALL FUNCTION 'BALW_BAPIRETURN_GET1' EXPORTING type = error_severity cl = msg_class8 number = '028' par1 = msg_par1 IMPORTING bapireturn = return.
HR_BEN_MAP_BAPI_TO_RPBEN_SE CALL FUNCTION 'HR_BEN_MAP_BAPI_TO_RPBEN_SE' EXPORTING bapiben_se = miscel_selection CHANGING rpben_se = misc_selec EXCEPTIONS error_converting_iso_code = 1 error_converting_curr_amount = 2 OTHERS = 3.
BALW_BAPIRETURN_GET1 CALL FUNCTION 'BALW_BAPIRETURN_GET1' EXPORTING type = error_severity cl = msg_class8 number = '028' par1 = msg_par1 IMPORTING bapireturn = return.
HR_BEN_MAP_BAPI_TO_RPBEN_SF CALL FUNCTION 'HR_BEN_MAP_BAPI_TO_RPBEN_SF' EXPORTING bapiben_sf = stockp_selection CHANGING rpben_sf = stck_selec EXCEPTIONS error_converting_iso_code = 1 error_converting_curr_amount = 2 OTHERS = 3.
BALW_BAPIRETURN_GET1 CALL FUNCTION 'BALW_BAPIRETURN_GET1' EXPORTING type = error_severity cl = msg_class8 number = '028' par1 = msg_par1 IMPORTING bapireturn = return.
HR_FBN_DELETE_PLANS CALL FUNCTION 'HR_FBN_DELETE_PLANS' EXPORTING pernr = employeenumber nocommit = nocommit reaction = no_msg IMPORTING return = return subrc = subrc TABLES credit_selection = cred_selec health_selection = heal_selec insure_selection = insu_selec saving_selection = save_selec spenda_selection = spen_selec miscel_selection = misc_selec stockp_selection = stck_selec error_table = error_table.
HR_BEN_MAP_ERROR_TO_RETURN CALL FUNCTION 'HR_BEN_MAP_ERROR_TO_RETURN' IMPORTING return = return TABLES error_table = error_table.
CALL FUNCTION 'HR_INITIALIZE_BUFFER' EXPORTING pernr = employeenumber.
HR_PSBUFFER_INITIALIZE CALL FUNCTION 'HR_PSBUFFER_INITIALIZE'.
BAPI_BEN_BUS3029_CHECK_SELECT CALL FUNCTION 'BAPI_BEN_BUS3029_CHECK_SELECT' EXPORTING event = event IMPORTING return = return TABLES credit_selection = credit_selection health_selection = health_selection insurance_selection = insurance_selection savings_selection = savings_selection spending_selection = spending_selection miscel_selection = miscel_selection stockp_selection = stockp_selection depend_selection = depend_selection benef_selection = benef_selection invest_selection = invest_selection doc_required_health = req_doc_heal doc_required_insurance = req_doc_insu.
HR_BEN_MAP_BAPI_TO_RPBEN_S1 CALL FUNCTION 'HR_BEN_MAP_BAPI_TO_RPBEN_S1' EXPORTING bapiben_s1 = credit_selection CHANGING rpben_s1 = cred_selec EXCEPTIONS error_converting_iso_code = 1 error_converting_curr_amount = 2 OTHERS = 3.
BALW_BAPIRETURN_GET1 CALL FUNCTION 'BALW_BAPIRETURN_GET1' EXPORTING type = error_severity cl = msg_class8 number = '028' par1 = msg_par1 IMPORTING bapireturn = return.
HR_BEN_MAP_BAPI_TO_RPBEN_SA CALL FUNCTION 'HR_BEN_MAP_BAPI_TO_RPBEN_SA' EXPORTING bapiben_sa = health_selection CHANGING rpben_sa = heal_selec EXCEPTIONS error_converting_iso_code = 1 error_converting_curr_amount = 2 OTHERS = 3.
BALW_BAPIRETURN_GET1 CALL FUNCTION 'BALW_BAPIRETURN_GET1' EXPORTING type = error_severity cl = msg_class8 number = '028' par1 = msg_par1 IMPORTING bapireturn = return.
HR_BEN_MAP_BAPI_TO_RPBEN_SB CALL FUNCTION 'HR_BEN_MAP_BAPI_TO_RPBEN_SB' EXPORTING bapiben_sb = insurance_selection CHANGING rpben_sb = insu_selec EXCEPTIONS error_converting_iso_code = 1 error_converting_curr_amount = 2 OTHERS = 3.
BALW_BAPIRETURN_GET1 CALL FUNCTION 'BALW_BAPIRETURN_GET1' EXPORTING type = error_severity cl = msg_class8 number = '028' par1 = msg_par1 IMPORTING bapireturn = return.
HR_BEN_MAP_BAPI_TO_RPBEN_SE CALL FUNCTION 'HR_BEN_MAP_BAPI_TO_RPBEN_SE' EXPORTING bapiben_se = miscel_selection CHANGING rpben_se = misc_selec EXCEPTIONS error_converting_iso_code = 1 error_converting_curr_amount = 2 OTHERS = 3.
BALW_BAPIRETURN_GET1 CALL FUNCTION 'BALW_BAPIRETURN_GET1' EXPORTING type = error_severity cl = msg_class8 number = '028' par1 = msg_par1 IMPORTING bapireturn = return.
HR_BEN_MAP_BAPI_TO_RPBENSDP CALL FUNCTION 'HR_BEN_MAP_BAPI_TO_RPBENSDP' EXPORTING bapibensdp = depend_selection CHANGING rpbensdp = dep_selec.
HR_BEN_MAP_BAPI_TO_RPBENSBF CALL FUNCTION 'HR_BEN_MAP_BAPI_TO_RPBENSBF' EXPORTING bapibensbf = benef_selection CHANGING rpbensbf = ben_selec.
HR_BEN_MAP_BAPI_TO_RPBEN_SA CALL FUNCTION 'HR_BEN_MAP_BAPI_TO_RPBEN_SA' EXPORTING bapiben_sa = req_doc_heal CHANGING rpben_sa = req_doc_a EXCEPTIONS error_converting_iso_code = 1 error_converting_curr_amount = 2 OTHERS = 3.
BALW_BAPIRETURN_GET1 CALL FUNCTION 'BALW_BAPIRETURN_GET1' EXPORTING type = error_severity cl = msg_class8 number = '028' par1 = msg_par1 IMPORTING bapireturn = return.
HR_BEN_MAP_BAPI_TO_RPBEN_SB CALL FUNCTION 'HR_BEN_MAP_BAPI_TO_RPBEN_SB' EXPORTING bapiben_sb = req_doc_insu CHANGING rpben_sb = req_doc_b EXCEPTIONS error_converting_iso_code = 1 error_converting_curr_amount = 2 OTHERS = 3.
BALW_BAPIRETURN_GET1 CALL FUNCTION 'BALW_BAPIRETURN_GET1' EXPORTING type = error_severity cl = msg_class8 number = '028' par1 = msg_par1 IMPORTING bapireturn = return.
HR_FBN_CREATE_PLANS CALL FUNCTION 'HR_FBN_CREATE_PLANS' EXPORTING pernr = employeenumber nocommit = nocommit reaction = no_msg IMPORTING return = return subrc = subrc TABLES credit_selection = cred_selec health_selection = heal_selec insure_selection = insu_selec saving_selection = save_selec spenda_selection = spen_selec miscel_selection = misc_selec stockp_selection = stck_selec dependents_selection = dep_selec beneficiaries_selection = ben_selec investments_selection = inv_selec doc_required_health = req_doc_a doc_required_insure = req_doc_b error_table = error_table.
HR_BEN_MAP_ERROR_TO_RETURN CALL FUNCTION 'HR_BEN_MAP_ERROR_TO_RETURN' IMPORTING return = return TABLES error_table = error_table.
HR_BEN_MAP_BAPI_TO_RPBEN_SE CALL FUNCTION 'HR_BEN_MAP_BAPI_TO_RPBEN_SE' EXPORTING bapiben_se = miscel_selection CHANGING rpben_se = miscel_selection_int EXCEPTIONS error_converting_iso_code = 1 error_converting_curr_amount = 2 OTHERS = 3.
BALW_BAPIRETURN_GET1 CALL FUNCTION 'BALW_BAPIRETURN_GET1' EXPORTING type = error_severity cl = msg_class8 number = '028' par1 = msg_par1 IMPORTING bapireturn = return.
HR_FBN_CHECK_COMPANYCAR_SELECT CALL FUNCTION 'HR_FBN_CHECK_COMPANYCAR_SELECT' EXPORTING reaction = no_msg IMPORTING subrc = subrc TABLES miscel_selection = miscel_selection_int error_table = error_table.
HR_BEN_MAP_RPBEN_SE_TO_BAPI CALL FUNCTION 'HR_BEN_MAP_RPBEN_SE_TO_BAPI' EXPORTING rpben_se = miscel_selection_int CHANGING bapiben_se = miscel_selection EXCEPTIONS error_converting_curr_amount = 1 OTHERS = 2.
BALW_BAPIRETURN_GET1 CALL FUNCTION 'BALW_BAPIRETURN_GET1' EXPORTING type = error_severity cl = msg_class8 number = '028' par1 = msg_par1 IMPORTING bapireturn = return.
HR_FBN_PLAN_CARRY_OVER_RFC CALL FUNCTION 'HR_FBN_PLAN_CARRY_OVER_RFC' EXPORTING benefit_area = selected_reason-ben_area event = selected_reason-event reaction = reaction IMPORTING carry_over = selection_made return = return TABLES health_offer = health_offer insure_offer = insure_offer miscel_offer = miscel_offer health_selection = health_selection insure_selection = insure_selection miscel_selection = miscel_selection.
HR_FBN_CALC_PLAN_OPTION_COST CALL FUNCTION 'HR_FBN_CALC_PLAN_OPTION_COST' EXPORTING pernr = p_health_offer-person_no barea = p_health_offer-ben_area bpcat = p_health_offer-plan_categ bplan = p_health_offer-ben_plan begda = p_health_offer-from_date endda = p_health_offer-to_date ee_cost = l_ee_cost er_cost = l_er_cost perio = p_health_offer-period reaction = no_log IMPORTING ee_cstcrd = p_plan_info-ee_cstcrd return = l_return TABLES error_table = l_error_table.
HR_FBN_CALC_PLAN_OPTION_COST CALL FUNCTION 'HR_FBN_CALC_PLAN_OPTION_COST' EXPORTING pernr = p_insure_offer-person_no barea = p_insure_offer-ben_area bpcat = p_insure_offer-plan_categ bplan = p_insure_offer-ben_plan begda = p_insure_offer-from_date endda = p_insure_offer-to_date ee_cost = l_ee_cost er_cost = l_er_cost perio = p_insure_offer-period reaction = no_log IMPORTING ee_cstcrd = p_plan_info-ee_cstcrd return = l_return TABLES error_table = l_error_table.
HR_FBN_GET_PLANTYPE_INDICATOR CALL FUNCTION 'HR_FBN_GET_PLANTYPE_INDICATOR' EXPORTING barea = p_miscel_offer-ben_area plan = p_miscel_offer-ben_plan datum = p_miscel_offer-from_date reaction = no_msg IMPORTING fieid = g_fieid subrc = l_return TABLES error_table = error_table.
HR_FBN_GET_GB_PENSION_DATA CALL FUNCTION 'HR_FBN_GET_GB_PENSION_DATA' EXPORTING pernr = p_miscel_offer-person_no barea = p_miscel_offer-ben_area bplan = p_miscel_offer-ben_plan levl1 = p_miscel_offer-ben_option covam = l_covam begda = p_miscel_offer-from_date endda = p_miscel_offer-to_date perio = p_miscel_offer-period reaction = success_msg IMPORTING sscfa = l_sscfa * eepen = g_eepen * erpen = g_erpen * sscfp = g_sscfp * sscfa = g_sscfa * paybk = g_paybk * paybk_flag = g_salary_sacrifice_ni_payback * scrif = g_scrif * srule = g_srule subrc = l_return TABLES error_table = l_error_table.
HR_FBN_CALC_PLAN_OPTION_COST CALL FUNCTION 'HR_FBN_CALC_PLAN_OPTION_COST' EXPORTING pernr = p_miscel_offer-person_no barea = p_miscel_offer-ben_area bpcat = p_miscel_offer-plan_categ bplan = p_miscel_offer-ben_plan begda = p_miscel_offer-from_date endda = p_miscel_offer-to_date ee_cost = l_ee_cost er_cost = l_er_cost perio = p_miscel_offer-period reaction = no_log bopti = p_miscel_offer-ben_option sscfa = l_sscfa IMPORTING ee_cstcrd = p_plan_info-ee_cstcrd TABLES error_table = error_table.
HR_BEN_READ_EE_BENEFIT_DATA CALL FUNCTION 'HR_BEN_READ_EE_BENEFIT_DATA' EXPORTING pernr = p_miscel_offer-person_no datum = p_miscel_offer-from_date reaction = no_msg IMPORTING ee_benefit_data = l_ee_benefit_data TABLES error_table = l_error_table.
HR_BEN_GET_PLAN_COVERAGE CALL FUNCTION 'HR_BEN_GET_PLAN_COVERAGE' EXPORTING ee_benefit_data = l_ee_benefit_data bplan = p_miscel_offer_wa-ben_plan bcove = l_h74fl-bcove addno = p_miscel_offer_wa-addt_no datum = p_miscel_offer_wa-from_date desired_curre = p_miscel_offer_wa-currency reaction = no_msg IMPORTING coverage_amount = l_covam subrc = l_subrc TABLES error_table = l_error_table.
HR_FBN_GET_PLAN_COST CALL FUNCTION 'HR_FBN_GET_PLAN_COST' EXPORTING ee_benefit_data = l_ee_benefit_data bplan = p_miscel_offer_wa-ben_plan bcost = l_h74fl-bcost datum = p_miscel_offer_wa-from_date cover = l_covam out_curre = p_miscel_offer_wa-currency out_period = p_miscel_offer_wa-period reaction = no_msg levl1 = p_miscel_offer_wa-ben_option end_date = p_miscel_offer_wa-to_date IMPORTING eecst = l_eecst ercst = l_ercst accst = l_accst flxcr = l_flxcr TABLES error_table = l_error_table.
HR_FBN_COST_SUMMARY_CALC_RFC CALL FUNCTION 'HR_FBN_COST_SUMMARY_CALC_RFC' EXPORTING employeenumber = pernr calculation_date = calc_date companycar_date = calc_date payroll_period = payroll_period reaction = no_msg IMPORTING funding_scheme = g_funding_scheme ni_neutrality = g_ni_neutrality preflex_salary = g_con_salary postflex_salary = g_flx_salary standard_value = g_stdval flex_fund = g_flx_fund ee_cost_credit = l_ee_cost_credit ni_neutrality_amt = g_ni_neu_amount salary_sacrifice_amt = g_sscfa payroll_time_unit = perio currency = g_cost_currency permotx = g_permotx fndok = fndok penok = penok pfsok = pfsok return = return TABLES credit_selection = credit_selection health_selection = health_selection insure_selection = insure_selection miscel_selection = miscel_selection cost_table = cost_table.
HR_BEN_HANDLE_ERROR CALL FUNCTION 'HR_BEN_HANDLE_ERROR' EXPORTING pernr = header_info-pernr msg_class = return-id msg_number = return-number msg_par1 = return-message_v1 msg_par2 = return-message_v2 msg_par3 = return-message_v3 msg_par4 = return-message_v4 severity = 0 " Error table not used reaction = reaction TABLES error_table = error_table.
HR_FBN_COST_SUMMARY_CALC_RFC CALL FUNCTION 'HR_FBN_COST_SUMMARY_CALC_RFC' EXPORTING employeenumber = p_pernr calculation_date = p_calculation_date companycar_date = p_companycar_date reaction = p_reaction IMPORTING return = p_return TABLES credit_selection = p_credit_selection health_selection = p_health_selection insure_selection = p_insure_selection miscel_selection = p_miscel_selection.
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 MPZ63F03 or its description.