SAP Reports / Programs | Personnel Management | Personnel Administration | Netherlands(PA-PA-NL) SAP PA

RPIFBBN0_F01 SAP ABAP INCLUDE - RPIFBBN0F01







RPIFBBN0_F01 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 RPIFBBN0_F01 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 RPIFBBN0_F01. "Basic submit
SUBMIT RPIFBBN0_F01 AND RETURN. "Return to original report after report execution complete
SUBMIT RPIFBBN0_F01 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 RPIFBBN0_F01

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:

BDC_OPEN_GROUP CALL FUNCTION 'BDC_OPEN_GROUP' EXPORTING client = sy-mandt group = us_btcin user = us_user.

HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING tclas = 'A' pernr = pernr-pernr infty = '0171' begda = us_vbeg endda = us_vend bypass_buffer = ' ' IMPORTING subrc = l_subrc TABLES infty_tab = l_t_it0171 EXCEPTIONS infty_not_found = 1 OTHERS = 2.

HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING tclas = 'A' pernr = pernr-pernr infty = '0001' begda = l_vbeg bypass_buffer = ' ' IMPORTING subrc = l_subrc TABLES infty_tab = l_t_it0001 EXCEPTIONS infty_not_found = 1 OTHERS = 2.

HR_BEN_GET_FROM_FEATURE_BAREA CALL FUNCTION 'HR_BEN_GET_FROM_FEATURE_BAREA' EXPORTING pernr = pernr-pernr begda = us_vbeg endda = us_vend reaction = cl_hr_nl_fbn_wd_assistance=>c_no_messages IMPORTING barea = ch_barea subrc = l_subrc TABLES error_table = l_t_error.

HR_BEN_GET_FROM_FEATURE_BENGR CALL FUNCTION 'HR_BEN_GET_FROM_FEATURE_BENGR' EXPORTING pernr = pernr-pernr begda = us_vbeg endda = us_vend barea = ch_barea reaction = cl_hr_nl_fbn_wd_assistance=>c_no_messages IMPORTING bengr = ch_bengr subrc = l_subrc TABLES error_table = l_t_error.

HR_BEN_GET_FROM_FEATURE_BSTAT CALL FUNCTION 'HR_BEN_GET_FROM_FEATURE_BSTAT' EXPORTING pernr = pernr-pernr begda = us_vbeg endda = us_vend barea = ch_barea reaction = cl_hr_nl_fbn_wd_assistance=>c_no_messages IMPORTING bstat = ch_bstat subrc = l_subrc TABLES error_table = l_t_error.

BDC_INSERT CALL FUNCTION 'BDC_INSERT' EXPORTING tcode = 'PA30' TABLES dynprotab = bdc.

BDC_CLOSE_GROUP CALL FUNCTION 'BDC_CLOSE_GROUP' EXCEPTIONS not_open = 1 queue_error = 2.

HR_PAL_GENRL_MSG_ADD CALL FUNCTION 'HR_PAL_GENRL_MSG_ADD' EXPORTING i_msgid = '5N' i_msgno = '016' i_msgv1 = 'Batch Input map'(m03) i_msgv2 = 'onjuist'(m04) i_msgv3 = 'afgesloten'(m05) EXCEPTIONS program_error = 1 OTHERS = 2.

HR_PAL_STATS_MSG_ADD CALL FUNCTION 'HR_PAL_STATS_MSG_ADD' EXPORTING i_stcnt = p_stcnt i_msgid = p_msgid i_msgty = p_msgty i_msgno = p_msgno i_msgv1 = p_msgv1 i_msgv2 = p_msgv2 i_msgv3 = p_msgv3 i_msgv4 = p_msgv4 IMPORTING e_stats_node_key = l_node_key EXCEPTIONS program_error = 1 OTHERS = 2.

HR_NL_LA_ERROR_MESSAGE CALL FUNCTION 'HR_NL_LA_ERROR_MESSAGE' EXPORTING i_sy_subrc = p_subrc i_fm_name = p_fm_name i_sy_msgid = p_msgid i_sy_msgty = p_msgty i_sy_msgno = p_msgno i_sy_msgv1 = p_msgv1 i_sy_msgv2 = p_msgv2 i_sy_msgv3 = p_msgv3 i_sy_msgv4 = p_msgv4.

HR_PAL_EPERN_MSG_ADD CALL FUNCTION 'HR_PAL_EPERN_MSG_ADD' EXPORTING i_pernr = pernr-pernr i_ename = pernr-ename i_msgid = us_msgid "'5N' i_msgty = us_msgty "'E' i_msgno = us_msgno "'016' i_msgv1 = us_msg EXCEPTIONS program_error = 1 OTHERS = 2.

HR_PAL_EPERN_MSG_ADD CALL FUNCTION 'HR_PAL_EPERN_MSG_ADD' EXPORTING i_pernr = pernr-pernr i_ename = pernr-ename i_msgid = us_msgid "'5N' i_msgty = us_msgty "'E' i_msgno = us_msgno "'016' i_msgv1 = us_msg EXCEPTIONS program_error = 1 OTHERS = 2.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = g_repid i_structure_name = 'PA0171' CHANGING ct_fieldcat = l_t_fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.

HR_PAL_LOG_AND_ALV_DISPLAY CALL FUNCTION 'HR_PAL_LOG_AND_ALV_DISPLAY' EXPORTING i_callback_program = g_repid i_s_display_profile = l_s_display_profile i_s_flat_profile = l_s_flat_profile i_grid_title = 'Uitgave'(a02) is_layout = l_s_layout it_fieldcat = l_t_fieldcat i_default = abap_true TABLES t_outtab = g_t_overview EXCEPTIONS program_error = 1 OTHERS = 2.



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