SAP Reports / Programs | Personnel Management | Personnel Administration | Spain(PA-PA-ES) SAP PA

RPUCTME0 SAP ABAP INCLUDE - documentation and ABAP source code







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


INCLUDES used within this REPORT RPUCTME0

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_E_GET_SV_TICON call function 'HR_E_GET_SV_TICON' exporting p_ticon = l_p0061-ticon p_pesoc = l_p0061-pesoc * p_t_parc = falg_t_parc p_codes = l_p0061-codes p_fecha = l_p0061-endda p_metod = p_metod importing p_idseg = l_idseg.

HR_E_CONTRACT_CLASSIF CALL FUNCTION 'HR_E_CONTRACT_CLASSIF' EXPORTING p_date = '99991231' p_idseg = l_idseg * p_hocon = sv-hocon * p_dicon = sv-dicon * p_grami = l_grami p_fered = p_fered p_gbdat = p0002-gbdat p_metod = p_metod p_meto2 = '' * p_tparc = l_tparc IMPORTING p_classif = p_contract_class EXCEPTIONS error = 1 OTHERS = 2.

HR_ES_CALC_FORXX CALL FUNCTION 'HR_ES_CALC_FORXX' EXPORTING p_forxx_list = l_forxx_list p_flag_split = 'X' p_flag_perc = 'X' CHANGING p_cot = l_cot EXCEPTIONS error = 1.

HR_E_GET_SV_TICON call function 'HR_E_GET_SV_TICON' exporting p_ticon = l_p0061-ticon p_pesoc = l_p0061-pesoc * p_t_parc = falg_t_parc p_codes = l_p0061-codes p_fecha = l_p0061-endda p_metod = p_metod importing p_idseg = l_idseg.

HR_PAL_CREATE_NODE_CATEG CALL FUNCTION 'HR_PAL_CREATE_NODE_CATEG' EXPORTING i_categ_id = 'RESULT' i_structure_name = 'BAL_HR_EXT' i_with_msg_fields = 'X' i_msg_text_pos = 3 i_icon_ltext_pos = 4 EXCEPTIONS program_error = 1 OTHERS = 2.

HR_PAL_CREATE_NODE_CATEG CALL FUNCTION 'HR_PAL_CREATE_NODE_CATEG' EXPORTING i_categ_id = 'MSGS' i_with_msg_fields = 'X' EXCEPTIONS program_error = 1 OTHERS = 2.

HR_PAL_TABLE_CREATE_COLUMN CALL FUNCTION 'HR_PAL_TABLE_CREATE_COLUMN' EXPORTING i_fieldname = 'PERNR' i_rollname = 'PERSNO' CHANGING it_fieldcat = l_temse_fcat EXCEPTIONS program_error = 1 OTHERS = 2.

HR_PAL_TABLE_CREATE_COLUMN CALL FUNCTION 'HR_PAL_TABLE_CREATE_COLUMN' EXPORTING i_fieldname = 'ENAME' i_rollname = 'EMNAM' i_seltext_l = 'Nombre'(002) CHANGING it_fieldcat = l_temse_fcat EXCEPTIONS program_error = 1 OTHERS = 2.

HR_PAL_TABLE_CREATE_COLUMN CALL FUNCTION 'HR_PAL_TABLE_CREATE_COLUMN' EXPORTING i_fieldname = 'IDCON' i_rollname = 'PES_IDCONT' i_seltext_s = 'ID. C.'(015)

HR_PAL_TABLE_CREATE_COLUMN CALL FUNCTION 'HR_PAL_TABLE_CREATE_COLUMN' EXPORTING i_fieldname = 'IDSEG' i_rollname = 'PESOC' i_seltext_s = 'ID.SS'(016)

HR_PAL_TABLE_CREATE_COLUMN CALL FUNCTION 'HR_PAL_TABLE_CREATE_COLUMN' EXPORTING i_fieldname = 'DESCONTR' i_rollname = 'TEXT60' i_seltext_s = 'Des.Contr'(018)

HR_PAL_TABLE_CREATE_COLUMN CALL FUNCTION 'HR_PAL_TABLE_CREATE_COLUMN' EXPORTING i_fieldname = 'EVENTO' i_rollname = 'TEXT100' i_seltext_s = 'Evento'(011) i_seltext_m = 'Evento'(011) i_seltext_l = 'Evento'(011) CHANGING it_fieldcat = l_temse_fcat EXCEPTIONS program_error = 1 OTHERS = 2.

HR_PAL_TABLE_CREATE_COLUMN CALL FUNCTION 'HR_PAL_TABLE_CREATE_COLUMN' EXPORTING i_fieldname = 'F_EVENTO' i_rollname = 'BEGDA' i_seltext_s = 'Fecha'(012) i_seltext_m = 'Fecha'(012) i_seltext_l = 'Fecha Evento'(020) CHANGING it_fieldcat = l_temse_fcat EXCEPTIONS program_error = 1 OTHERS = 2.

HR_PAL_TABLE_CREATE_COLUMN CALL FUNCTION 'HR_PAL_TABLE_CREATE_COLUMN' EXPORTING i_fieldname = 'DESCR' i_rollname = 'TEXT100' i_seltext_s = 'Inf. Adic.'(021)

HR_PAL_CREATE_NODE_CATEG CALL FUNCTION 'HR_PAL_CREATE_NODE_CATEG' EXPORTING i_categ_id = 'EMPOK' it_fieldcat = l_temse_fcat it_sort = lt_sort * is_layout = l_layout * i_clbk = l_clbk EXCEPTIONS program_error = 1 OTHERS = 2.

HR_PAL_NODE_ADD CALL FUNCTION 'HR_PAL_NODE_ADD' EXPORTING i_relatkey = 'ROOT' i_node_txt = 'Empleados procesados con éxito'(005) i_categ_id = 'EMPOK' i_icon = '@5B@' IMPORTING e_node_key = l_empre_exito EXCEPTIONS program_error = 1 OTHERS = 2.

HR_PAL_NODE_ADD_ROW CALL FUNCTION 'HR_PAL_NODE_ADD_ROW' EXPORTING i_node_key = l_empre_exito i_row_data = wa_event EXCEPTIONS program_error = 1 OTHERS = 2.

HR_PAL_NODE_ADD CALL FUNCTION 'HR_PAL_NODE_ADD' EXPORTING i_relatkey = 'ROOT' i_node_txt = l_label i_icon = l_icon IMPORTING e_node_key = l_error_node EXCEPTIONS program_error = 1 OTHERS = 2.

HR_PAL_NODE_ADD





CALL FUNCTION 'HR_PAL_NODE_ADD' EXPORTING i_relatkey = l_error_node i_node_txt = 'Generales'(009) i_categ_id = 'MSGS' i_icon = l_icon * i_categ_id = 'RESULT' IMPORTING e_node_key = l_error_general EXCEPTIONS program_error = 1 OTHERS = 2.

HR_PAL_NODE_MSG_ADD CALL FUNCTION 'HR_PAL_NODE_MSG_ADD' EXPORTING i_node_key = l_error_general i_msgid = 'BL' i_msgty = wa_msg_log-tipo i_msgno = '001' i_msgv1 = wa_msg_log-msg(50) * i_context = wa_msg_log-pernr EXCEPTIONS program_error = 1 OTHERS = 2.

HR_PAL_NODE_ADD CALL FUNCTION 'HR_PAL_NODE_ADD' EXPORTING i_relatkey = l_error_node i_node_txt = 'Por empleado'(010) i_icon = l_icon i_categ_id = 'RESULT' IMPORTING e_node_key = l_empre_node EXCEPTIONS program_error = 1 OTHERS = 2.

HR_PAL_NODE_MSG_ADD CALL FUNCTION 'HR_PAL_NODE_MSG_ADD' EXPORTING i_node_key = l_empre_node i_msgid = 'BL' i_msgty = wa_msg_log-tipo i_msgno = '001' i_msgv1 = wa_msg_log-msg(50) i_context = wa_msg_log-pernr 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.

HR_PAL_LOG_REFRESH CALL FUNCTION 'HR_PAL_LOG_REFRESH' EXPORTING i_with_err_and_stat_list = space i_keep_categ = 'X' EXCEPTIONS OTHERS = 99.



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