SAP Reports / Programs | Personnel Management | Personnel Administration | Italy(PA-PA-IT) SAP PA

RPCLSTI3 SAP ABAP Report - Illness certificate Cluster Viewer







RPCLSTI3 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 RPCLSTI3 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_M15_RPCLSTI3 - Illness certificate Cluster Viewer


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


Text pool values


Title: Illness certificate Cluster Viewer
Text Symbol: 001 = Selection
Text Symbol: 002 = Selection options
Text Symbol: 003 = From (Yr)
Text Symbol: 004 = To (Yr)
Text Symbol: 005 = PersNo
Text Symbol: 006 = Cert. number
Text Symbol: T01 = Results
Text Symbol: T02 = Amounts
Text Symbol: T03 = Data
Text Symbol: T04 = Inh. amounts
Text Symbol: T05 = Inh. data
Text Symbol: T06 = Certificates
Text Symbol: T07 = Illness certificate


INCLUDES used within this REPORT RPCLSTI3

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_PAL_CREATE_NODE_CATEG CALL FUNCTION 'HR_PAL_CREATE_NODE_CATEG' "#EC * EXPORTING i_categ_id = 'RISUL'. "#EC *

HR_PAL_CREATE_NODE_CATEG CALL FUNCTION 'HR_PAL_CREATE_NODE_CATEG' "#EC * EXPORTING i_categ_id = 'CERT' "#EC * i_structure_name = 'HRPAYIT_S_LOG_CERT_MAL' "#EC * is_pushbuttons = ls_pushbuttons i_rowmark = abap_true.

HR_PAL_NODE_ADD CALL FUNCTION 'HR_PAL_NODE_ADD' "#EC * EXPORTING i_relatkey = 'ROOT' "#EC * i_categ_id = 'RISUL' "#EC * i_node_txt = text-t01 IMPORTING e_node_key = gv_risul_node.

HR_PAL_LOG_DISPLAY CALL FUNCTION 'HR_PAL_LOG_DISPLAY' "#EC * EXPORTING i_s_display_profile = ls_display_profile i_s_flat_profile = ls_flat_profile.

HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' "#EC * EXPORTING pernr = pv_pernr infty = '0002' "#EC * TABLES infty_tab = lt_p0002 EXCEPTIONS infty_not_found = 1.

HR_PAL_NODE_ADD CALL FUNCTION 'HR_PAL_NODE_ADD' "#EC * EXPORTING i_relatkey = gv_risul_node i_node_txt = pv_pernr i_categ_id = 'CERT' "#EC * i_icon = icon_employee IMPORTING e_node_key = lv_nodepernr.

HR_PAL_NODE_ADD_ROW CALL FUNCTION 'HR_PAL_NODE_ADD_ROW' "#EC * EXPORTING i_node_key = lv_nodepernr i_row_data = ls_ee_entries.

REUSE_ALV_GRID_DISPLAY_LVC CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY_LVC' "#EC * EXPORTING i_interface_check = space i_buffer_active = space i_bypassing_buffer = abap_true i_structure_name = 'PC1IB' "#EC * i_grid_settings = ls_settings is_layout_lvc = ls_layout i_default = abap_true i_save = abap_true i_screen_start_column = 0 i_screen_start_line = 0 i_screen_end_column = 0 i_screen_end_line = 0 TABLES t_outtab = lt_cluster EXCEPTIONS program_error = 1 OTHERS = 2.



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