RPUPAEG2 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 in information present in the spreadsheet (saved in CSV format) on to the
If you would like to execute this report or see the full code listing simply enter RPUPAEG2 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
PC00_M08_PAE_OPT_IN - PAE (GB): Mass Opt-In
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.
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-In
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-In
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-In
Text Symbol: 003 = Output Options
Text Symbol: 002 = Processing Options
Text Symbol: 001 = Opt-In Upload File
INCLUDE RPUPAEG2_DATA.
INCLUDE RPUPAEG2_SEL.
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.