SAP Reports / Programs | Personnel Management | Benefits(PA-BN) SAP PA

MPZ14F02 SAP ABAP INCLUDE - documentation and ABAP source code







MPZ14F02 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 MPZ14F02 into the relevant SAP transactions such as SE38 or SE80


ABAP code to call this SAP report using the submit statement

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.






SUBMIT MPZ14F02. "Basic submit
SUBMIT MPZ14F02 AND RETURN. "Return to original report after report execution complete
SUBMIT MPZ14F02 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT MPZ14F02

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

HR_BEN_MAP_BAPI_TO_RPBENSIV call function 'HR_BEN_MAP_BAPI_TO_RPBENSIV' exporting bapibensiv = inv_selection changing rpbensiv = int_inv_selection exceptions error_converting_iso_code = 1 error_converting_curr_amount = 2 others = 3.

HR_BEN_HANDLE_ERROR call function 'HR_BEN_HANDLE_ERROR' exporting msg_class = msg_class8 msg_number = '028' msg_par1 = inv_selection-ben_plan severity = subrc reaction = reaction tables error_table = error_table.

HR_BEN_MAP_BAPI_TO_RPBEN_O1 call function 'HR_BEN_MAP_BAPI_TO_RPBEN_O1' exporting bapiben_o1 = credit_offer changing rpben_o1 = int_credit_offer exceptions error_converting_iso_code = 1 error_converting_curr_amount = 2 others = 3.

HR_BEN_HANDLE_ERROR call function 'HR_BEN_HANDLE_ERROR' exporting pernr = credit_offer-person_no msg_class = msg_class8 msg_number = '028' msg_par1 = credit_offer-ben_plan severity = subrc reaction = reaction tables error_table = error_table.

HR_BEN_MAP_BAPI_TO_RPBEN_OA call function 'HR_BEN_MAP_BAPI_TO_RPBEN_OA' exporting bapiben_oa = health_offer changing rpben_oa = int_health_offer exceptions error_converting_iso_code = 1 error_converting_curr_amount = 2 others = 3.

HR_BEN_HANDLE_ERROR call function 'HR_BEN_HANDLE_ERROR' exporting pernr = health_offer-person_no msg_class = msg_class8 msg_number = '028' msg_par1 = health_offer-ben_plan severity = subrc reaction = reaction tables error_table = error_table.

HR_BEN_MAP_BAPI_TO_RPBEN_OB call function 'HR_BEN_MAP_BAPI_TO_RPBEN_OB' exporting bapiben_ob = insure_offer changing rpben_ob = int_insure_offer exceptions error_converting_iso_code = 1 error_converting_curr_amount = 2 others = 3.

HR_BEN_HANDLE_ERROR call function 'HR_BEN_HANDLE_ERROR' exporting pernr = insure_offer-person_no msg_class = msg_class8 msg_number = '028' msg_par1 = insure_offer-ben_plan severity = subrc reaction = reaction tables error_table = error_table.

HR_BEN_MAP_BAPI_TO_RPBEN_OE call function 'HR_BEN_MAP_BAPI_TO_RPBEN_OE' exporting bapiben_oe = miscel_offer changing rpben_oe = int_miscel_offer exceptions error_converting_iso_code = 1 error_converting_curr_amount = 2 others = 3.

HR_BEN_HANDLE_ERROR call function 'HR_BEN_HANDLE_ERROR' exporting pernr = miscel_offer-person_no msg_class = msg_class8 msg_number = '028' msg_par1 = miscel_offer-ben_plan severity = subrc reaction = reaction tables error_table = error_table.

HR_BEN_MAP_BAPI_TO_RPBEN_SC call function 'HR_BEN_MAP_BAPI_TO_RPBEN_SC' exporting bapiben_sc = saving_selection changing rpben_sc = int_saving_selection exceptions error_converting_iso_code = 1 error_converting_curr_amount = 2 others = 3.

HR_BEN_HANDLE_ERROR call function 'HR_BEN_HANDLE_ERROR' exporting pernr = saving_selection-person_no msg_class = msg_class8 msg_number = '028' msg_par1 = saving_selection-ben_plan severity = subrc reaction = reaction tables error_table = error_table.

HR_BEN_MAP_BAPI_TO_RPBEN_OC call function 'HR_BEN_MAP_BAPI_TO_RPBEN_OC' exporting bapiben_oc = saving_offer changing rpben_oc = int_saving_offer exceptions error_converting_iso_code = 1 error_converting_curr_amount = 2 others = 3.

HR_BEN_HANDLE_ERROR call function 'HR_BEN_HANDLE_ERROR' exporting pernr = saving_offer-person_no msg_class = msg_class8 msg_number = '028' msg_par1 = saving_offer-ben_plan severity = subrc reaction = reaction tables error_table = error_table.

HR_BEN_MAP_BAPI_TO_RPBEN_SD call function 'HR_BEN_MAP_BAPI_TO_RPBEN_SD' exporting bapiben_sd = spenda_selection changing rpben_sd = int_spenda_selection exceptions error_converting_iso_code = 1 error_converting_curr_amount = 2 others = 3.

HR_BEN_HANDLE_ERROR call function 'HR_BEN_HANDLE_ERROR' exporting pernr = spenda_selection-person_no msg_class = msg_class8 msg_number = '028' msg_par1 = spenda_selection-ben_plan severity = subrc reaction = reaction 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 = int_miscel_selection exceptions error_converting_iso_code = 1 error_converting_curr_amount = 2 others = 3.

HR_BEN_HANDLE_ERROR call function 'HR_BEN_HANDLE_ERROR' exporting pernr = miscel_selection-person_no msg_class = msg_class8 msg_number = '028' msg_par1 = miscel_selection-ben_plan severity = subrc reaction = reaction tables error_table = error_table.

HR_BEN_MAP_BAPI_TO_RPBEN_OE





call function 'HR_BEN_MAP_BAPI_TO_RPBEN_OE' exporting bapiben_oe = miscel_offer changing rpben_oe = int_miscel_offer exceptions error_converting_iso_code = 1 error_converting_curr_amount = 2 others = 3.

HR_BEN_HANDLE_ERROR call function 'HR_BEN_HANDLE_ERROR' exporting pernr = miscel_offer-person_no msg_class = msg_class8 msg_number = '028' msg_par1 = miscel_offer-ben_plan severity = subrc reaction = reaction tables error_table = error_table.

HR_BEN_MAP_BAPI_TO_RPBEN_SF call function 'HR_BEN_MAP_BAPI_TO_RPBEN_SF' exporting bapiben_sf = stockp_selection changing rpben_sf = int_stockp_selection exceptions error_converting_iso_code = 1 error_converting_curr_amount = 2 others = 3.

HR_BEN_HANDLE_ERROR call function 'HR_BEN_HANDLE_ERROR' exporting pernr = stockp_selection-person_no msg_class = msg_class8 msg_number = '028' msg_par1 = stockp_selection-ben_plan severity = subrc reaction = reaction tables error_table = error_table.

HR_BEN_MAP_BAPI_TO_RPBEN_OF call function 'HR_BEN_MAP_BAPI_TO_RPBEN_OF' exporting bapiben_of = stockp_offer changing rpben_of = int_stockp_offer exceptions error_converting_iso_code = 1 error_converting_curr_amount = 2 others = 3.

HR_BEN_HANDLE_ERROR call function 'HR_BEN_HANDLE_ERROR' exporting pernr = stockp_offer-person_no msg_class = msg_class8 msg_number = '028' msg_par1 = stockp_offer-ben_plan severity = subrc reaction = reaction tables error_table = error_table.

HR_BEN_MAP_BAPI_TO_RPBEN_SC call function 'HR_BEN_MAP_BAPI_TO_RPBEN_SC' exporting bapiben_sc = saving_selection changing rpben_sc = int_saving_selection exceptions error_converting_iso_code = 1 error_converting_curr_amount = 2 others = 3.

HR_BEN_HANDLE_ERROR call function 'HR_BEN_HANDLE_ERROR' exporting pernr = saving_selection-person_no msg_class = msg_class8 msg_number = '028' msg_par1 = saving_selection-ben_plan severity = subrc reaction = reaction tables error_table = error_table.

HR_BEN_MAP_BAPI_TO_RPBEN_OC call function 'HR_BEN_MAP_BAPI_TO_RPBEN_OC' exporting bapiben_oc = saving_offer changing rpben_oc = int_saving_offer exceptions error_converting_iso_code = 1 error_converting_curr_amount = 2 others = 3.

HR_BEN_HANDLE_ERROR call function 'HR_BEN_HANDLE_ERROR' exporting pernr = saving_offer-person_no msg_class = msg_class8 msg_number = '028' msg_par1 = saving_offer-ben_plan severity = subrc reaction = reaction 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 = int_miscel_selection exceptions error_converting_iso_code = 1 error_converting_curr_amount = 2 others = 3.

HR_BEN_HANDLE_ERROR call function 'HR_BEN_HANDLE_ERROR' exporting pernr = miscel_selection-person_no msg_class = msg_class8 msg_number = '028' msg_par1 = miscel_selection-ben_plan severity = subrc reaction = reaction tables error_table = error_table.

HR_BEN_MAP_BAPI_TO_RPBEN_OE call function 'HR_BEN_MAP_BAPI_TO_RPBEN_OE' exporting bapiben_oe = miscel_offer changing rpben_oe = int_miscel_offer exceptions error_converting_iso_code = 1 error_converting_curr_amount = 2 others = 3.

HR_BEN_HANDLE_ERROR call function 'HR_BEN_HANDLE_ERROR' exporting pernr = miscel_offer-person_no msg_class = msg_class8 msg_number = '028' msg_par1 = miscel_offer-ben_plan severity = subrc reaction = reaction tables error_table = error_table.

HR_BEN_MAP_BAPI_TO_RPBEN_SF call function 'HR_BEN_MAP_BAPI_TO_RPBEN_SF' exporting bapiben_sf = stockp_selection changing rpben_sf = int_stockp_selection exceptions error_converting_iso_code = 1 error_converting_curr_amount = 2 others = 3.

HR_BEN_HANDLE_ERROR call function 'HR_BEN_HANDLE_ERROR' exporting pernr = stockp_selection-person_no msg_class = msg_class8 msg_number = '028' msg_par1 = stockp_selection-ben_plan severity = subrc reaction = reaction tables error_table = error_table.

HR_BEN_MAP_BAPI_TO_RPBEN_OF call function 'HR_BEN_MAP_BAPI_TO_RPBEN_OF' exporting bapiben_of = stockp_offer changing rpben_of = int_stockp_offer exceptions error_converting_iso_code = 1 error_converting_curr_amount = 2 others = 3.

HR_BEN_HANDLE_ERROR call function 'HR_BEN_HANDLE_ERROR' exporting pernr = stockp_offer-person_no msg_class = msg_class8 msg_number = '028' msg_par1 = stockp_offer-ben_plan severity = subrc reaction = reaction tables error_table = error_table.

HR_BEN_MAP_BAPI_TO_RPBENEVENT call function 'HR_BEN_MAP_BAPI_TO_RPBENEVENT' exporting bapibenevt = bapi_event_description changing rpbenevent = event_description.

HR_BEN_PAY_SIM_PAYCHECK_BAPI call function 'HR_BEN_PAY_SIM_PAYCHECK_BAPI' exporting pernr = header_info-pernr event = event enrty = selected_reason-enrollmenttype datum = header_info-valdt reaction = no_msg importing return = return 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 = dep_selection beneficiaries_selection = ben_selection investments_selection = inv_selection html_list = html_list.




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 reaction = reaction.

HR_BEN_MAP_BAPI_TO_RPBENEVENT call function 'HR_BEN_MAP_BAPI_TO_RPBENEVENT' exporting bapibenevt = bapievent changing rpbenevent = event.

HR_BEN_FORM_PRINT call function 'HR_BEN_FORM_PRINT' exporting pernr = header_info-pernr begda = header_info-valdt endda = header_info-valdt form_type = form_type event_description = event enrollment_type = selected_reason-enrollmenttype command = 'PDF' reaction = reaction importing pdf_table = pdf_tab[] pdf_fsize = pdf_fsize subrc = subrc tables error_table = error_table.

ALEWEB_DOWNLOAD call function 'ALEWEB_DOWNLOAD' exporting data_len = pdf_fsize mime_type = 'application/pdf' data_type = 'RAW' tables data_tab = pdf_line_tab[].

HR_BEN_MAP_BAPI_TO_RPBENEVENT call function 'HR_BEN_MAP_BAPI_TO_RPBENEVENT' exporting bapibenevt = bapievent changing rpbenevent = event.

HR_BEN_GET_FORM_SETTINGS call function 'HR_BEN_GET_FORM_SETTINGS' exporting pernr = enroll_reason-person_no datum = date form_type = form_type enrty = enroll_reason-enrollmenttype event_description = event reaction = reaction importing settings = h74hl subrc = subrc tables error_tab = error_tab.

HR_BEN_GET_GENERAL_LINKS call function 'HR_BEN_GET_GENERAL_LINKS' exporting barea = header_info-barea_proc_begda reaction = no_msg importing subrc = retcd tables general_links = general_links error_table = error_table.

HR_BEN_READ_URL call function 'HR_BEN_READ_URL' exporting barea = ben_area urlid = l_urlid reaction = no_msg importing url_code = l_urlco url_text = l_urltx subrc = retcd tables error_table = error_table.

HR_BEN_F4_VALUE_REQUEST call function 'HR_BEN_F4_VALUE_REQUEST' exporting retfield = 'BPLAN' dynpprog = repid dynpnr = dynnr dynprofield = 'RPBEN_OA-BPLAN' display_mode = display_mode reaction = no_msg importing subrc = subrc tables value_tab = plan_table error_table = error_table.

HR_BEN_HANDLE_ERROR call function 'HR_BEN_HANDLE_ERROR' exporting msg_class = msg_class8 msg_number = '014' msg_par1 = txt_plan severity = 0 reaction = success_msg.



Contribute (Add Comments)

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 MPZ14F02 or its description.