SAP Reports / Programs | Payroll | Germany | Public Sector(PY-DE-PS) SAP PY

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







RPITRF01 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 selected indirect valuation, only the valuation matching the date entered (or a replacement date) is shown when you display basic pay in dialog mode...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 RPITRF01 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 RPITRF01. "Basic submit
SUBMIT RPITRF01 AND RETURN. "Return to original report after report execution complete
SUBMIT RPITRF01 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: B-INPUT = Batch Input (X)
Selection Text: GRUND = Reason for change to basic pay
Selection Text: HOLDDATE = Lock batch input session until
Selection Text: KEEP = Keep processed BI session
Selection Text: MAP-NAME = Name of batch input session
Selection Text: MODLGART = Country Grouping
Selection Text: P8_SUBTY = Subtype for Basic Pay Infotype
Selection Text: T-DATUM = Date of standard pay increase
Selection Text: TRFMASSN = Event for std pay increase
Selection Text: TUMMASSN = Event for PS reclassification
Selection Text: T_ART = Pay scale type
Selection Text: T_GEBIET = Pay Scale Area
Selection Text: T_GRUPPE = Pay Scale Group
Selection Text: T_LGART = Apply Base Amount To
Selection Text: Z-BREITE = Line Width
Title: Enhanced Std Pay Increase (Indirect and Direct WTs) with Batch Input
Text Symbol: STT = Key date $1
Text Symbol: R66 = Error during ind. valuation of wage type $
Text Symbol: 094 = No value stored in feature $ for var. key $
Text Symbol: 093 = Key $ not found in T001P
Text Symbol: 092 = Infotype $ not found in T582A
Text Symbol: 091 = Program terminated
Text Symbol: 090 = Please specify date (T-DATUM) for standard pay increase
Text Symbol: 050 = on
Text Symbol: 049 = Previous Basic Pay record not found for pers. no.
Text Symbol: 048 = Error when defining currency
Text Symbol: 047 = A batch input session was not created
Text Symbol: 046 = Processed batch input session will not be deleted
Text Symbol: 001 = The following wage types are valuated indirectly acc.to T511:
Text Symbol: 002 = indirect
Text Symbol: 003 = Direct
Text Symbol: 004 = In-/Direct
Text Symbol: 006 = New record created (basic pay)
Text Symbol: 007 = Record (basic pay) already exists and is unchanged -> no BI
Text Symbol: 008 = Record (basic pay) w. directly valuated WTs only
Text Symbol: 009 = Record(BP) was changed despite PS reclassification
Text Symbol: 010 = **** Increase of actual salary not possible ****
Text Symbol: 011 = Compensation WT





Text Symbol: 012 = is already included in basic pay
Text Symbol: 013 = Choose different ref. wage types in T510D
Text Symbol: 014 = Default wage type
Text Symbol: 015 = Acc.T539A cannot be overwritten
Text Symbol: 018 = Records (basic pay) exist in the future
Text Symbol: 019 = Previous rec.(basic pay) is identical-> no BI
Text Symbol: 020 = Existing record (basic pay) modified
Text Symbol: 021 = Wg Type
Text Symbol: 022 = Not found in IT and DL
Text Symbol: 023 = Fatal programming error
Text Symbol: 041 = BATCH INPUT PROCESSING:
Text Symbol: 042 = Number of screens created:
Text Symbol: 043 = No event record created
Text Symbol: 044 = Name of BI session :
Text Symbol: 045 = Batch input session locked until :
002 From WT Description Valuation Amount Number/Unit
001 PersNo Names CC PA PS EG ES PI PT PG Pay scale Level


INCLUDES used within this REPORT RPITRF01

INCLUDE RPBDYN11. "KREAHRK013149


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' "XWIP30K035877 exporting "XWIP30K035877 mapname = map-name "XWIP30K035877 reportname = repname "XWIP30K035877 importing "XWIP30K035877 mapname = map-name. "XWIP30K035877

HR_MAPNAME_VERIFY call function 'HR_MAPNAME_VERIFY' "XWIP30K035877 exporting "XWIP30K035877 mapname = map-name "XWIP30K035877 reportname = repname "XWIP30K035877 importing "XWIP30K035877 mapname = map-name. "XWIP30K035877

RP_SET_NAME_FORMAT CALL FUNCTION 'RP_SET_NAME_FORMAT' "MBUAHRK058968 EXPORTING repid = repid IMPORTING FORMAT = $$FORMAT.

RP_NUMBER_OF_WAGETYPES_0008 call function 'RP_NUMBER_OF_WAGETYPES_0008' "N217573 importing wt_count = number_of_wagetypes_0008. "N217573

RP_GET_CURRENCY call function 'RP_GET_CURRENCY' "P30K090292 exporting "P30K090292 molga = t001p-molga "P30K090292 trfar = p0008-trfar "P30K090292 trfgb = p0008-trfgb "P30K090292 trfkz = t503-trfkz "P30K090292 importing "P30K090292 waers = curr "P30K090292 exceptions "P30K090292 others. "P30K090292

BDC_CLOSE_GROUP call function 'BDC_CLOSE_GROUP'.

HRCA_COMPANYCODE_GETDETAIL call function 'HRCA_COMPANYCODE_GETDETAIL' exporting companycode = $bukrs importing country = land1 exceptions not_found = 1 others = 2.

RP_FILL_WAGE_TYPE_TABLE_EXT call function 'RP_FILL_WAGE_TYPE_TABLE_EXT' exporting pernr = pernr-pernr infty = '0008' * subty = '0' "n1668622 subty = p0008-subty "n1668622 begda = datum endda = datum tables pp0001 = p0001 "input pp0007 = p0007 "input pp0008 = p0008 "input pp0230 = p0230 "input "MIXKI3K063680 ppbwla = ppbwla "output exceptions error_at_indirect_evaluation = 1.

BDC_OPEN_GROUP call function 'BDC_OPEN_GROUP' "BI-Mappe eröffnen exporting client = sy-mandt group = bname user = sy-uname keep = keep holddate = holddate.

BDC_INSERT





call function 'BDC_INSERT' exporting tcode = 'PA30' tables dynprotab = bdcdata.



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