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:
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
Below is a list of transaction codes which are relevant to this SAP report
PC00_M23_REHB - Rehabilitation Report for Sweden
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.
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
INCLUDE RPREHBS0_DATA.
INCLUDE RPREHBS0_SELECTION.
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RPREHBS0 - Rehabilitation Report for Sweden RPREHBS0 - Rehabilitation Report for Sweden RPREFXCN_SALES_REPORT - Sales Report Updating RPREFXCN_SALES_REPORT - Sales Report Updating RPREFXCN_RETRIEVE_DATA_TOP - Include RPREFXCN_RETRIEVE_DATA_TOP RPREFXCN_RETRIEVE_DATA_SCREEN - Selection screen of Retrieving data for RE