SAP Reports / Programs | Payroll | Canada(PY-CA) SAP PY

RPCPIEK0 SAP ABAP Report - Pensionable and Insurable Earnings Review Report







RPCPIEK0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The Pensionable and Insurable Earnings Review (PIER) Report reviews the year-to-date Canada Pension Plan/Quebec Pension Plan contributions and Employment Insurance premiums that employees have made to ensure that they are accurate...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 RPCPIEK0 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 RPCPIEK0. "Basic submit
SUBMIT RPCPIEK0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPCPIEK0 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: S_RANGE = Hide under/overpayments from
Selection Text: P_QPIP = QPIP Report
Selection Text: P_PENS = CPP/QPP Report
Selection Text: P_EI = EI Report
Selection Text: ONLYDEFI = Show under/overpayments only
Selection Text: APPL = Wage type application
Title: Pensionable and Insurable Earnings Review Report
Text Symbol: RB3 = QPIP Report
Text Symbol: RB2 = EI Report
Text Symbol: RB1 = CPP/QPP Report
Text Symbol: 030 = EE QPIP Rate
Text Symbol: 029 = Actual ER QPIP
Text Symbol: 028 = ER Calc QPIP Cont
Text Symbol: 027 = Acc. QPIP Cont
Text Symbol: 026 = Calc QPIP Cont
Text Symbol: 025 = Ins. Earn
Text Symbol: 024 = ER Calc CPP/QPP Cont
Text Symbol: 023 = Wage type application not found
Text Symbol: 022 = Wage Type Evaluation
Text Symbol: 021 = ER EI Act.
Text Symbol: 020 = ER EI Calc
Text Symbol: 019 = ER PREM %
Text Symbol: 018 = Acc. EI Cont
Text Symbol: 017 = Calc EI Cont
Text Symbol: 016 = EE EI Rate
Text Symbol: 015 = EI Ins. Earn
Text Symbol: 014 = Actual ER CPP/QPP
Text Symbol: 013 = Deficiency
Text Symbol: 012 = Acc. CPP/QPP Cont
Text Symbol: 011 = Calc CPP/QPP Cont
Text Symbol: 010 = CPP/QPP Cont Earn
Text Symbol: 009 = Pro-Rated Exemption
Text Symbol: 008 = Pens. Earn
Text Symbol: 007 = Empl. No
Text Symbol: 006 = SIN No
Text Symbol: 005 = Quebec Tax ID
Text Symbol: 004 = Acct
Text Symbol: 003 = Reg. No





Text Symbol: 002 = CPP, QPP, EI maximum not found in T5KTC
Text Symbol: 001 = Restrictions


INCLUDES used within this REPORT RPCPIEK0

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:

HR_CA_CHECK_PPIP_VALID CALL FUNCTION 'HR_CA_CHECK_PPIP_VALID' "VMK0956727 EXPORTING " wrkar = tcrti-wrkar " chkdt = v_pay_endda " IMPORTING " valid = p_valid. "VMK0956727

HR_CA_CHECK_PPIP_VALID CALL FUNCTION 'HR_CA_CHECK_PPIP_VALID' "DPS0987563 EXPORTING " wrkar = wa_ei_tax-wrkar " chkdt = v_pay_endda " IMPORTING " valid = p_valid. "

HR_CA_GET_EI_RATE CALL FUNCTION 'HR_CA_GET_EI_RATE' EXPORTING regnr = p_regn2 acnbf = p_ei_tax-acnbf IMPORTING abrkn = konst EXCEPTIONS constant_not_found = 1.

CU_READ_RGDIR CALL FUNCTION 'CU_READ_RGDIR' EXPORTING persnr = p_pernr_pernr IMPORTING molga = v_molga TABLES in_rgdir = rgdir EXCEPTIONS no_record_found = 1 OTHERS = 2.

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = g_repid i_callback_pf_status_set = g_status i_save = g_save is_variant = g_variant it_fieldcat = gt_fieldcat[] TABLES t_outtab = gt_outtab.

HR_NA_F4_GET_APPLICATION CALL FUNCTION 'HR_NA_F4_GET_APPLICATION' EXPORTING molga = calcmolga sagrp = g_appl IMPORTING appl = p_appl EXCEPTIONS display_error = 1 OTHERS = 2.

HR_CA_CHECK_PPIP_VALID CALL FUNCTION 'HR_CA_CHECK_PPIP_VALID' EXPORTING wrkar = wrkar chkdt = v_pay_endda IMPORTING valid = p_valid.

HR_CA_CHECK_PPIP_VALID CALL FUNCTION 'HR_CA_CHECK_PPIP_VALID' EXPORTING wrkar = tcrti-wrkar chkdt = v_pay_endda IMPORTING valid = b_valid.



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