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
Below is a list of transaction codes which are relevant to this SAP report
HRGPBS_TPS - Teachers' Pensions Annual Return
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: 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
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.