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

RPIWPBN0_F SAP ABAP INCLUDE - RPIWPBN0F







RPIWPBN0_F is a standard ABAP INCLUDE available within your SAP system (depending on your version and release level). It is used for ..see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RPIWPBN0_F 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 RPIWPBN0_F. "Basic submit
SUBMIT RPIWPBN0_F AND RETURN. "Return to original report after report execution complete
SUBMIT RPIWPBN0_F 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 RPIWPBN0_F

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:

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'SACHX' dynpprog = l_syrepid dynpnr = l_sydynnr dynprofield = 'P0764-SACHC' value_org = 'S' TABLES value_tab = it_value return_tab = return_tab dynpfld_mapping = it_dynpfld_mapping.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'ACTCO' dynpprog = l_syrepid dynpnr = l_sydynnr dynprofield = 'TCWPX-ACTCO' window_title = text-006 value_org = 'S' display = l_display TABLES value_tab = value_tab EXCEPTIONS parameter_error = 1 no_values_found = 2 OTHERS = 3.

HR_PAL_EPERN_MSG_ADD CALL FUNCTION 'HR_PAL_EPERN_MSG_ADD' EXPORTING i_pernr = pernr-pernr i_ename = pernr-ename i_msgid = '5N' i_msgty = 'W' i_msgno = '316' i_msgv1 = l_string 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 = '5N' i_msgty = 'W' i_msgno = '309' i_msgv1 = l_string i_msgv2 = '00.00.0000'

HR_PAL_EPERN_MSG_ADD CALL FUNCTION 'HR_PAL_EPERN_MSG_ADD' EXPORTING i_pernr = pernr-pernr i_ename = pernr-ename i_msgid = 'PN' i_msgty = 'I' i_msgno = '016' i_msgv1 = 'Activiteit'(m01) i_msgv2 = l_string i_msgv3 = 'succesvol ingevoegd'(m02) EXCEPTIONS program_error = 1 OTHERS = 2.

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

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

BDC_CLOSE_GROUP CALL FUNCTION 'BDC_CLOSE_GROUP'.

HR_APPEND_STAT_LIST CALL FUNCTION 'HR_APPEND_STAT_LIST' EXPORTING selected = g_procpernr processed = g_succpernr rejected = g_rejpernr.

HR_PAL_GENRL_MSG_ADD CALL FUNCTION 'HR_PAL_GENRL_MSG_ADD' EXPORTING i_msgid = 'PN' i_msgty = 'I' i_msgno = '016' i_msgv1 = 'Geen batchinput-map aangemaakt'(m03) * I_MSGV2 = * I_MSGV3 = * I_MSGV4 = EXCEPTIONS program_error = 1 OTHERS = 2 .

HR_PAL_GENRL_MSG_ADD CALL FUNCTION 'HR_PAL_GENRL_MSG_ADD' EXPORTING i_msgid = 'PN' i_msgty = 'I' i_msgno = '016' i_msgv1 = 'Batchinput-map aangemaakt'(m04) * I_MSGV2 = * I_MSGV3 = * I_MSGV4 = EXCEPTIONS program_error = 1 OTHERS = 2 .

HR_PAL_LOG_AND_ALV_DISPLAY CALL FUNCTION 'HR_PAL_LOG_AND_ALV_DISPLAY' EXPORTING i_s_display_profile = l_s_display_profile i_s_flat_profile = l_s_flat_profile i_grid_title = 'Uitgave'(s03) is_layout = l_s_layout it_fieldcat = l_t_fieldcat i_default = 'X' TABLES t_outtab = t_changes 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 = 'PN' i_msgty = 'I' i_msgno = '016' i_msgv1 = 'Infotyp 0764-Satz regeneriert'(m05) 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 RPIWPBN0_F or its description.