SAP Reports / Programs

RPPKO2C0 SAP ABAP Report - HR-CH: Company Pension Fund Insured Persons' Account 2







RPPKO2C0 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 RPPKO2C0 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 RPPKO2C0. "Basic submit
SUBMIT RPPKO2C0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPPKO2C0 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: JAHR = desired YEAR
Selection Text: LISTVAR = desired lists B/R
Selection Text: PK-ART = Insur. type
Selection Text: PK-CODE = PF Code
Selection Text: RS-R-F = Benefit record: Risks women
Selection Text: RS-R-M = Benefit record: Risks men
Selection Text: SELKASSE = Fund
Selection Text: SELPREL = BV-Account not up-to-date
Title: HR-CH: Company Pension Fund Insured Persons' Account 2
Text Symbol: 090 = LAST PAGE
Text Symbol: 082 = Parameter YEAR incorrect
Text Symbol: 081 = Please correct
Text Symbol: 080 = Error message:
Text Symbol: 072 = Account pages were created for Person(s).
Text Symbol: 071 = ----------------------
Text Symbol: 070 = Processing Statistics
Text Symbol: 012 = YY MM ! ER contr. ! ER contr. ! ER contr. ! ER contr. !
Text Symbol: 011 = Insur. Wage ! EE contr. ! EE contr. ! EE contr. ! EE contr. !
Text Symbol: 010 = YY MM Insur.! Inc/FZL ! Pensionclause Inc. ! Inc/FZL ! Inc/FZL !
Text Symbol: 009 = Year Age ! Start Balance ! Cur.trans.period ! Int.current period ! Closing bal.!
Text Symbol: 006 = PF-enter. tech.entr. PF-exit
Text Symbol: 005 = DOB
Text Symbol: 002 = PER date
Text Symbol: 001 = I S U R E D P E R S O N S' A C C O U N T 2: PF page
Text Symbol: 091 = -------------
Text Symbol: S00 = 'Cluster BV not up-to-date'
Text Symbol: R50 = No current results for date
Text Symbol: R01 = Records skipped due to lack of authorization
Text Symbol: 096 = RS-R-F
Text Symbol: 095 = RS-R-M
Text Symbol: 092 = THE FOLLOWING PARAMETERS HAVE BEEN ENTERED:


INCLUDES used within this REPORT RPPKO2C0

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