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

RPPTBLC0 SAP ABAP Report - HR-CH: Company Pension Fund - Technical Calculations







RPPTBLC0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Note: This report is obsolete...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 RPPTBLC0 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 RPPTBLC0. "Basic submit
SUBMIT RPPTBLC0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPPTBLC0 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: WRENTE = TECHN. BWidow's pension
Selection Text: SELPREL = TECHN. BCluster BV not up-to-date
Selection Text: SELKASSE = TECHN. BFund
Selection Text: PK-ART = TECHN. BInsurance type
Selection Text: KRENTE = TECHN. BOrphan's benefit
Selection Text: IRENTE = TECHN. BInvalidity pension
Selection Text: B-SATZ = TECHN. BContribution record nn.nnn
Selection Text: ARENTE = TECHN. BRetirement pension
Title: HR-CH: Company Pension Fund - Technical Calculations
Text Symbol: 083 = Parameter: B-SATZ incorrect
Text Symbol: 097 = THE FOLLOWING PARAMETERS HAVE BEEN ENTERED:
Text Symbol: 098 = -------------
Text Symbol: 099 = LAST PAGE
Text Symbol: P01 = B-SATZ
Text Symbol: P03 = OAPen.
Text Symbol: P04 = InvPen
Text Symbol: P05 = WdsPen
Text Symbol: P06 = ChdBen
Text Symbol: P10 = Select ret.pension
Text Symbol: P11 = Sel. invalidity pens.
Text Symbol: P12 = Sel. widow's pens.
Text Symbol: P13 = Sel.orphan's ben.
Text Symbol: R01 = Records skipped due to lack of authorization
Text Symbol: R50 = No current result for
Text Symbol: S00 = 'Cluster BV not up-to-date'
Text Symbol: 082 = Parameter: PER-DAT incorrect
Text Symbol: 002 = PENSION FUND of
Text Symbol: 003 = Technical Calculations
Text Symbol: 004 = P R E M I U M R E S E R V E
Text Symbol: 005 = insur. Old age Premium LabMob Old age Standard
Text Symbol: 006 = Name, 1st name Annual salary pension reserve benefits crd.b value
Text Symbol: 007 = CASH VALUE: CONTRIBUTIONS AND PAYMENTS
Text Symbol: 008 = Old age Disability Widow's Orphan's Orphan's
Text Symbol: 009 = Name, first name Contributions pension pension pension benefit pension
Text Symbol: 010 = R E C A P Men
Text Symbol: 011 = insur. Old age Premium LabMob Old age Standard
Text Symbol: 012 = Age group Number annual salary pension reserve benefits cred. value
Text Symbol: 013 = R E C A P Women





Text Symbol: 014 = Old age Disability Widow's Orphan's Orphan's
Text Symbol: 015 = Age group Number Contributions pension pension pension benefit pension
Text Symbol: 018 = Total Company Code
Text Symbol: 019 = Grand total
Text Symbol: 020 = Page
Text Symbol: 021 = Date
Text Symbol: 022 = Total
Text Symbol: 023 = Overall: Men
Text Symbol: 024 = Overall: Women
Text Symbol: 025 = Total Company Code: Men
Text Symbol: 026 = Total Company Code: Women
Text Symbol: 080 = Error message
Text Symbol: 081 = Please correct


INCLUDES used within this REPORT RPPTBLC0

INCLUDE RPPDINC0.
INCLUDE RPPGETC1. "WBVP30K078738


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_SET_NAME_FORMAT CALL FUNCTION 'RP_SET_NAME_FORMAT' "MBUAHRK058968 EXPORTING repid = repid IMPORTING FORMAT = $$FORMAT.

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 "input PP0001 = P0001 "input PPHIFI = PHIFI. "output



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