SAP Reports / Programs

RPREHBS0 SAP ABAP Report - Rehabilitation Report for Sweden







RPREHBS0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report determines an employee's eligibility for rehabilitation based on the following conditions: Sickness Days Employee has been sick for the specified minimum number of days or more in the selected period...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 RPREHBS0 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_M23_REHB - Rehabilitation Report for Sweden


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 RPREHBS0. "Basic submit
SUBMIT RPREHBS0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPREHBS0 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: S_AWART = Absence Types
Selection Text: P_ILL = Sickness period
Selection Text: P_DAYS = Calender sickness days
Title: Rehabilitation Report for Sweden
Text Symbol: T03 = Sickness Periods
Text Symbol: T02 = Sickness Days
Text Symbol: T01 = Absence Type for selection
Text Symbol: L11 = Absence Text
Text Symbol: L10 = No. Of Hours
Text Symbol: L09 = Work Etching Ability %
Text Symbol: L08 = End Date
Text Symbol: L07 = Begin Date
Text Symbol: L06 = No. Of Days
Text Symbol: L05 = Sickness End Date
Text Symbol: L04 = Sickness Begin Date
Text Symbol: L03 = Name
Text Symbol: L02 = Cost Center
Text Symbol: L01 = Personnel No.
Text Symbol: 018 = Do you really want to create IT0082 for the selected employees?
Text Symbol: 017 = month period
Text Symbol: 016 = or more in selected period
Text Symbol: 015 = No.of sickperiod equals to
Text Symbol: 014 = calender days or more
Text Symbol: 013 = Sickperiod equals to
Text Symbol: 010 = IT0082 updated for & employees
Text Symbol: 009 = Period:
Text Symbol: 008 = Run Date:
Text Symbol: 007 = for months
Text Symbol: 006 = or more
Text Symbol: 005 = Sickness period
Text Symbol: 004 = till
Text Symbol: 003 = Selection period from
Text Symbol: 001 = Calender sickness days


INCLUDES used within this REPORT RPREHBS0

INCLUDE RPREHBS0_DATA.
INCLUDE RPREHBS0_SELECTION.


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