SAP Reports / Programs

RPPBL2C0 SAP ABAP Report - HR-CH: Company Pension Fund Asset List 2







RPPBL2C0 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 RPPBL2C0 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 RPPBL2C0. "Basic submit
SUBMIT RPPBL2C0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPPBL2C0 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: SELPREL = Cluster BV not up-to-date
Selection Text: SELKASSE = Fund
Selection Text: RS-R-M = Benefit record: Risks men
Selection Text: RS-R-F = Benefit record: Risks women
Selection Text: PK-ART = Insurance type
Title: HR-CH: Company Pension Fund Asset List 2
Text Symbol: 007 = Name, 1st name In-PF YY MM Ins.- ! Inc/FZL ! Inc./FZL ! Inc./FZL ! Inc./FZL !
Text Symbol: 008 = PERSNO AHV-No. Out-PF Ins.- wages ! EE contr. ! EE contr. ! EE contr. ! EE contr. !
Text Symbol: 009 = YY MM ! ER contr. ! ER contr. ! ER contr. ! ER contr. !
Text Symbol: 010 = ACTIVE INSURED PERSONS
Text Symbol: 011 = LEAVERS
Text Symbol: 012 = MEN
Text Symbol: 013 = WOMEN
Text Symbol: 014 = ! Start.Balance ! Cur.trans.period ! Int. current period! Closing bal.!
Text Symbol: 015 = Insur.! Inc/FZL ! Inc./FZL ! Inc./FZL ! Inc./FZL !
Text Symbol: 016 = Age No. of Wages! EE.Contr. ! EE.contr. ! EE contr. ! EE contr. !
Text Symbol: 017 = Group persons ! ER.contr. ! ER.con
Text Symbol: 018 = R E C A P I T U L A T I O N
Text Symbol: 020 = TOTAL
Text Symbol: 022 = Number of persons
Text Symbol: 024 = TOTAL
Text Symbol: 070 = PF transactions: men women total
Text Symbol: 071 = -------------
Text Symbol: 072 = Start balance
Text Symbol: 073 = Entries
Text Symbol: 006 = Age ! Start.Balance ! Cur.trans.period ! Int. current period! Closing bal.!
Text Symbol: 002 = FROM TO date
Text Symbol: 001 = A S S E T L I S T 2: PF page
Text Symbol: 074 = EEs left
Text Symbol: S32 = Detailed revision acc. to age
Text Symbol: S31 = Asset
Text Symbol: S30 = Required list
Text Symbol: S00 = 'Cluster BV not up-to-date'
Text Symbol: R50 = No up-to-date results for
Text Symbol: R01 = Records skipped due to lack of authorization
Text Symbol: 095 = RS-R-M
Text Symbol: 094 = LISTVAR
Text Symbol: 092 = THE FOLLOWING PARAMETERS HAVE BEEN ENTERED:





Text Symbol: 091 = -------------
Text Symbol: 090 = LAST PAGE
Text Symbol: 083 = Parameter 'desired lists' (LISTVAR) incorrect
Text Symbol: 082 = Parameter YEAR incorrect
Text Symbol: 081 = Please correct
Text Symbol: 080 = Error message:
Text Symbol: 075 = Closing balance


INCLUDES used within this REPORT RPPBL2C0

INCLUDE RPPDINC0.


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