SAP Reports / Programs

RPUPAEG3 SAP ABAP Report - Pensions Auto-Enrolment (GB): Mass Opt-Out







RPUPAEG3 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report uploads the employees' opt out information present in the spreadsheet (saved in CSV format) on to the Opt Out tab of Pensions Reform (3297) infotype and at the same time it updates Pension Details (0071) and National Insurance Details (0069) if those columns have been supplied...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 RPUPAEG3 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

PC00_M08_PAE_OPT_OUT - PAE (GB): Mass Opt-Out


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 RPUPAEG3. "Basic submit
SUBMIT RPUPAEG3 AND RETURN. "Return to original report after report execution complete
SUBMIT RPUPAEG3 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: P_UFILE = Upload File Name
Selection Text: P_TEST = Test Mode
Selection Text: P_DVFILE = Upload File Layout
Selection Text: P_DV3297 = IT3297 Layout
Selection Text: P_DV0071 = IT0071 Layout
Selection Text: P_DV0069 = IT0069 Layout
Title: Pensions Auto-Enrolment (GB): Mass Opt-Out
Text Symbol: UP3 = Number of 0069 update failures
Text Symbol: UP2 = Number of 0071 update failures
Text Symbol: UP1 = Number of 3297 update failures
Text Symbol: UB3 = Number of 0069 update failures...............................
Text Symbol: UB2 = Number of 0071 update failures...............................
Text Symbol: UB1 = Number of 3297 update failures...............................
Text Symbol: ST5 = Number of records processed
Text Symbol: ST4 = Number of update failures
Text Symbol: ST3 = Number of data failures
Text Symbol: ST2 = Number of format failures
Text Symbol: ST1 = Number of records uploaded
Text Symbol: SH3 = Pensions Auto-Enrolment: Mass Opt-Out
Text Symbol: SH2 = Update Errors
Text Symbol: SH1 = Upload File
Text Symbol: SB5 = Number of records processed..................................
Text Symbol: SB4 = Number of update failures....................................
Text Symbol: SB3 = Number of data failures......................................
Text Symbol: SB2 = Number of format failures....................................
Text Symbol: SB1 = Number of records uploaded...................................
Text Symbol: B04 = Do you want to continue?
Text Symbol: B03 = 0071 and 0069 (if appropriate)
Text Symbol: B02 = This will update infotypes 3297,
Text Symbol: B01 = Pensions Auto-Enrolment: Mass Opt-Out
Text Symbol: 003 = Output Options
Text Symbol: 002 = Processing Options
Text Symbol: 001 = Opt-Out Upload File


INCLUDES used within this REPORT RPUPAEG3

INCLUDE RPUPAEG3_DATA.
INCLUDE RPUPAEG3_SEL.


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:

No SAP FUNCTION MODULES are executed within this report code!



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