FBN71F01 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 FBN71F01 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 FBN70F01
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = sy-repid i_callback_pf_status_set = 'ALV_EVENT_PF_STATUS' i_callback_user_command = 'ALV_EVENT_USER_COMMAND' is_layout = l_layout_tab it_fieldcat = l_fieldcat_tab i_save = 'A' is_variant = l_variant it_event_exit = l_exit_tab it_events = l_event_tab TABLES t_outtab = p_prov_tab EXCEPTIONS program_error = 1 OTHERS = 2.
REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' EXPORTING i_list_type = 0 IMPORTING et_events = p_event_tab.
REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING i_logo = 'ENJOYSAP_LOGO' it_list_commentary = l_comment_tab.
HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING pernr = pernr infty = infty begda = begda endda = endda IMPORTING subrc = retcd TABLES infty_tab = it EXCEPTIONS infty_not_found = 1 OTHERS = 2.
HR_BEN_HANDLE_ERROR CALL FUNCTION 'HR_BEN_HANDLE_ERROR' EXPORTING pernr = pernr msg_class = sy-msgid msg_number = sy-msgno msg_par1 = sy-msgv1 msg_par2 = sy-msgv2 msg_par3 = sy-msgv3 msg_par4 = sy-msgv4 severity = subrc reaction = reaction TABLES error_table = error_tab.
HR_BEN_HANDLE_ERROR CALL FUNCTION 'HR_BEN_HANDLE_ERROR' EXPORTING pernr = pernr msg_class = msg_class11 msg_number = '036' msg_par1 = infty severity = subrc reaction = reaction TABLES error_table = error_tab.
HR_BEN_GET_ENTRY_DATE CALL FUNCTION 'HR_BEN_GET_ENTRY_DATE' EXPORTING pernr = pernr datum = endda reaction = no_msg IMPORTING entry_date = entrydate subrc = subrc TABLES error_table = error_tab.
RP_GET_FIRE_DATE CALL FUNCTION 'RP_GET_FIRE_DATE' EXPORTING persnr = pernr IMPORTING firedate = firedate.
HR_MAKE_ADDRESS CALL FUNCTION 'HR_MAKE_ADDRESS' EXPORTING pp0001 = it_0001 pp0002 = it_0002 pp0006 = it_0006 edit_name = it_0001-ename line_count = 10 IMPORTING adrs_printform_table = l_t_adrs_printform EXCEPTIONS no_molga_found = 1 OTHERS = 2.
HR_BEN_HANDLE_ERROR CALL FUNCTION 'HR_BEN_HANDLE_ERROR' EXPORTING pernr = pernr msg_class = g_msgid msg_number = '009' msg_par1 = pernr severity = '8' reaction = reaction TABLES error_table = error_tab.
RP_OPTIONS_INTO_STRING CALL FUNCTION 'RP_OPTIONS_INTO_STRING' EXPORTING max_chosen_number = 30 "040318 delimiter_sign = '/' text_title = 'Choose fields'(117) text_left = 'Optional fields'(118) text_right = 'Selected fields'(119) * TEXT_OBJECT = IMPORTING return_code = retcode TABLES text_symbol_relation_tab = sel_tab CHANGING string_value = sel_col EXCEPTIONS table_string_inconsistency = 1 unknown_status = 2 OTHERS = 3.
HR_BEN_GET_CURRENCY CALL FUNCTION 'HR_BEN_GET_CURRENCY' EXPORTING barea = barea datum = datum reaction = no_msg IMPORTING currency = curre subrc = subrc TABLES error_table = l_error_table.
HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING pernr = p_pernr infty = '0001' begda = p_begda endda = p_begda IMPORTING subrc = p_subrc TABLES infty_tab = l_p0001_tab.
HR_BEN_HANDLE_ERROR CALL FUNCTION 'HR_BEN_HANDLE_ERROR' EXPORTING msg_class = 'HRBEN00TREEREPORTS' msg_number = '031' msg_par1 = p_pernr severity = p_subrc reaction = p_reaction TABLES error_table = p_error_table.
HR_COUNTRYGROUPING_GET CALL FUNCTION 'HR_COUNTRYGROUPING_GET' EXPORTING pernr = p_pernr begda = p_begda endda = p_begda IMPORTING molga = l_pme07-molga EXCEPTIONS OTHERS = 1.
HR_FEATURE_BACKFIELD CALL FUNCTION 'HR_FEATURE_BACKFIELD' EXPORTING feature = 'ANSAL' struc_content = l_pme07 IMPORTING back = l_lgart EXCEPTIONS OTHERS = 1.
HR_BEN_HANDLE_ERROR CALL FUNCTION 'HR_BEN_HANDLE_ERROR' EXPORTING msg_class = 'HRFBN00GENERAL' msg_number = '006' msg_par1 = p_pernr severity = p_subrc reaction = p_reaction TABLES error_table = p_error_table.
HR_BEN_CALC_BENEFIT_SALARY CALL FUNCTION 'HR_BEN_CALC_BENEFIT_SALARY' EXPORTING pernr = p_pernr datum = p_begda curre = p_curr lgart = l_lgart reaction = p_reaction IMPORTING bensl = p_con_salary subrc = p_subrc TABLES error_table = p_error_table.
CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING pernr = p_it0168-pernr infty = '0021' begda = pa_datum endda = pa_datum IMPORTING subrc = subrc TABLES infty_tab = it_0021.
RSTS_WRITE CALL FUNCTION 'RSTS_WRITE' EXPORTING fbhandle = objhd TABLES datatab = update_data.
RP_TS_CREATE_OBJECT CALL FUNCTION 'RP_TS_CREATE_OBJECT' EXPORTING objkn = objkn objnr = $objnr empfg = empfg objin = ts_objin IMPORTING tsobj = temse_object_name objhd = objhd.
RSTS_CLOSE CALL FUNCTION 'RSTS_CLOSE' EXCEPTIONS fb_call_handle = 1 fb_error = 2 fb_rsts_other = 3 OTHERS = 4.
RP_TS_OPEN CALL FUNCTION 'RP_TS_OPEN' EXPORTING tsobj = l_tsobj empfg = empfg IMPORTING objin = l_objin EXCEPTIONS fb_call_handle = 1 fb_error = 2 fb_rsts_noconv = 3 fb_rsts_other = 4 no_object = 5 no_permission = 6 no_hr_application_file = 7 invalid_version_number = 8 wrong_report = 9 enq_foreign_lock = 10 enq_sys_fail = 11 enq_other = 12 OTHERS = 13.
RSTS_READ CALL FUNCTION 'RSTS_READ' EXPORTING showlg = '' TABLES datatab = rpt_data EXCEPTIONS fb_call_handle = 01 fb_error = 02 fb_rsts_noconv = 03 fb_rsts_other = 04.
RSTS_CLOSE CALL FUNCTION 'RSTS_CLOSE' EXCEPTIONS fb_call_handle = 01 fb_error = 02 fb_rsts_other = 03.
RP_TS_OPEN CALL FUNCTION 'RP_TS_OPEN' EXPORTING tsobj = l_tsobj empfg = empfg IMPORTING objin = l_objin EXCEPTIONS fb_call_handle = 1 fb_error = 2 fb_rsts_noconv = 3 fb_rsts_other = 4 no_object = 5 no_permission = 6 no_hr_application_file = 7 invalid_version_number = 8 wrong_report = 9 enq_foreign_lock = 10 enq_sys_fail = 11 enq_other = 12 OTHERS = 13.
RSTS_READ CALL FUNCTION 'RSTS_READ' EXPORTING showlg = '' TABLES datatab = update_data EXCEPTIONS fb_call_handle = 01 fb_error = 02 fb_rsts_noconv = 03 fb_rsts_other = 04.
RSTS_CLOSE CALL FUNCTION 'RSTS_CLOSE' EXCEPTIONS fb_call_handle = 01 fb_error = 02 fb_rsts_other = 03.
HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING pernr = p_pernr infty = '0008' begda = p_begda endda = p_endda IMPORTING subrc = subrc TABLES infty_tab = it_0008.
HR_BEN_HANDLE_ERROR CALL FUNCTION 'HR_BEN_HANDLE_ERROR' EXPORTING pernr = p_pernr msg_class = g_msgid msg_number = '002' msg_par1 = it_0167-bplan severity = sy-subrc reaction = reaction TABLES error_table = error_tab.
HR_BEN_HANDLE_ERROR CALL FUNCTION 'HR_BEN_HANDLE_ERROR' EXPORTING pernr = p_pernr msg_class = g_msgid msg_number = '002' msg_par1 = it_0168-bplan severity = sy-subrc reaction = reaction TABLES error_table = error_tab.
HR_BEN_HANDLE_ERROR CALL FUNCTION 'HR_BEN_HANDLE_ERROR' EXPORTING pernr = p_pernr msg_class = g_msgid msg_number = '002' msg_par1 = it_0377-bplan severity = sy-subrc reaction = reaction TABLES error_table = error_tab.
HR_BEN_MAP_INFTY_TO_RPBEN_DA CALL FUNCTION 'HR_BEN_MAP_INFTY_TO_RPBEN_DA' EXPORTING i0167 = it0167 reaction = reaction IMPORTING health_plan = rpben_da validity_date = l_cstdt subrc = subrc TABLES error_table = error_tab.
HR_BEN_FILL_HEALTH_DETAILS CALL FUNCTION 'HR_BEN_FILL_HEALTH_DETAILS' EXPORTING validity_date = l_cstdt reaction = reaction IMPORTING subrc = subrc TABLES error_table = error_tab CHANGING health_plan = rpben_da.
HR_FBN_CALC_PLAN_OPTION_COST CALL FUNCTION 'HR_FBN_CALC_PLAN_OPTION_COST' EXPORTING pernr = pernr barea = rpben_da-barea bpcat = rpben_da-bpcat bplan = rpben_da-bplan begda = l_cstdt endda = rpben_da-endda ee_cost = rpben_da-eecst er_cost = rpben_da-ercst perio = rpben_da-perio reaction = no_msg IMPORTING std_cost = l_ercst flx_cost = l_eecst * COST_DIFFERENCE = alv_itab-cost_diff * EE_CSTCRD = alv_itab-ee_cstcrd * ERNIC = alv_itab-ernic return = subrc TABLES error_table = error_tab.
HR_BEN_CALC_AMOUNT_CONVERSION CALL FUNCTION 'HR_BEN_CALC_AMOUNT_CONVERSION' EXPORTING iperi = rpben_da-perio iamnt = l_eecst operi = l_period pernr = pernr reaction = reaction IMPORTING oamnt = x_eecst subrc = subrc TABLES error_table = error_tab.
HR_BEN_CALC_AMOUNT_CONVERSION CALL FUNCTION 'HR_BEN_CALC_AMOUNT_CONVERSION' EXPORTING iperi = rpben_da-perio iamnt = l_ercst operi = l_period pernr = pernr reaction = reaction IMPORTING oamnt = x_ercst subrc = subrc TABLES error_table = error_tab.
HR_BEN_MAP_INFTY_TO_RPBEN_DB CALL FUNCTION 'HR_BEN_MAP_INFTY_TO_RPBEN_DB' EXPORTING i0168 = it0168 reaction = no_msg IMPORTING insure_plan = rpben_db validity_date = l_cstdt subrc = subrc TABLES error_table = error_tab.
HR_BEN_FILL_INSURE_DETAILS CALL FUNCTION 'HR_BEN_FILL_INSURE_DETAILS' EXPORTING validity_date = l_cstdt reaction = no_msg IMPORTING subrc = subrc TABLES error_table = error_tab CHANGING insure_plan = rpben_db.
HR_FBN_CALC_PLAN_OPTION_COST CALL FUNCTION 'HR_FBN_CALC_PLAN_OPTION_COST' EXPORTING pernr = pernr barea = rpben_db-barea bpcat = rpben_db-bpcat bplan = rpben_db-bplan begda = l_cstdt endda = rpben_db-endda ee_cost = rpben_db-eecst er_cost = rpben_db-ercst perio = rpben_db-perio reaction = no_msg IMPORTING std_cost = l_ercst flx_cost = l_eecst * COST_DIFFERENCE = alv_itab-cost_diff * EE_CSTCRD = alv_itab-ee_cstcrd * ERNIC = alv_itab-ernic return = subrc TABLES error_table = error_tab.
HR_BEN_CALC_AMOUNT_CONVERSION CALL FUNCTION 'HR_BEN_CALC_AMOUNT_CONVERSION' EXPORTING iperi = rpben_db-perio iamnt = l_eecst operi = l_period pernr = pernr reaction = reaction IMPORTING oamnt = x_eecst subrc = subrc TABLES error_table = error_tab.
HR_BEN_CALC_AMOUNT_CONVERSION CALL FUNCTION 'HR_BEN_CALC_AMOUNT_CONVERSION' EXPORTING iperi = rpben_db-perio iamnt = l_ercst operi = l_period pernr = pernr reaction = reaction IMPORTING oamnt = x_ercst subrc = subrc TABLES error_table = error_tab.
HR_BEN_MAP_INFTY_TO_RPBEN_DE CALL FUNCTION 'HR_BEN_MAP_INFTY_TO_RPBEN_DE' EXPORTING i0377 = it0377 reaction = reaction IMPORTING miscel_plan = rpben_de validity_date = l_cstdt subrc = subrc TABLES error_table = error_tab.
HR_FBN_FILL_MISCEL_DETAILS CALL FUNCTION 'HR_FBN_FILL_MISCEL_DETAILS' EXPORTING validity_date = l_cstdt reaction = no_msg IMPORTING subrc = subrc TABLES error_table = error_tab CHANGING miscel_plan = rpben_de.
HR_BEN_CALC_AMOUNT_CONVERSION CALL FUNCTION 'HR_BEN_CALC_AMOUNT_CONVERSION' EXPORTING iperi = rpben_de-perio iamnt = misc_stru-eecst operi = l_period pernr = pernr reaction = reaction IMPORTING oamnt = x_eecst subrc = subrc TABLES error_table = error_tab.
HR_BEN_CALC_AMOUNT_CONVERSION CALL FUNCTION 'HR_BEN_CALC_AMOUNT_CONVERSION' EXPORTING iperi = rpben_de-perio iamnt = misc_stru-ercst operi = l_period pernr = pernr reaction = reaction IMPORTING oamnt = x_ercst subrc = subrc TABLES error_table = error_tab.
HR_BEN_SAVE_ERROR_LOG CALL FUNCTION 'HR_BEN_SAVE_ERROR_LOG' EXPORTING repid = g_repid IMPORTING log_handle = log_handle TABLES error_table = error_tab.
HR_BEN_SHOW_ERROR_POPUP CALL FUNCTION 'HR_BEN_SHOW_ERROR_POPUP' EXPORTING log_handle = log_handle TABLES error_table = error_tab.
HR_FBN_GET_PLANTYPE_INDICATOR CALL FUNCTION 'HR_FBN_GET_PLANTYPE_INDICATOR' EXPORTING barea = p_rpben_de-barea plan = p_rpben_de-bplan datum = p_rpben_de-begda reaction = no_msg IMPORTING fieid = l_fieid subrc = subrc TABLES error_table = error_table.
HR_FBN_GET_GB_PENSION_DATA CALL FUNCTION 'HR_FBN_GET_GB_PENSION_DATA' EXPORTING pernr = p_rpben_de-pernr barea = p_rpben_de-barea bplan = p_rpben_de-bplan levl1 = p_rpben_de-levl1 covam = p_rpben_de-covam begda = p_rpben_de-begda endda = p_rpben_de-begda perio = p_rpben_de-perio reaction = reaction IMPORTING eepen = p_itab-eepen erpen = p_itab-erpen sscfp = p_itab-sscfp sscfa = p_itab-sscfa paybk = p_itab-paybk paybk_flag = l_salary_sacrifice_ni_payback scrif = l_scrif srule = p_itab-srule subrc = subrc TABLES error_table = error_table.
HR_FBN_CALC_PLAN_OPTION_COST CALL FUNCTION 'HR_FBN_CALC_PLAN_OPTION_COST' EXPORTING pernr = p_rpben_de-pernr barea = p_rpben_de-barea bpcat = p_rpben_de-bpcat bplan = p_rpben_de-bplan begda = p_rpben_de-begda endda = p_rpben_de-endda ee_cost = p_rpben_de-eecst er_cost = p_rpben_de-ercst perio = p_rpben_de-perio reaction = reaction bopti = p_rpben_de-levl1 sscfa = p_itab-sscfa IMPORTING std_cost = p_itab-ercst flx_cost = p_itab-eecst cost_difference = p_itab-cost_diff ee_cstcrd = p_itab-ee_cstcrd ernic = p_itab-ernic return = subrc TABLES error_table = error_table.
HR_FBN_CALC_PLAN_OPTION_COST CALL FUNCTION 'HR_FBN_CALC_PLAN_OPTION_COST' EXPORTING pernr = p_rpben_de-pernr barea = p_rpben_de-barea bpcat = p_rpben_de-bpcat bplan = p_rpben_de-bplan begda = p_rpben_de-begda endda = p_rpben_de-endda ee_cost = p_rpben_de-eecst er_cost = p_rpben_de-ercst perio = p_rpben_de-perio reaction = reaction bopti = p_rpben_de-levl1 IMPORTING std_cost = p_itab-ercst flx_cost = p_itab-eecst cost_difference = p_itab-cost_diff ee_cstcrd = p_itab-ee_cstcrd ernic = p_itab-ernic return = subrc TABLES error_table = error_table.
HR_BEN_READ_EE_BENEFIT_DATA CALL FUNCTION 'HR_BEN_READ_EE_BENEFIT_DATA' EXPORTING pernr = pernr datum = rpt_date reaction = no_msg IMPORTING ee_benefit_data = ee_benefit_data subrc = subrc TABLES error_table = error_tab.
HR_BEN_GET_CURRENCY CALL FUNCTION 'HR_BEN_GET_CURRENCY' EXPORTING barea = p0168-barea datum = rpt_date reaction = no_msg IMPORTING currency = l_curre subrc = subrc TABLES error_table = error_tab.
HR_BEN_GET_RULE_COVERAGE CALL FUNCTION 'HR_BEN_GET_RULE_COVERAGE' EXPORTING ee_benefit_data = ee_benefit_data coverage_formula = h74fb datum = rpt_date desired_curre = l_curre reaction = no_msg IMPORTING coverage_rule = h74fc subrc = subrc TABLES error_table = error_tab.
HR_BEN_GET_PLAN_SALARY CALL FUNCTION 'HR_BEN_GET_PLAN_SALARY' EXPORTING ee_ben_data = ee_benefit_data bplan = p0168-bplan cutoff_month = h74fb-bsalm cutoff_day = h74fb-bsald currency = l_curre datum = rpt_date gp_reason = 'XXB3' reaction = no_msg IMPORTING benefit_salary = l_bensl subrc = subrc TABLES error_table = error_tab.
HR_BEN_CONVERT_CURRENCY CALL FUNCTION 'HR_BEN_CONVERT_CURRENCY' EXPORTING old_amount = p0168-salov old_curre = p0168-curre new_curre = l_curre datum = rpt_date reaction = no_msg IMPORTING new_amount = ben_salary subrc = subrc TABLES error_table = error_tab.
HR_BEN_CALC_COVERAGE_AMOUNT CALL FUNCTION 'HR_BEN_CALC_COVERAGE_AMOUNT' EXPORTING coverage_rule = h74fc benefit_salary = ben_salary additional_units = p0168-addno out_curre = l_curre datum = rpt_date reaction = no_msg IMPORTING coverage_amount = l_covam subrc = subrc TABLES error_table = error_tab.
HR_BEN_CONVERT_CURRENCY CALL FUNCTION 'HR_BEN_CONVERT_CURRENCY' EXPORTING old_amount = p0168-covov old_curre = p0168-curre new_curre = l_curre datum = rpt_date reaction = no_msg IMPORTING new_amount = cover_amount subrc = subrc TABLES error_table = error_tab.
HR_BEN_READ_EE_BENEFIT_DATA CALL FUNCTION 'HR_BEN_READ_EE_BENEFIT_DATA' EXPORTING pernr = pernr datum = rpt_date reaction = no_msg IMPORTING ee_benefit_data = ee_benefit_data subrc = subrc TABLES error_table = error_tab.
HR_BEN_GET_CURRENCY CALL FUNCTION 'HR_BEN_GET_CURRENCY' EXPORTING barea = p0377-barea datum = rpt_date reaction = no_msg IMPORTING currency = l_curre subrc = subrc TABLES error_table = error_tab.
HR_BEN_GET_RULE_COVERAGE CALL FUNCTION 'HR_BEN_GET_RULE_COVERAGE' EXPORTING ee_benefit_data = ee_benefit_data coverage_formula = h74fb datum = rpt_date desired_curre = l_curre reaction = no_msg IMPORTING coverage_rule = h74fc subrc = subrc TABLES error_table = error_tab.
HR_BEN_GET_PLAN_SALARY CALL FUNCTION 'HR_BEN_GET_PLAN_SALARY' EXPORTING ee_ben_data = ee_benefit_data bplan = p0377-bplan cutoff_month = h74fb-bsalm cutoff_day = h74fb-bsald currency = l_curre datum = rpt_date gp_reason = 'XXB3' reaction = no_msg IMPORTING benefit_salary = l_bensl subrc = subrc TABLES error_table = error_tab.
HR_BEN_CONVERT_CURRENCY CALL FUNCTION 'HR_BEN_CONVERT_CURRENCY' EXPORTING old_amount = p0377-salov old_curre = p0377-curre new_curre = l_curre datum = rpt_date reaction = no_msg IMPORTING new_amount = ben_salary subrc = subrc TABLES error_table = error_tab.
HR_BEN_CALC_COVERAGE_AMOUNT CALL FUNCTION 'HR_BEN_CALC_COVERAGE_AMOUNT' EXPORTING coverage_rule = h74fc benefit_salary = ben_salary additional_units = p0377-addno out_curre = l_curre datum = rpt_date reaction = no_msg IMPORTING coverage_amount = l_covam subrc = subrc TABLES error_table = error_tab.
HR_BEN_CONVERT_CURRENCY CALL FUNCTION 'HR_BEN_CONVERT_CURRENCY' EXPORTING old_amount = p0377-covov old_curre = p0377-curre new_curre = l_curre datum = rpt_date reaction = no_msg IMPORTING new_amount = cover_amount subrc = subrc TABLES error_table = error_tab.
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 FBN71F01 or its description.