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

RPPKO1C0 SAP ABAP Report - HR-CH: Company Pension Plan Insured Persons' Account 1 BVG







RPPKO1C0 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 RPPKO1C0 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 RPPKO1C0. "Basic submit
SUBMIT RPPKO1C0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPPKO1C0 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: PK-ART = Insurance type
Selection Text: SELKASSE = Fund
Selection Text: SELPREL = Cluster BV not up-to-date
Title: HR-CH: Company Pension Plan Insured Persons' Account 1 BVG
Text Symbol: 090 = LAST PAGE
Text Symbol: 082 = Parameter YEAR is incorrect
Text Symbol: 081 = Please correct
Text Symbol: 080 = Error message
Text Symbol: 013 = AGH Age 50 Date
Text Symbol: 012 = ! ! ! ! TOTAL AGH !
Text Symbol: 011 = coord. ! OldAgeCredit ! % OldAgeCredrit ! Old age credit! Old age credit!
Text Symbol: 010 = gross ! FZL ! BVG FZL ! % FZL ! FZL !
Text Symbol: 009 = Year Age BVG-wage StartBalance ! Cur.transPeriod ! int. current period ! Closing bal.!
Text Symbol: 006 = PF-Enter. techn.Ent. PF-Exit
Text Symbol: 005 = DOB
Text Symbol: 002 = PER Date
Text Symbol: 001 = I N S U R E D P E R S O N S' A C C O U N T 1: BVG Page
Text Symbol: 091 = -------------
Text Symbol: S00 = 'Cluster BV not up-to-date'
Text Symbol: R50 = No current result for
Text Symbol: R01 = Records skipped due to lack of authorization
Text Symbol: 097 = Account pages were generated for Person(s).
Text Symbol: 096 = -----------------------
Text Symbol: 095 = PROCESSING STATISTICS
Text Symbol: 094 = YEAR
Text Symbol: 093 = YEAR
Text Symbol: 092 = THE FOLLOWING PARAMETERS HAVE BEEN ENTERED:


INCLUDES used within this REPORT RPPKO1C0

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