SAP Reports / Programs

RPCLSTI2 SAP ABAP Report - CEI Cluster Viewer







RPCLSTI2 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 RPCLSTI2 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_CUD_CLVIEW - CEI result 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 RPCLSTI2. "Basic submit
SUBMIT RPCLSTI2 AND RETURN. "Return to original report after report execution complete
SUBMIT RPCLSTI2 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_ANNO = D .
Selection Text: S_ANNORE = D .
Selection Text: S_PERNR = D .
Title: CEI Cluster Viewer
Text Symbol: 001 = Selection
Text Symbol: 002 = Selection Options
Text Symbol: T01 = Results
Text Symbol: T02 = Amounts
Text Symbol: T03 = Data
Text Symbol: T04 = Inh. amounts
Text Symbol: T05 = Inh. data


INCLUDES used within this REPORT RPCLSTI2

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_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING pernr = pv_pernr infty = '0001' TABLES infty_tab = lt_p0001 EXCEPTIONS infty_not_found = 1.

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

HR_PAL_CREATE_NODE_CATEG CALL FUNCTION 'HR_PAL_CREATE_NODE_CATEG' EXPORTING i_categ_id = 'RISUL' it_fieldcat = gt_fieldcatalog_pernr[].

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

HR_PAL_CREATE_NODE_CATEG CALL FUNCTION 'HR_PAL_CREATE_NODE_CATEG' EXPORTING i_categ_id = 'PERNR' it_fieldcat = gt_fieldcatalog_pernr[].

HR_PAL_CREATE_NODE_CATEG CALL FUNCTION 'HR_PAL_CREATE_NODE_CATEG' EXPORTING i_categ_id = 'TEXT' i_structure_name = 'PC1IA'.

HR_PAL_CREATE_NODE_CATEG CALL FUNCTION 'HR_PAL_CREATE_NODE_CATEG' EXPORTING i_categ_id = 'TEXTH' i_structure_name = 'PC1IA'.

HR_PAL_CREATE_NODE_CATEG CALL FUNCTION 'HR_PAL_CREATE_NODE_CATEG' EXPORTING i_categ_id = 'AMT' i_structure_name = 'PC1I9'.

HR_PAL_CREATE_NODE_CATEG CALL FUNCTION 'HR_PAL_CREATE_NODE_CATEG' EXPORTING i_categ_id = 'AMTH' i_structure_name = 'PC1I9'.

HR_PAL_CREATE_NODE_CATEG CALL FUNCTION 'HR_PAL_CREATE_NODE_CATEG' EXPORTING i_categ_id = 'VARTAB' i_structure_name = 'HRPAYIT_S_CUD_VARTAB'.

HR_PAL_LOG_DISPLAY CALL FUNCTION 'HR_PAL_LOG_DISPLAY' EXPORTING i_s_display_profile = l_display_profile i_s_flat_profile = l_flat_profile.

HR_PAL_NODE_ADD CALL FUNCTION 'HR_PAL_NODE_ADD' EXPORTING i_relatkey = gv_risul_node i_node_txt = lv_pernr i_categ_id = 'PERNR' i_icon = icon_employee IMPORTING e_node_key = lv_nodepernr. "I_ICON = p_icon_id

HR_PAL_NODE_ADD_ROW CALL FUNCTION 'HR_PAL_NODE_ADD_ROW' EXPORTING i_node_key = lv_nodepernr i_row_data = ls_pernr_entry.

HR_PAL_NODE_ADD_ROW CALL FUNCTION 'HR_PAL_NODE_ADD_ROW' EXPORTING i_node_key = gv_risul_node i_row_data = ls_pernr_entry.

HR_PAL_NODE_ADD CALL FUNCTION 'HR_PAL_NODE_ADD' EXPORTING i_relatkey = lv_nodepernr i_node_txt = lv_period_text i_categ_id = 'VARTAB' i_icon = ICON_TABLE_SETTINGS IMPORTING e_node_key = lv_nodeperiod. "I_ICON = p_icon_id

HR_PAL_NODE_ADD_ROW CALL FUNCTION 'HR_PAL_NODE_ADD_ROW' EXPORTING i_node_key = lv_nodeperiod i_row_data = ls_vartab_ee.

HR_PAL_NODE_ADD CALL FUNCTION 'HR_PAL_NODE_ADD' EXPORTING i_relatkey = lv_nodeperiod i_node_txt = text-t02 i_categ_id = 'AMT' IMPORTING e_node_key = lv_nodeaux. "I_ICON = p_icon_id

HR_PAL_NODE_ADD_ROW CALL FUNCTION 'HR_PAL_NODE_ADD_ROW' EXPORTING i_node_key = lv_nodeaux i_row_data = ls_amount.

HR_PAL_NODE_ADD





CALL FUNCTION 'HR_PAL_NODE_ADD' EXPORTING i_relatkey = lv_nodeperiod i_node_txt = text-t04 i_categ_id = 'AMTH' IMPORTING e_node_key = lv_nodeaux. "I_ICON = p_icon_id

HR_PAL_NODE_ADD_ROW CALL FUNCTION 'HR_PAL_NODE_ADD_ROW' EXPORTING i_node_key = lv_nodeaux i_row_data = ls_amount.

HR_PAL_NODE_ADD CALL FUNCTION 'HR_PAL_NODE_ADD' EXPORTING i_relatkey = lv_nodeperiod i_node_txt = text-t03 i_categ_id = 'TEXT' IMPORTING e_node_key = lv_nodeaux. "I_ICON = p_icon_id

HR_PAL_NODE_ADD_ROW CALL FUNCTION 'HR_PAL_NODE_ADD_ROW' EXPORTING i_node_key = lv_nodeaux i_row_data = ls_text.

HR_PAL_NODE_ADD CALL FUNCTION 'HR_PAL_NODE_ADD' EXPORTING i_relatkey = lv_nodeperiod i_node_txt = text-t05 i_categ_id = 'TEXTH' IMPORTING e_node_key = lv_nodeaux. "I_ICON = p_icon_id

HR_PAL_NODE_ADD_ROW CALL FUNCTION 'HR_PAL_NODE_ADD_ROW' EXPORTING i_node_key = lv_nodeaux i_row_data = ls_text.



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