SAP Reports / Programs

RPPAULC0 SAP ABAP Report - HR Pension Fund Switzerland: Withdrawal Benefits







RPPAULC0 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 RPPAULC0 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 RPPAULC0. "Basic submit
SUBMIT RPPAULC0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPPAULC0 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: TEST = No DB update (test session)
Selection Text: SELPREL = Cluster BV not current
Selection Text: SELKASSE = Fund
Selection Text: RENTNR = Retirement pension no.
Selection Text: PK-ART = Insurance type
Selection Text: PER-DAT = Key date
Selection Text: FZL-REG = Family bonus factor from T5C1Z
Selection Text: FZG-ZUS = % Family bonus
Title: HR Pension Fund Switzerland: Withdrawal Benefits
Text Symbol: T01 = Withdrawal benefits per Page
Text Symbol: SM2 = Update (period)
Text Symbol: SM1 = Update (date)
Text Symbol: SM0 = DB session
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: F02 = Please correct
Text Symbol: F01 = Error message:
Text Symbol: 016 = TEST
Text Symbol: 015 = FZG-ZUS
Text Symbol: 014 = RFNTNR
Text Symbol: 013 = PER-DAT
Text Symbol: 012 = The following parameters were entered:
Text Symbol: 011 = -------------
Text Symbol: 010 = LAST PAGE
Text Symbol: 004 = Wrong date in table T5C1F
Text Symbol: 001 = Select retirement pension
Text Symbol: T02 = Pers.no. Name, First name DoB Ent.PF eff. Ent.PF theor.
Text Symbol: T03 = Old-age pension BW pension Lowest amount AGH BVG Withd.benefits
Text Symbol: T05 = BW pension BW contribs. Lowest amount AGH BVG Withd.benefits
Text Symbol: T07 = AGH PF Comp.amt PF BVG comp.amt Min.amt Withd.benefits
Text Symbol: T09 = AGH BVG Withd.benefits
Text Symbol: U01 = Cluster BV updated
Text Symbol: U02 = Cluster BV not updated
Text Symbol: U03 = No authorization for updating cluster BV
Text Symbol: U04 = P0120 updated


INCLUDES used within this REPORT RPPAULC0

INCLUDE RPPGBVC1.


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