SAP Reports / Programs | Personnel Management | Personnel Management | Company Pension Scheme Germany(PA-PF-DE) SAP PA

RPUWDAD0 SAP ABAP Report - Maintain HR-BAV Databases







RPUWDAD0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The report is a maintenance tool for cluster DA...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 RPUWDAD0 into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

P01A_TO02 - Maintain CPS Database


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 RPUWDAD0. "Basic submit
SUBMIT RPUWDAD0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPUWDAD0 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: PUVAKA = Funded Pension Rights PEP
Selection Text: PUVABF = Notional Contributions PEP
Selection Text: PUVABE = Actual Contributions PEP
Selection Text: PULSTV = Benefit Vector PEP
Selection Text: PUDAVU = Capital Transfer
Selection Text: PUDAUA = Vested Entitlements
Selection Text: PUDASO = Other Information
Selection Text: PUDAKA = Capitalized Entitlements
Selection Text: PUDAGP = Vested Payments
Selection Text: PUDAEF = Notional Income
Selection Text: PUDAEE = Actual Income
Selection Text: PUDACV = Pension Rights Status
Selection Text: PUDABF = Notional Contributions
Selection Text: PUDABE = Actual Contributions
Selection Text: PUCLST = Benefit Reductions
Selection Text: PUCKA = Funded Pens. Right Reductions
Selection Text: PUCBF = Notional Contrib. Reductions
Selection Text: PUCBE = Actual Contribution Reductions
Selection Text: PUAUFT = Distribution Proposal PEP
Selection Text: PPERNR = Personnel Number
Title: Maintain HR-BAV Databases
Text Symbol: F04 = Pension Equal. Payment Tables
Text Symbol: F02 = Data Selection
Text Symbol: F01 = Person Selection
Text Symbol: CDA = DA
Text Symbol: ANZ = No. Records:


INCLUDES used within this REPORT RPUWDAD0

INCLUDE RPUWDA00.


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:

ICON_CREATE CALL FUNCTION 'ICON_CREATE' "YMLAC0K046968 EXPORTING "YMLAC0K046968 name = icon_okay "YMLAC0K046968 info = 'Vorhanden'(t01) "YMLAC0K046968 IMPORTING "YMLAC0K046968 RESULT = g_ok_icon "YMLAC0K046968 EXCEPTIONS "YMLAC0K046968 OTHERS = 0. "YMLAC0K046968



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