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

RPLWBFN0 SAP ABAP INCLUDE - documentation and ABAP source code







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

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:

RP_HIRE_FIRE CALL FUNCTION 'RP_HIRE_FIRE' EXPORTING beg = pn-begda end = pn-endda IMPORTING hire_date = hiredate fire_date = firedate TABLES pp0000 = p0000 pp0001 = p0001 pphifi = phifi.

HR_FEATURE_BACKFIELD CALL FUNCTION 'HR_FEATURE_BACKFIELD' EXPORTING feature = feature struc_content = nfncl kind_of_error = space IMPORTING back = back CHANGING status = status EXCEPTIONS dummy = 1 error_operation = 2 no_backvalue = 3 feature_not_generated = 4 invalid_sign_in_funid = 5 field_in_report_tab_in_pe03 = 6 OTHERS = 7.

GUI_DOWNLOAD CALL FUNCTION 'GUI_DOWNLOAD' EXPORTING filename = fullpath filetype = 'ASC' TABLES data_tab = itab_down_tab.

GUI_DOWNLOAD CALL FUNCTION 'GUI_DOWNLOAD' EXPORTING filename = fullpath filetype = 'ASC' append = 'X' TABLES data_tab = itab_down_tab.

GUI_DOWNLOAD CALL FUNCTION 'GUI_DOWNLOAD' EXPORTING bin_filesize = bin_size filename = fullpath filetype = 'BIN' append = 'X' TABLES data_tab = page_break_tab.

WS_FILENAME_GET CALL FUNCTION 'WS_FILENAME_GET' EXPORTING def_filename = $def_path def_path = $def_path * MASK = ',*.*,*.*.'

HR_NL_GET_REPERS * CALL FUNCTION 'HR_NL_GET_REPERS' "YFAL9CK033986 * EXPORTING "YFAL9CK033986 * DATE = PN-BEGDA "YFAL9CK033986 * SOORT = F4SOORT "YFAL9CK033986 ** UVIS = 'A' "YFAL9CK033986 * PERNR = P0000-PERNR "YFAL9CK033986 ** IMPORTING "YFAL9CK033986 ** ERROR = "YFAL9CK033986 * TABLES "YFAL9CK033986 * RELMNGTAB = PERSREPER "YFAL9CK033986 ** ERRORTAB = "YFAL9CK033986 * . "YFAL9CK033986

HR_PAL_PERNR_MSG_ADD CALL FUNCTION 'HR_PAL_PERNR_MSG_ADD' " EXPORTING " i_pernr = p0001-pernr " i_msgid = '5N' " i_msgty = 'E' " i_msgno = '062' " i_msgv1 = wa_hrerror-msgv1 " EXCEPTIONS " program_error = 1 " OTHERS = 2. "

HR_NL_GET_REPERS * CALL FUNCTION 'HR_NL_GET_REPERS' * EXPORTING * DATE = PN-BEGDA * SOORT = '07' * PERNR = $PERNR ** IMPORTING ** ERROR = * TABLES * RELMNGTAB = RELMNGTAB.

HR_NL_GET_REPERS * CALL FUNCTION 'HR_NL_GET_REPERS' * EXPORTING * DATE = PN-BEGDA * SOORT = '02' * PERNR = $PERNR ** IMPORTING ** ERROR = * TABLES * RELMNGTAB = RELMNGTAB.

HR_NL_GET_ADDRESS CALL FUNCTION 'HR_NL_GET_ADDRESS' EXPORTING * I_DATE = PN-BEGDA "YFAL9CK052804 i_date = $date "YFAL9CK052804 i_anart = 'RP' * I_ANKEY = RELMNGTAB-ADRRP "YFAL9CK052804 i_ankey = $adres "YFAL9CK052804 * I_ADRNR = IMPORTING error = error adres = adres .

HR_PAL_GENRL_MSG_ADD CALL FUNCTION 'HR_PAL_GENRL_MSG_ADD' " EXPORTING " i_msgid = 'PN' " i_msgty = 'E' " i_msgno = '016' " i_msgv1 = text-ad0 " i_msgv2 = l_string1 " i_msgv3 = l_string2 " i_msgv4 = l_string3 " EXCEPTIONS " program_error = 1 " OTHERS = 2. "

HR_NL_GET_REPERS CALL FUNCTION 'HR_NL_GET_REPERS' EXPORTING date = f4date soort = f4soort IMPORTING error = error TABLES relmngtab = relmngtab.

HR_NL_GET_RELATIONS CALL FUNCTION 'HR_NL_GET_RELATIONS' EXPORTING date = f4date TABLES relmngtab = relmngtab.

HR_NL_GET_REPERS CALL FUNCTION 'HR_NL_GET_REPERS' EXPORTING date = f4date soort = f4soort IMPORTING error = error TABLES relmngtab = relmngtab.

HR_PAL_PERNR_MSG_ADD CALL FUNCTION 'HR_PAL_PERNR_MSG_ADD' " EXPORTING " i_pernr = wa_ft-pernr " i_msgid = '5N' " i_msgty = 'E' " i_msgno = '061' " i_msgv1 = wa_hrerror-msgv1 " EXCEPTIONS " program_error = 1 " OTHERS = 2. "

HR_REFRESH_STAT_LIST CALL FUNCTION 'HR_REFRESH_STAT_LIST'.

HR_APPEND_STAT_LIST CALL FUNCTION 'HR_APPEND_STAT_LIST' EXPORTING selected = g_selected processed = g_processed rejected = g_rejected.

HR_DISPLAY_STAT_LIST





* CALL FUNCTION 'HR_DISPLAY_STAT_LIST' "LLEAC0K020339 * EXPORTING " * no_popup = true "output with WRITE " * no_print = space " * hidemsg = true. "support LINE-SELECTION "

HR_DISPLAY_ERROR_LIST * CALL FUNCTION 'HR_DISPLAY_ERROR_LIST' " * EXPORTING " * no_popup = true "false "output with WRITE " * no_print = space " * no_img = space " * no_msgno = false " * linesize = sy-linsz " * hidemsg = true "support LINE-SELECTION " * TABLES " * error = it_hrerror " * EXCEPTIONS " * invalid_linesize = 1 " * OTHERS = 2. "

HR_PAL_LOG_DISPLAY CALL FUNCTION 'HR_PAL_LOG_DISPLAY' " EXPORTING " i_s_display_profile = disp_prof " EXCEPTIONS " program_error = 1 " no_logs = 2 " OTHERS = 3. "



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