SAP Reports / Programs | Payroll | Germany | Public Sector(PY-DE-PS) SAP PY

RPLREHD0 SAP ABAP Report - SI contributions from rehabilitant







RPLREHD0 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 RPLREHD0 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 RPLREHD0. "Basic submit
SUBMIT RPLREHD0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPLREHD0 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: BEG_DAT = For payroll period YYYYMM
Title: SI Contributions from Rehabilitant
Text Symbol: 001 = HI
Text Symbol: 002 = PI
Text Symbol: 003 = UI
Text Symbol: 004 = CI
Text Symbol: 005 = SA
Text Symbol: 100 = Curr. yr :
Text Symbol: 110 = Curr.month:
Text Symbol: T01 = Entries


INCLUDES used within this REPORT RPLREHD0

INCLUDE: RPCLST00.
INCLUDE: RPC2RDD0.
INCLUDE: RPC2CD00.
INCLUDE: RPPPXD00.
INCLUDE: RPPPXD10.
INCLUDE: RPCXRDD0.
INCLUDE: RPPPXM00.
INCLUDE: RPCMGR00.


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_HIRE_FIRE CALL FUNCTION 'RP_HIRE_FIRE' EXPORTING BEG = '00000101' END = '99991231' IMPORTING FIRE_DATE = FIRE_DATE HIRE_DATE = HIRE_DATE TABLES PPHIFI = PHIFI PP0000 = P0000 PP0001 = P0001.

HR_PAL_CREATE_NODE_CATEG call function 'HR_PAL_CREATE_NODE_CATEG' exporting i_categ_id = l_categ_id i_structure_name = c_struc i_save = 'A' "Standard- und Benutzerlayouts is_variant = ls_variant i_default = 'X' is_layout = ls_layout exceptions program_error = 1 others = 2.

HR_PAL_NODE_ADD call function 'HR_PAL_NODE_ADD' exporting i_relatkey = l_knoten i_node_txt = l_knoten_txt i_categ_id = l_categ_id importing e_node_key = l_knoten exceptions program_error = 1 others = 2.

HR_PAL_NODE_ADD_ROW call function 'HR_PAL_NODE_ADD_ROW' exporting i_node_key = l_knoten i_row_data = ls_ausg exceptions program_error = 1 others = 2.

HR_PAL_LOG_DISPLAY call function 'HR_PAL_LOG_DISPLAY' exporting i_s_display_profile = l_display_profile exceptions program_error = 1 no_logs = 2 others = 3.



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