SAP Reports / Programs | Personnel Management | Personnel Administration | Denmark(PA-PA-DK) SAP PA

RPUPRRM0_OLD SAP ABAP Report - Pension report







RPUPRRM0_OLD 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 RPUPRRM0_OLD 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 RPUPRRM0_OLD. "Basic submit
SUBMIT RPUPRRM0_OLD AND RETURN. "Return to original report after report execution complete
SUBMIT RPUPRRM0_OLD 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: LGART_MA = Employee wage types
Selection Text: LGART_AG = Employer wage types
Title: Pension report
Text Symbol: 014 = Total other employee contributions in period
Text Symbol: 013 = End
Text Symbol: 012 = Frm
Text Symbol: 011 = Ttl contributns in period
Text Symbol: 010 = in the selected period
Text Symbol: 009 = total in period
Text Symbol: 008 = Total employee pension contributions in period
Text Symbol: 007 = Total employee pension contributions in period
Text Symbol: 006 = Currency
Text Symbol: 005 = were considered.
Text Symbol: 004 = Payroll periods from
Text Symbol: 003 = To
Text Symbol: 002 = In the period of
Text Symbol: 001 = Transfers for person
Text Symbol: 015 = Pension type/WT text
Text Symbol: 016 = Pens. cat.
Text Symbol: 025 = no payroll results available.
Text Symbol: 024 = Total other EE conributions in period
Text Symbol: 023 = Additional wge types to be valuatd
Text Symbol: 022 = EE+ER cont
Text Symbol: 021 = ER contr.
Text Symbol: 020 = Comments
Text Symbol: 019 = Inst.
Text Symbol: 018 = Policy no.
Text Symbol: 017 = EE contr.


INCLUDES used within this REPORT RPUPRRM0_OLD

INCLUDE RPUPRRM1_OLD.
INCLUDE RPUPRRM2_OLD.
INCLUDE RPUPRRM3_OLD.


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:

CD_READ_RGDIR CALL FUNCTION 'CD_READ_RGDIR' exporting persnr = pernr-pernr tables in_rgdir = rgdir exceptions no_record_found = 1 others = 2.



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