RPUTPSG0F05 is a standard ABAP INCLUDE available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.
If you would like to execute this report or see the full code listing simply enter RPUTPSG0F05 into the relevant SAP transactions such as SE38 or SE80
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.
Title: Initialisation forms, input checks for RPUTPSG0
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.
HRGPBS_TEMSE_BUILD_ID call function 'HRGPBS_TEMSE_BUILD_ID' exporting p_repid = c_repid tables p_error = l_error[] changing p_temse_id = temse_id p_temse_id_full = temse_id_full.
HR_GET_BUSINESS_ADD_IN call function 'HR_GET_BUSINESS_ADD_IN' exporting exit_name = c_exit_name * FLT_VAL = c_molga importing is_implemented = p_exit_implemented changing instance = p_exit_instance.
RP_GET_CURRENCY call function 'RP_GET_CURRENCY' exporting molga = '08' begda = year_endda endda = year_endda importing waers = p_currency * VALID_BEGDA = * VALID_ENDDA = * RETURN = * CURRENCY_SOURCE = * TABLES * CURRENCY_TABLE = exceptions others = 5.
HRGPBS_ALL_GET_ENTRY_AT_DATE call function 'HRGPBS_ALL_GET_ENTRY_AT_DATE' exporting p_molga = c_molga p_algrp = c_algrp p_alkey = c_dfes p_date = p_date p_text_required = ' ' importing p_alfld = l_alfld exceptions record_not_found = 1 others = 2.
HRGPBS_TPS_GET_LEA call function 'HRGPBS_TPS_GET_LEA' exporting p_date = p_date p_werks = pnpwerks-low importing p_lea = p_lea exceptions value_not_defined = 1 others = 2.
HRGPBS_TPS_GET_SCHOOL call function 'HRGPBS_TPS_GET_SCHOOL' exporting p_werks = pnpwerks-low importing p_school = p_school exceptions value_not_defined = 1 others = 2.
HRGPBS_HER_GET_WAGE_TYPES call function 'HRGPBS_HER_GET_WAGE_TYPES' exporting p_wtgrp =
"c_inner_london_wtg tables p_wage_types = "g_inner_london_wtg exceptions no_entries_found = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RPUTPSG0F05 - Initialisation forms, input checks for RPUTPSG0 RPUTPSG0F04 - Aggregation of all records for RPUTPSG0 RPUTPSG0F03 - Records type 2 and 4 processing forms for RPUTPSG0 RPUTPSG0F02 - Records type 1 and 3 processing forms for RPUTPSG0 RPUTPSG0F01 - Input/output and interface forms for RPUTPSG0 RPUTPSG0D01 - Global data definitions for RPUTPSG0