SAP Reports / Programs | Payroll | Spain(PY-ES) SAP PY

RPCL4DE0 SAP ABAP Report - Display live runs of the TC







RPCL4DE0 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 RPCL4DE0 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 RPCL4DE0. "Basic submit
SUBMIT RPCL4DE0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPCL4DE0 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_NISSE = D .
Selection Text: S_PERPR = D .
Title: Display live runs of the TC


INCLUDES used within this REPORT RPCL4DE0

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' EXPORTING i_categ_id = 'T5EC1' i_structure_name = 'T5EC1' EXCEPTIONS program_error = 1 OTHERS = 2.

HR_PAL_CREATE_NODE_CATEG CALL FUNCTION 'HR_PAL_CREATE_NODE_CATEG' EXPORTING i_categ_id = 'RT' i_structure_name = 'PC207' EXCEPTIONS program_error = 1 OTHERS = 2.

HR_PAL_NODE_ADD CALL FUNCTION 'HR_PAL_NODE_ADD' EXPORTING i_relatkey = 'ROOT' i_node_txt = 'NĂºmeros de personal'(t01) IMPORTING e_node_key = t5ec1_node.

HR_PAL_NODE_ADD CALL FUNCTION 'HR_PAL_NODE_ADD' EXPORTING i_relatkey = t5ec1_node i_node_txt = it5ec1-pernr IMPORTING e_node_key = l_pernr_node.

HR_PAL_NODE_ADD CALL FUNCTION 'HR_PAL_NODE_ADD' EXPORTING i_relatkey = l_pernr_node i_node_txt = it5ec1-perpr i_node_label = 'PERPR'(t02) i_label_is_qinfo = 'X' IMPORTING e_node_key = l_perpr_node.

HR_PAL_NODE_ADD CALL FUNCTION 'HR_PAL_NODE_ADD' EXPORTING i_relatkey = l_perpr_node i_node_txt = text i_node_label = 'PERPA / PEREN / Guardado en'(t03) i_label_is_qinfo = 'X' i_categ_id = 'T5EC1' IMPORTING e_node_key = l_result_node.

HR_PAL_NODE_ADD_ROW CALL FUNCTION 'HR_PAL_NODE_ADD_ROW' EXPORTING i_node_key = l_result_node i_row_data = it5ec1.

HR_PAL_NODE_ADD CALL FUNCTION 'HR_PAL_NODE_ADD' EXPORTING i_relatkey = l_result_node i_node_txt = 'Tabla RT' i_categ_id = 'RT' IMPORTING e_node_key = l_rt_node.

HR_PAL_NODE_ADD_ROW CALL FUNCTION 'HR_PAL_NODE_ADD_ROW' EXPORTING i_node_key = l_rt_node i_row_data = rt.

HR_PAL_LOG_DISPLAY CALL FUNCTION 'HR_PAL_LOG_DISPLAY' EXPORTING i_s_display_profile = l_display_profile.

HR_ES_PRODA_REG_DAT_METO_STRUC CALL FUNCTION 'HR_ES_PRODA_REG_DAT_METO_STRUC' EXPORTING p_struc_name = 'PC207' p_field_name = 'LGART' p_pernr = p_pernr p_ioper = 'DIS ' p_reaer = 'P' EXCEPTIONS 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 RPCL4DE0 or its description.