MPZ64O01 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 MPZ64O01 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 MPZ64O01
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
HR_FBN_CALC_PLAN_OPTION_COST CALL FUNCTION 'HR_FBN_CALC_PLAN_OPTION_COST' EXPORTING pernr = bapiben_da-person_no barea = bapiben_da-ben_area bpcat = bapiben_da-plan_categ bplan = bapiben_da-ben_plan begda = bapiben_da-cur_begda endda = int_health_plans-endda ee_cost = int_health_plans-eecst er_cost = int_health_plans-ercst perio = int_health_plans-perio reaction = no_log fmode = g_funding_scheme nicne = g_ni_neutrality IMPORTING flx_cost = int_health_plans-eecst std_cost = int_health_plans-ercst cost_difference = g_fbn_cost_difference ee_cstcrd = g_fbn_ee_cost ernic = g_fbn_ernic * return = subrc TABLES error_table = error_table.
HR_FBN_CALC_PLAN_OPTION_COST CALL FUNCTION 'HR_FBN_CALC_PLAN_OPTION_COST' EXPORTING pernr = bapiben_db-person_no barea = bapiben_db-ben_area bpcat = bapiben_db-plan_categ bplan = bapiben_db-ben_plan begda = bapiben_db-cur_begda endda = int_insure_plans-endda ee_cost = int_insure_plans-eecst er_cost = int_insure_plans-ercst perio = int_insure_plans-perio reaction = no_log fmode = g_funding_scheme nicne = g_ni_neutrality IMPORTING flx_cost = int_insure_plans-eecst std_cost = int_insure_plans-ercst cost_difference = g_fbn_cost_difference ee_cstcrd = g_fbn_ee_cost ernic = g_fbn_ernic * return = subrc TABLES error_table = error_table.
HR_FBN_GET_GB_PENSION_DATA CALL FUNCTION 'HR_FBN_GET_GB_PENSION_DATA' EXPORTING pernr = bapiben_de-person_no barea = bapiben_de-ben_area bplan = bapiben_de-ben_plan levl1 = bapiben_de-ben_option covam = l_covam begda = bapiben_de-cur_begda endda = bapiben_de-cur_endda perio = bapiben_de-period reaction = success_msg IMPORTING 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 = subrc TABLES error_table = error_table.
HR_FBN_CALC_PLAN_OPTION_COST CALL FUNCTION 'HR_FBN_CALC_PLAN_OPTION_COST' EXPORTING pernr = bapiben_de-person_no barea = bapiben_de-ben_area bpcat = bapiben_de-plan_categ bplan = bapiben_de-ben_plan begda = bapiben_de-cur_begda endda = int_miscel_plans-endda ee_cost = int_miscel_plans-eecst er_cost = int_miscel_plans-ercst perio = int_miscel_plans-perio reaction = no_log fmode = g_funding_scheme nicne = g_ni_neutrality bopti = bapiben_de-ben_option sscfa = g_sscfa IMPORTING std_cost = int_miscel_plans-ercst flx_cost = int_miscel_plans-eecst cost_difference = g_fbn_cost_difference ee_cstcrd = g_fbn_ee_cost ernic = g_fbn_ernic * return = subrc TABLES error_table = error_table.
HR_FBN_GET_ORIGINAL_QUOTA CALL FUNCTION 'HR_FBN_GET_ORIGINAL_QUOTA' EXPORTING pernr = bapiben_de-person_no barea = bapiben_de-ben_area bplan = bapiben_de-ben_plan datum = bapiben_de-cur_begda reaction = success_msg IMPORTING anzhl = l_anzhl subrc = subrc TABLES error_table = error_table.
HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING pernr = bapiben_de-person_no infty = '0001' begda = bapiben_de-cur_begda endda = bapiben_de-cur_begda * IMPORTING * SUBRC = L_SUBRC TABLES infty_tab = l_it0001 EXCEPTIONS infty_not_found = 1 OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.