SAP Reports / Programs

RPCPIEK0_CE SAP ABAP Report - Pensionable and Insurable Earnings Review Report







RPCPIEK0_CE is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This program performs an accuracy check on each employee's CPP/QPP contributions and Employment Insurance premium...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_CE 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_CE. "Basic submit
SUBMIT RPCPIEK0_CE AND RETURN. "Return to original report after report execution complete
SUBMIT RPCPIEK0_CE 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 = Accepted range of deficiency
Selection Text: P_QPIP = QPIP Report
Selection Text: P_PENS = CPP/QPP Report
Selection Text: P_EI = EI Report
Selection Text: ONLYDEFI = Deficiency 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: 031 = Ins. Earn
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 = Person ID
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 = Restrictive Options


INCLUDES used within this REPORT RPCPIEK0_CE

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_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.

HRCA_GET_MAINPERNR_PERSONID CALL FUNCTION 'HRCA_GET_MAINPERNR_PERSONID' EXPORTING objid = person-objid gprsn = 'CARN' begda = pn-begda endda = pn-endda IMPORTING MAIN_PERNR = p_main_pernr PERSONID = p_personid TABLES all_pernrs = person-all_pernrs EXCEPTIONS OTHERS = 1.



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