SAP Reports / Programs | Personnel Management | Personnel Administration | Switzerland(PA-PA-CH) SAP PA

RPPEINC0 SAP ABAP Report - HR-CH: Company Pension Initial Payroll Run







RPPEINC0 is a standard Executable ABAP Report 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 RPPEINC0 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 RPPEINC0. "Basic submit
SUBMIT RPPEINC0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPPEINC0 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: P_BEITR = Annual contribution
Selection Text: P_DATUM = Key date
Selection Text: P_EINDAT = Entry PF
Selection Text: P_FZL = Invested FZL
Selection Text: P_GEBDAT = Date of birth
Selection Text: P_NACHN = Last name
Selection Text: P_PERNR = Personnel number
Selection Text: P_VJS = Insured annual income
Selection Text: P_VORN = First name
Selection Text: SELKASSE = Fund
Selection Text: SELPREL = Cluster BV not up-to-date
Title: HR-CH: Company Pension Initial Payroll Run
Text Symbol: 012 = THE FOLLOWING OPTION VALUES HAVE BEEN ENTERED:
Text Symbol: 011 = -------------
Text Symbol: 010 = LAST PAGE
Text Symbol: 009 = Update desired but FZ-BETR is missing
Text Symbol: 008 = Update desired but personnel number is missing
Text Symbol: 007 = Option: VERBUCH incorrect
Text Symbol: 006 = Parameter: LANGUAGE missing
Text Symbol: 005 = and PER-DAT is missing
Text Symbol: 004 = Insurance flexibility amount exists
Text Symbol: 003 = Code SEXUS incorrect
Text Symbol: 002 = Please correct
Text Symbol: 001 = Error message
Text Symbol: 020 = Assured annual earnings
Text Symbol: 021 = Introduced ins. flex.
Text Symbol: 022 = Fund
Text Symbol: 023 = Language code
Text Symbol: 024 = Print
Text Symbol: 025 = Annual contribution
Text Symbol: 030 = INITIAL PAYROLL RUN
Text Symbol: 032 = Personnel number
Text Symbol: 034 = Entry into PF
Text Symbol: 036 = Invested labor mobility
Text Symbol: 038 = Insured annual earnings
Text Symbol: 019 = Entry into PF
Text Symbol: 047 = Missing insurance time
Text Symbol: 045 = Month





Text Symbol: 044 = Year
Text Symbol: 043 = Period
Text Symbol: 042 = Years
Text Symbol: 041 = per insurance year
Text Symbol: 040 = Purchase cost
Text Symbol: S32 = Male
Text Symbol: S31 = Female
Text Symbol: S30 = Gender
Text Symbol: S00 = 'Cluster BV not up-to-date'
Text Symbol: R50 = No current result for
Text Symbol: R01 = Records passed over due to lack of authorization (infotype 0046/0120)
Text Symbol: 066 = Invalid value
Text Symbol: 065 = Total pension
Text Symbol: 063 = Old-age pension entitlement
Text Symbol: 062 = Annual contribution
Text Symbol: 061 = Purchased old-age pension
Text Symbol: 060 = Age on entry
Text Symbol: 058 = neu
Text Symbol: 057 = Technical date of entry: until
Text Symbol: 055 = Purchased insurance time
Text Symbol: 054 = Surplus invested FZL
Text Symbol: 053 = Visible purchase costs
Text Symbol: 049 = Total purchase costs
Text Symbol: S33 = Print settings
Text Symbol: SS3 = Administr.
Text Symbol: SS2 = Comp. code
Text Symbol: SS1 = Employees
Text Symbol: SS0 = Lang. selection
Text Symbol: S35 = Form
Text Symbol: S34 = Standard
Text Symbol: 018 = Date of birth
Text Symbol: 017 = Gender
Text Symbol: 016 = First name
Text Symbol: 015 = Last name
Text Symbol: 014 = Personnel number
Text Symbol: 013 = Validity date


INCLUDES used within this REPORT RPPEINC0

INCLUDE RPPGETC1.


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:






HRCA_COMPANYCODE_GETDETAIL CALL FUNCTION 'HRCA_COMPANYCODE_GETDETAIL' "YDAALRK020009 EXPORTING companycode = zwo-bukrs IMPORTING langu = zwo-sprsl EXCEPTIONS not_found = 1.

RP_SET_NAME_FORMAT CALL FUNCTION 'RP_SET_NAME_FORMAT' "MBUAHRK058968 EXPORTING repid = g_repid IMPORTING format = g_format.

HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING pernr = p_pernr infty = '0000' begda = p_datum endda = p_datum IMPORTING subrc = subrc TABLES infty_tab = p0000 EXCEPTIONS infty_not_found = 1 OTHERS = 2.

HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING pernr = p_pernr infty = '0001' begda = p_datum endda = p_datum IMPORTING subrc = subrc TABLES infty_tab = p0001 EXCEPTIONS infty_not_found = 1 OTHERS = 2.

HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING pernr = p_pernr infty = '0002' begda = p_datum endda = p_datum IMPORTING subrc = subrc TABLES infty_tab = p0002 EXCEPTIONS infty_not_found = 1 OTHERS = 2.

HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING pernr = p_pernr infty = '0036' begda = p_datum endda = p_datum IMPORTING subrc = subrc TABLES infty_tab = p0036 EXCEPTIONS infty_not_found = 1 OTHERS = 2.

HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING pernr = p_pernr infty = '0046' begda = p_datum endda = p_datum IMPORTING subrc = subrc TABLES infty_tab = p0046 EXCEPTIONS infty_not_found = 1 OTHERS = 2.

RP_HIRE_FIRE CALL FUNCTION 'RP_HIRE_FIRE' EXPORTING beg = p_datum end = p_datum IMPORTING hire_date = hiredate fire_date = firedate TABLES pp0000 = p0000 "input pp0001 = p0001 "input pphifi = phifi. "output

RP_EDIT_NAME CALL FUNCTION 'RP_EDIT_NAME' "MBUAHRK058968 EXPORTING format = g_format langu = sy-langu molga = '02' PP0002 = p0002 IMPORTING EDIT_NAME = zwo-name.



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