SAP Reports / Programs

RPUTPSG1 SAP ABAP Report - TPS Archive table maintenance







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


Transaction Code(s):

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

HRGPBS_TPS_ARCH - TPS Modification of archive data


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 RPUTPSG1. "Basic submit
SUBMIT RPUTPSG1 AND RETURN. "Return to original report after report execution complete
SUBMIT RPUTPSG1 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: 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


INCLUDES used within this REPORT RPUTPSG1

No INCLUDES are used within this REPORT code!


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:

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.



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