SAP Reports / Programs

RPUTPSG0F05 SAP ABAP INCLUDE - Initialisation forms, input checks for RPUTPSG0







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


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 RPUTPSG0F05. "Basic submit
SUBMIT RPUTPSG0F05 AND RETURN. "Return to original report after report execution complete
SUBMIT RPUTPSG0F05 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Initialisation forms, input checks for RPUTPSG0


INCLUDES used within this REPORT RPUTPSG0F05

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.

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.



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