SAP Reports / Programs | Personnel Time Management | Shift Planning | Shift Planning for Public Sector(PT-SP-PS) SAP PT

RHSPP_ABS_PLAN SAP ABAP Report - Absence Planner: Public Sector Germany







RHSPP_ABS_PLAN is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The RHSPP_ABS_PLAN report contains the standard absence planner menu for shift planning for the German public sector (transaction PP61)...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 RHSPP_ABS_PLAN 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

PP_APL - Absence Planner: Public Sector DE


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 RHSPP_ABS_PLAN. "Basic submit
SUBMIT RHSPP_ABS_PLAN AND RETURN. "Return to original report after report execution complete
SUBMIT RHSPP_ABS_PLAN 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: ALLPERNR = Only EEs w. Absence/Attendance
Selection Text: N_OUTLEN = Width of Day Column
Selection Text: PERNRDIS = Display Personnel Number
Selection Text: PROFILE = Display Profile
Title: Absence Planner: Public Sector Germany
Text Symbol: 001 = Overview
Text Symbol: 002 = Week Display
Text Symbol: DIS = Display Format


INCLUDES used within this REPORT RHSPP_ABS_PLAN

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:

HR_SHIFTPLAN_SET_PARAMETER CALL FUNCTION 'HR_SHIFTPLAN_SET_PARAMETER' EXPORTING user_name = sy-uname parameter_id = 'PE_APL_COLUMN_WIDTH' para_value = l_outlen_para.

HR_SHIFTPLAN_SET_PARAMETER CALL FUNCTION 'HR_SHIFTPLAN_SET_PARAMETER' EXPORTING user_name = sy-uname parameter_id = 'PE_APL_PROFILE' para_value = profile.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING * I_INTERFACE_CHECK = ' ' * I_BYPASSING_BUFFER = ' ' * I_BUFFER_ACTIVE = ' ' i_callback_program = l_repid i_callback_pf_status_set = 'SET_PF_STATUS' i_callback_user_command = 'USER_COMMAND' i_callback_top_of_page = 'TOP_OF_PAGE' * I_CALLBACK_HTML_TOP_OF_PAGE = ' ' * I_CALLBACK_HTML_END_OF_LIST = ' ' * I_STRUCTURE_NAME = * I_BACKGROUND_ID = ' ' * I_GRID_TITLE = * I_GRID_SETTINGS = * IS_LAYOUT = it_fieldcat = lt_fcat it_excluding = alv_extab * IT_SPECIAL_GROUPS = * IT_SORT = * IT_FILTER = * IS_SEL_HIDE = * I_DEFAULT = 'X' i_save = 'A' * IS_VARIANT = * IT_EVENTS = * IT_EVENT_EXIT = * IS_PRINT = * IS_REPREP_ID = * I_SCREEN_START_COLUMN = 0 * I_SCREEN_START_LINE = 0 * I_SCREEN_END_COLUMN = 0 * I_SCREEN_END_LINE = 0 * I_HTML_HEIGHT_TOP = 0 * I_HTML_HEIGHT_END = 0 * IT_ALV_GRAPHICS = * IT_HYPERLINK = * IT_ADD_FIELDCAT = it_except_qinfo = lt_color_info * IR_SALV_FULLSCREEN_ADAPTER = * IMPORTING * E_EXIT_CAUSED_BY_CALLER = * ES_EXIT_CAUSED_BY_USER = TABLES t_outtab = * EXCEPTIONS * PROGRAM_ERROR = 1 * OTHERS = 2 .

REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = l_header.



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