SAP Reports / Programs

RPIBRTN0 SAP ABAP Report - RPIBRTN0: Percentage Direct Wage Type Increase







RPIBRTN0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for RPIBRTN0: Increase Direct Wage Types by means of Batch Input...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 RPIBRTN0 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 RPIBRTN0. "Basic submit
SUBMIT RPIBRTN0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPIBRTN0 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: Z_BREITE = D Line Width 079/132
Selection Text: MAP_NAME = D Session Name
Selection Text: KEEP = D Keep proc. batch input session
Selection Text: HOLDDATE = D Current Date
Selection Text: B_INPUT = D Batch Input
Title: RPIBRTN0: Percentage Direct Wage Type Increase
Text Symbol: P13 = Available Wage Types
Text Symbol: P12 = Increase to:
Text Symbol: P11 = Infotype 0008
Text Symbol: P10 = Infotype 0007
Text Symbol: P09 = Determine total for
Text Symbol: P08 = Maximum Increase
Text Symbol: P07 = Up
Text Symbol: P06 = Round
Text Symbol: P05 = Down
Text Symbol: P04 = Rounding Type
Text Symbol: P03 = Rounding Amount
Text Symbol: P02 = Amount
Text Symbol: P01 = Percentage
Text Symbol: MNT = Direct Wage Type Increase
Text Symbol: J02 = Increase
Text Symbol: J01 = Rounding
Text Symbol: BIN = Data Relevant to Batch Input
Text Symbol: 050 = on
Text Symbol: 049 = No data found for personnel no.:
Text Symbol: 008 = Error determining currency
Text Symbol: 002 = Rate increase date is smaller than end of key date
Text Symbol: 001 = End date must be greater than start date
Text Symbol: 000 = Enter a rounding variant
Text Symbol: P14 = New Wage Type
Text Symbol: P15 = Assign value to
Text Symbol: P16 = Add. Sel. Criteria Incr. OT
Text Symbol: P17 = Including Increased OT
Text Symbol: P18 = Excluding Increased OT
Text Symbol: WGT = Wage Type
Text Symbol: PRZ = %
Text Symbol: P29 = Increase Data
Text Symbol: P28 = Add. Selection Criteria





Text Symbol: P26 = Derive part-time pct. from
Text Symbol: P25 = To
Text Symbol: P24 = Start Date
Text Symbol: P23 = Key Date
Text Symbol: P22 = Incl. Indirect
Text Symbol: P21 = Only Direct
Text Symbol: P20 = Determine tot. increase (amount)
Text Symbol: P19 = Only Increased OT


INCLUDES used within this REPORT RPIBRTN0

INCLUDE RPIBRTDN0.
INCLUDE RPIBRTFN0.


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:

RP_NUMBER_OF_WAGETYPES_0008 CALL FUNCTION 'RP_NUMBER_OF_WAGETYPES_0008' "HCMOPS2737 IMPORTING WT_COUNT = NUMBER_OF_WAGETYPES_0008. "HCMOPS2737

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