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

RPLZFWN0 SAP ABAP Report - Overview: Persons Exceeding the Compulsory HI Income Threshold







RPLZFWN0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report generates an overview of the employees that are presently insured with the Dutch Health Insurance Fund [Ziekenfonds] and have to have a private health insurance in the following year presently have private health insurance and have to be insured with the Dutch Health Insurance Fund [Ziekenfonds] in the following year...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 RPLZFWN0 into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

PC00_M05_LZFW - Overview HI Income Threshold


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


Text pool values


Selection Text: PDATUM = Key Date
Title: Overview: Persons Exceeding the Compulsory HI Income Threshold
Text Symbol: 021 = Pers.Exceed.the ZFW Income Thresh.Overview
Text Symbol: 022 = No long.cov.by comp.HI
Text Symbol: 023 = Revert to comp. HI
Text Symbol: 024 = Key Date
Text Symbol: 025 = is not in the payroll period!
Text Symbol: 026 = Pers.No Longer Cov.by Compuls. HI
Text Symbol: 027 = Pers.Cov.Again by Compuls.HI


INCLUDES used within this REPORT RPLZFWN0

INCLUDE: RPC2RX00, " PAYROLL RESULTS GENERAL
RPC2RNN0, " PAYROLL RESULTS NETHERLANDS


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:

HR_REFRESH_ERROR_LIST CALL FUNCTION 'HR_REFRESH_ERROR_LIST'.

HR_REFRESH_STAT_LIST CALL FUNCTION 'HR_REFRESH_STAT_LIST'.

RP_GET_CURRENCY CALL FUNCTION 'RP_GET_CURRENCY' EXPORTING molga = c_molga begda = pn-endda IMPORTING waers = g_waers * EXCEPTIONS * OTHERS = 4 .

HR_FEATURE_BACKFIELD CALL FUNCTION 'HR_FEATURE_BACKFIELD' "a EXPORTING "a feature = 'NLSVS' "a struc_content = pme20 "a * KIND_OF_ERROR = "a IMPORTING "a back = svsplit_check "a * CHANGING "a * STATUS = "a EXCEPTIONS "a dummy = 1 "a error_operation = 2 "a no_backvalue = 3 "a feature_not_generated = 4 "a invalid_sign_in_funid = 5 "a field_in_report_tab_in_pe03 = 6 "a OTHERS = 7 "a . "a

HR_GET_PAYROLL_RESULTS CALL FUNCTION 'HR_GET_PAYROLL_RESULTS' EXPORTING pernr = pernr-pernr permo = pn-permo pabrj = pn-pabrj pabrp = pn-pabrp actual = 'A' waers = g_waers TABLES result_tab = i_payroll_result EXCEPTIONS no_results = 1 error_in_currency_conversion = 2 t500l_entry_not_found = 3 period_mismatch_error = 4 t549q_entry_not_found = 5 internal_error = 6 wrong_structure_of_result_tab = 7 OTHERS = 8.

HR_APPEND_ERROR_LIST CALL FUNCTION 'HR_APPEND_ERROR_LIST' EXPORTING pernr = pernr-pernr arbgb = sy-msgid msgty = 'E' msgno = sy-msgno msgv1 = sy-msgv1 msgv2 = sy-msgv2 msgv3 = sy-msgv3 msgv4 = sy-msgv4.

HR_APPEND_STAT_LIST CALL FUNCTION 'HR_APPEND_STAT_LIST' EXPORTING selected = g_select processed = g_proces rejected = g_reject EXCEPTIONS OTHERS = 0.

HR_EXTEND_STAT_LIST CALL FUNCTION 'HR_EXTEND_STAT_LIST' EXPORTING arbgb = '5N' msgno = 016 msgv1 = text-026 * MSGV2 = ' ' * MSGV3 = ' ' * MSGV4 = ' ' number = g_above.

HR_EXTEND_STAT_LIST CALL FUNCTION 'HR_EXTEND_STAT_LIST' EXPORTING arbgb = '5N' msgno = 016 msgv1 = text-027 * MSGV2 = ' ' * MSGV3 = ' ' * MSGV4 = ' ' number = g_beneath.

HR_ALV_LIST_DISPLAY * CALL FUNCTION 'HR_ALV_LIST_DISPLAY' "LLEAC0K020339 * EXPORTING " * data_structure = 'p05_overz_loongrens_ziekenf' " * current_report = 'RPLZFWN2' " * list_title = text-021 " ** LIST_TITLE2 = " ** GUI_STATUS = ' ' " ** VARIANT = ' ' " * hr_display_error_list = 'X' " ** HR_DISPLAY_ERROR_NR = ' ' " * hr_display_stat_list = 'X' " ** CALLBACK_END_OF_LIST = ' ' " ** CALLBACK_BUTTON1 = ' ' " ** TEXT_BUTTON1 = ' ' " ** CALLBACK_BUTTON2 = ' ' " ** TEXT_BUTTON2 = ' ' " ** CALLBACK_USER_COMMAND = ' ' " ** MARK_FIELDNAME = ' ' " ** STATUS_FIELDNAME = ' ' " ** SAPSCRIPT_FORM = " ** SAPSCRIPT_PRINTER = " ** SAPSCRIPT_COUNT = '00' " ** SAPSCRIPT_PAGEFEED = " * TABLES " * data_tab = i_evaluation_tab " * EXCEPTIONS " * OTHERS = 0 " * . "

HR_PAL_LOG_AND_ALV_DISPLAY CALL FUNCTION 'HR_PAL_LOG_AND_ALV_DISPLAY' " EXPORTING " i_s_display_profile = disp_prof " i_callback_program = l_repid " i_structure_name = 'P05_OVERZ_LOONGRENS_ZIEKENF' " i_grid_title = text-021 " is_layout = grid_lay " TABLES " t_outtab = i_evaluation_tab " 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 RPLZFWN0 or its description.