SAP Reports / Programs | Personnel Management | Benefits | General Parts(PA-BN-FB-XX) SAP PA

FBN70F01 SAP ABAP INCLUDE - Include FBN70F01







FBN70F01 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 FBN70F01 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 FBN70F01. "Basic submit
SUBMIT FBN70F01 AND RETURN. "Return to original report after report execution complete
SUBMIT FBN70F01 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Include FBN70F01


INCLUDES used within this REPORT FBN70F01

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:

REUSE_ALV_VARIANT_DEFAULT_GET CALL FUNCTION 'REUSE_ALV_VARIANT_DEFAULT_GET' EXPORTING i_save = 'A' CHANGING cs_variant = l_variant EXCEPTIONS wrong_input = 1 not_found = 2 program_error = 3 OTHERS = 4.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = g_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_events = l_event_tab TABLES t_outtab = p_holiday_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_BEN_HANDLE_ERROR CALL FUNCTION 'HR_BEN_HANDLE_ERROR' EXPORTING pernr = pernr-pernr msg_class = 'RP' msg_number = '050' msg_par1 = '0001' msg_par2 = pernr-pernr msg_par3 = pa_begda msg_par4 = pa_endda severity = 8 reaction = no_msg TABLES error_table = error_table.

HR_BEN_HANDLE_ERROR CALL FUNCTION 'HR_BEN_HANDLE_ERROR' EXPORTING pernr = pernr-pernr msg_class = 'RP' msg_number = '050' msg_par1 = '0002' msg_par2 = pernr-pernr msg_par3 = pa_begda msg_par4 = pa_endda severity = 8 reaction = no_msg TABLES error_table = error_table.

HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING pernr = pernr-pernr infty = '0377' begda = begda endda = endda IMPORTING subrc = subrc TABLES infty_tab = it0377 EXCEPTIONS infty_not_found = 1 OTHERS = 2.

HR_FBN_GET_PLANTYPE_INDICATOR CALL FUNCTION 'HR_FBN_GET_PLANTYPE_INDICATOR' EXPORTING barea = it0377-barea plan = it0377-bplan datum = it0377-begda reaction = reaction IMPORTING fieid = l_fieid subrc = subrc TABLES error_table = error_tab.

HR_BEN_HANDLE_ERROR CALL FUNCTION 'HR_BEN_HANDLE_ERROR' EXPORTING pernr = pernr-pernr msg_class = 'HRFBN00GENERAL' msg_number = '017' msg_par1 = '0377' msg_par2 = pernr-pernr msg_par3 = begda msg_par4 = endda severity = 8 reaction = no_msg TABLES error_table = error_table.

HR_BEN_HANDLE_ERROR CALL FUNCTION 'HR_BEN_HANDLE_ERROR' EXPORTING pernr = pernr-pernr msg_class = 'HRBEN00INFOTYPES' msg_number = '024' severity = subrc reaction = reaction TABLES error_table = error_table.

HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING pernr = pernr-pernr infty = '2006' begda = begda endda = endda IMPORTING subrc = retcd TABLES infty_tab = it_2006 EXCEPTIONS infty_not_found = 1 OTHERS = 2.

HR_BEN_HANDLE_ERROR CALL FUNCTION 'HR_BEN_HANDLE_ERROR' EXPORTING pernr = pernr-pernr msg_class = 'HRFBN00GENERAL' msg_number = '008' msg_par1 = ktart severity = subrc reaction = react TABLES error_table = error_table.

HR_BEN_HANDLE_ERROR CALL FUNCTION 'HR_BEN_HANDLE_ERROR' EXPORTING pernr = pernr-pernr msg_class = 'HRFBN00GENERAL' msg_number = '016' severity = subrc reaction = react TABLES error_table = error_table.

HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING tclas = 'A' pernr = pernr-pernr infty = '2006' begda = begda endda = endda IMPORTING subrc = subrc TABLES infty_tab = it_2006 EXCEPTIONS infty_not_found = 1 OTHERS = 2.

HR_BEN_HANDLE_ERROR CALL FUNCTION 'HR_BEN_HANDLE_ERROR' EXPORTING pernr = pernr-pernr msg_class = 'HRFBN00GENERAL' msg_number = '008' msg_par1 = ktart severity = subrc reaction = react TABLES error_table = error_table.

HR_BEN_GET_CURRENCY CALL FUNCTION 'HR_BEN_GET_CURRENCY' EXPORTING barea = barea datum = datum reaction = react IMPORTING currency = curre subrc = subrc TABLES error_table = error_table.

HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING pernr = pernr-pernr infty = '0001' begda = begda endda = begda IMPORTING subrc = subrc TABLES infty_tab = l_p0001_tab.

HR_BEN_HANDLE_ERROR CALL FUNCTION 'HR_BEN_HANDLE_ERROR' EXPORTING pernr = pernr-pernr msg_class = 'HRBEN00TREEREPORTS' msg_number = '031' msg_par1 = pernr-pernr severity = subrc reaction = reaction TABLES error_table = error_table.

HR_COUNTRYGROUPING_GET





CALL FUNCTION 'HR_COUNTRYGROUPING_GET' EXPORTING pernr = pernr-pernr begda = begda endda = 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 pernr = pernr-pernr msg_class = 'HRFBN00GENERAL' msg_number = '006' msg_par1 = pernr-pernr severity = subrc reaction = reaction TABLES error_table = error_table.

HR_BEN_CALC_BENEFIT_SALARY CALL FUNCTION 'HR_BEN_CALC_BENEFIT_SALARY' EXPORTING pernr = pernr-pernr datum = begda curre = curr lgart = l_lgart reaction = reaction IMPORTING bensl = con_salary subrc = subrc TABLES error_table = error_table.

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_table.

HR_BEN_SHOW_ERROR_POPUP CALL FUNCTION 'HR_BEN_SHOW_ERROR_POPUP' EXPORTING log_handle = log_handle TABLES error_table = error_table.



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