SAP Reports / Programs

RPPBL1C0 SAP ABAP Report - HR-CH: Company Pension Fund Asset List 1 BVG







RPPBL1C0 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 RPPBL1C0 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 RPPBL1C0. "Basic submit
SUBMIT RPPBL1C0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPPBL1C0 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: LISTVAR = Desired lists B/R/S
Selection Text: PK-ART = Insurance type
Selection Text: PROZ = % special events
Selection Text: SELKASSE = Fund
Selection Text: SELPREL = Cluster BV not up-to-date
Title: HR-CH: Company Pension Fund Asset List 1 BVG
Text Symbol: 016 = BVG-Wage! StartBalance ! Cur.trans.period ! Curr.interest period Clos.balance
Text Symbol: 015 = | | | | | | | | | | |
Text Symbol: 013 = WOMEN
Text Symbol: 012 = MEN
Text Symbol: 011 = LEAVERS
Text Symbol: 010 = ACTIVELY INSURED
Text Symbol: 009 = |--------------------------------------|-----------|----------------|----------------------|-----------------------|---------------|
Text Symbol: 008 = PERNO AHV-No. Ex.-PF No. coord. ! Old age credit! % Old age credit ! Old age credit! OAC Age 50 !
Text Symbol: 007 = Name, 1st name Ent-PF Age gross ! FZL ! BVG FZL ! % FZL ! OAC !
Text Symbol: 006 = Data for person BVG-Wage! StartBalance ! 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 1: BVG page
Text Symbol: 022 = Number of persons
Text Symbol: 024 = TOTAL
Text Symbol: 030 = B V G - S T A T I S T I C S
Text Symbol: 031 = Active Withdrawls Total
Text Symbol: 032 = Number of BVG-obligated insured persons
Text Symbol: 020 = TOTAL
Text Symbol: 056 = -------------------------------------------------
Text Symbol: 054 = Statement for the fulfilment of the speciality measures
Text Symbol: 044 = End balance old-age credit balance
Text Symbol: 042 = Accrued int.credit
Text Symbol: 040 = Invested BVG labor mobility
Text Symbol: 039 = in % of the coordinated wages
Text Symbol: 038 = Average old-age credit balances
Text Symbol: 036 = Total of old-age credit balances
Text Symbol: 035 = Starting balance: Old-age credit balance
Text Symbol: 034 = Total of coordinated wages
Text Symbol: 080 = Error message:
Text Symbol: 075 = Closing balance
Text Symbol: 074 = EEs left
Text Symbol: 073 = Entries





Text Symbol: 072 = Start balance
Text Symbol: 071 = -------------
Text Symbol: 070 = PF transactions: men women total
Text Symbol: 068 = in % of coord. wages
Text Symbol: 066 = in Sw.francs
Text Symbol: 065 = ---------
Text Symbol: 064 = Difference
Text Symbol: 063 = gen. BVG % of coordinated Wages
Text Symbol: 062 = Average costs of the risk insurance
Text Symbol: 060 = Old-age credit balances current year
Text Symbol: 058 = Contributions
Text Symbol: 081 = Please correct
Text Symbol: S33 = BVG statistic
Text Symbol: S32 = Recap. age group
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 result for
Text Symbol: R01 = Records skipped due to lack of authorization
Text Symbol: 083 = Parameter 'desired lists' (LISTVAR) incorrect
Text Symbol: 082 = Period of data choice missing
Text Symbol: 019 = R E C A P I T U L A T I O N
Text Symbol: 018 = groups persons coord. ! Old-age cr.bal! % Old-age cr.bal ! % Old-age cr.bal OAC age 50
Text Symbol: 017 = Age Number gross ! FZL ! BVG FZL ! Int. FZL Old-age credit


INCLUDES used within this REPORT RPPBL1C0

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