SAP Reports / Programs

RPITRF00 SAP ABAP Report - Enhanced Std Pay Increase (Indirect and Direct WTs) with Batch Input







RPITRF00 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for BEGIN OF UPDATE If you have chosen indirect valuation of basic pay, only the valuation for the specified date (or a substitute date) is displayed...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 RPITRF00 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

PC00_M99_ITRF - Pay Scale Increase Ext. Internation.
HRCMP0041 - Pay scale Increase
PNZ5 - Pay Scale Inc. Extended NewZealand


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 RPITRF00. "Basic submit
SUBMIT RPITRF00 AND RETURN. "Return to original report after report execution complete
SUBMIT RPITRF00 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: T_GRUPPE = Pay Scale Group
Selection Text: T_GEBIET = Pay Scale Area
Selection Text: T_DATUM = Date of standard pay increase
Selection Text: T_ART = Pay scale type
Selection Text: TUMMASSN = Event for PS reclassification
Selection Text: TRFMASSN = Event for std pay increase
Selection Text: P8_SUBTY = Subtype for Basic Pay infotype
Selection Text: MODLGART = Country grouping
Selection Text: MAP_NAME = Name of Batch Input Session
Selection Text: KEEP = Keep processed BI session
Selection Text: HOLDDATE = Lock batch input session until
Selection Text: GRUND = Reason for change to basic pay
Selection Text: CPIND = Planned compensation type
Selection Text: B_INPUT = Batch Input
Title: Enhanced Std Pay Increase (Indirect and Direct WTs) with Batch Input
Text Symbol: STT = Key date $1
Text Symbol: NOA = No organizational assignment on &1
Text Symbol: F4S = Infotype: &
Text Symbol: BIN = Data relevant for batch input
Text Symbol: A03 = Log
Text Symbol: A02 = Enhanced Std Pay Increase (Indirect and Direct WTs) with Batch Input
Text Symbol: A01 = According to Table T511 Indirect Wage Types
Text Symbol: 047 = A batch input session was not created
Text Symbol: 046 = Processed batch input session will not be deleted
Text Symbol: 045 = Batch input session locked until :
Text Symbol: 044 = Name of BI session :
Text Symbol: 043 = No event record created
Text Symbol: 042 = Number of screens created:
Text Symbol: 004 = in-/direct
Text Symbol: 003 = direct(ly)
Text Symbol: 002 = indirect(ly)


INCLUDES used within this REPORT RPITRF00

INCLUDE RPITRF_I01.
INCLUDE RPITRF_I02.
INCLUDE RPITRF_I03.
INCLUDE RPITRF_I04.


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:

HR_MAPNAME_VERIFY CALL FUNCTION 'HR_MAPNAME_VERIFY' EXPORTING mapname = map_name reportname = repname IMPORTING mapname = map_name.

SELECT_OPTIONS_RESTRICT CALL FUNCTION 'SELECT_OPTIONS_RESTRICT' EXPORTING restriction = restrict EXCEPTIONS OTHERS = 0.

HR_MAPNAME_VERIFY CALL FUNCTION 'HR_MAPNAME_VERIFY' EXPORTING mapname = map_name reportname = repname IMPORTING mapname = map_name.

RP_SET_NAME_FORMAT CALL FUNCTION 'RP_SET_NAME_FORMAT' EXPORTING repid = repname IMPORTING format = format.

RP_NUMBER_OF_WAGETYPES_0008 CALL FUNCTION 'RP_NUMBER_OF_WAGETYPES_0008' IMPORTING wt_count = it0008_lgarts.

RP_EDIT_NAME CALL FUNCTION 'RP_EDIT_NAME' EXPORTING format = format langu = sy-langu molga = t001p-molga pp0002 = p0002 IMPORTING edit_name = edit_name retcode = subrc.



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