SAP Reports / Programs

RPCKUGD4 SAP ABAP Report - Obtain RHC/BWP Benefit Rates 93







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


Text pool values


Determine RHC/BWP Benefit Rates &1.. &2..
Selection Text: WOKNZP = West-East Indicator W/E
Selection Text: TEST = Test Switch On/Off
Selection Text: TABELLE = Print Table Yes/No
Selection Text: G-DATUM = Validity Date (DDMMYY)
Selection Text: CSTDSATZ = Hourly wage
Selection Text: CARBWOCH = Weekly working hours
Title: Determine RHC/BWP Benefit Rates 93
Text Symbol: IO5 = Net per Hour !
Text Symbol: IO4 = Family-Rel.Bonus !
Text Symbol: IO1 = East
Text Symbol: I05 = Net per Hour !
Text Symbol: I04 = Family-Rel.Bonus !
Text Symbol: I02 = West
Text Symbol: F02 = has no num. value:
Text Symbol: F01 = Parameter
Text Symbol: ERR = Error in Tax Calculation.
Text Symbol: A02 = Weekly working hours
Text Symbol: A01 = Hourly wage
Text Symbol: 006 = dates before 1993.
Text Symbol: 005 = contains the correct values for
Text Symbol: 004 = please use report RPCKUGD3. This report
Text Symbol: 003 = using this report. If the validity date is before 01/01/93
Text Symbol: 002 = Calculations for the time to 31/12/92 are not possible
Text Symbol: 001 = Table Entry Missing.
003 From To ! 1 2 3 5 6 4
002 r ! A B C D E F
001 Remuneration B ! Benefits Group/Tax Class


INCLUDES used within this REPORT RPCKUGD4

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:

No SAP FUNCTION MODULES are executed within this report code!



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