SAP Reports / Programs

RPUTPSG0 SAP ABAP Report - Teachers' Pensions Annual Return







RPUTPSG0 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 RPUTPSG0 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 - Teachers' Pensions Annual Return


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 RPUTPSG0. "Basic submit
SUBMIT RPUTPSG0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPUTPSG0 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: TEMSE_ID = TemSe Id
Selection Text: P_TEMSE = Output To TemSe
Selection Text: P_FILNAM = File Name
Selection Text: P_FILE = Output To File
Selection Text: ITEST = Test Run
Selection Text: F_YEAR = Return Year
Title: Teachers' Pensions Annual Return
Text Symbol: S04 = Output in TemSe
Text Symbol: S05 = File name
Text Symbol: S06 = Output in File System
Text Symbol: S09 = Extracting data for year &1 and LEA/Area code &2
Text Symbol: SEN = SPA/SEN allow. rate
Text Symbol: SUP = Supplement
Text Symbol: T01 = Return Year
Text Symbol: T02 = Control record ID
Text Symbol: TIE = Extraction of Teachers Pensions Annual Return for year &1
Text Symbol: TIT = Preparation of Teachers Pensions Annual Return for year &1
Text Symbol: TOT = Total Data Records
Text Symbol: TR1 = Records Type 1:
Text Symbol: TR2 = Records Type 2:
Text Symbol: TR3 = Records Type 3:
Text Symbol: TR4 = Records Type 4:
Text Symbol: TST = Test run
Text Symbol: YES = Yes
Text Symbol: 001 = Teachers Pensions - Annual Returns
Text Symbol: ADD = Additional Contribution details
Text Symbol: ALV = ALV display
Text Symbol: AME = Amendment of previous service details
Text Symbol: APP = Appointment details
Text Symbol: DAT = Date of Preparation
Text Symbol: EXT = Extraction
Text Symbol: F00 = TP0101
Text Symbol: F01 = Selection Options
Text Symbol: F02 = Processing Options
Text Symbol: F03 = Extraction options
Text Symbol: IYR = Invalid year
Text Symbol: LEA = LEA / Area code
Text Symbol: LON = London allow. rate





Text Symbol: NON = No
Text Symbol: ORG = Originator's Title
Text Symbol: PAR = Part-time salary
Text Symbol: POP = Confirm data extraction for submission to TP
Text Symbol: PRO = Processing personnel numbers for year &1 and LEA/Area code &2
Text Symbol: Q01 = Are you sure you want to extract data?
Text Symbol: R03 = Generate amendment records (type 3)
Text Symbol: REF = Refund indicator
Text Symbol: S02 = Object No
Text Symbol: S03 = Name of work file


INCLUDES used within this REPORT RPUTPSG0

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_CHECK_REPORT_ID call function 'HRGPBS_HER_CHECK_REPORT_ID' exporting p_repid = c_repid tables p_error = g_error changing p_interface_type = itype.

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_TEMSE_BUILD_ID call function 'HRGPBS_TEMSE_BUILD_ID' exporting p_repid = 'RPUTPSG0' tables p_error = g_error changing p_temse_id = temse_id p_temse_id_full = temse_id_full.

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