RPUTPSG1 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for At the end of each financial year (31 March) employers have a statutory requirement to submit an Annual Return showing details of teachers' service, salary and any additional contributions that they have paid to Teachers' Pensions...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 RPUTPSG1 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
HRGPBS_TPS_ARCH - TPS Modification of archive data
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: F_YEAR = Return Year
Title: TPS Archive table maintenance
Text Symbol: YES = Yes
Text Symbol: T02 = Control record ID
Text Symbol: T01 = Return year
Text Symbol: S05 = Part-time salary
Text Symbol: S04 = SPA/SEN allowance
Text Symbol: S03 = London allowance
Text Symbol: S02 = Local supplement
Text Symbol: S01 = Changes were saved.
Text Symbol: Q02 = Changes will be saved. Continue?
Text Symbol: Q01 = Do you want to leave archive maintenance?
Text Symbol: POP = Confirm action
Text Symbol: NON = No
Text Symbol: IYR = Invalid year
Text Symbol: I10 = The archive is currently being edited
Text Symbol: I09 = using the error log.
Text Symbol: I08 = Check your entries
Text Symbol: I07 = Entries are not yet consistent.
Text Symbol: I06 = Entry error
Text Symbol: F01 = Selection Options
Text Symbol: 001 = TPS Archive table maintenance
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
HRGPBS_HER_GET_YEAR_DATES call function 'HRGPBS_HER_GET_YEAR_DATES' changing p_iyear = f_year p_begda = year_begda p_endda = year_endda p_date_range_display = date_range_display exceptions return_year_before_1999 = 1.
HRGPBS_TPS_CONTROL_BUILD_ID call function 'HRGPBS_TPS_CONTROL_BUILD_ID' exporting p_lea = g_lea p_school = g_school importing p_recid = g_recid.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RPUTPSG1 - TPS Archive table maintenance RPUTPSG1 - TPS Archive table maintenance RPUTPSG0SEL - Selection screen definition for RPUTPSG0 RPUTPSG0F06 - The high level processing forms for RPUTPSG0 RPUTPSG0F05 - Initialisation forms, input checks for RPUTPSG0 RPUTPSG0F04 - Aggregation of all records for RPUTPSG0