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

RPICMME0 SAP ABAP INCLUDE - documentation and ABAP source code







RPICMME0 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 RPICMME0 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 RPICMME0. "Basic submit
SUBMIT RPICMME0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPICMME0 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 RPICMME0

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:

H99L_PAL_PERNR_TEXT_ADD CALL FUNCTION 'H99L_PAL_PERNR_TEXT_ADD' EXPORTING im_pernr_node = g_log_nodes-pernr im_pernr = pernr-pernr im_msgty = 'E' im_text = text-e01 EXCEPTIONS error = 1 OTHERS = 2.

H99L_PAL_PERNR_TEXT_ADD CALL FUNCTION 'H99L_PAL_PERNR_TEXT_ADD' EXPORTING im_pernr_node = g_log_nodes-pernr im_pernr = pernr-pernr im_msgty = 'E' im_text = text-e03 EXCEPTIONS error = 1 OTHERS = 2.

HR_99S_READ_FEATURE CALL FUNCTION 'HR_99S_READ_FEATURE' EXPORTING feature = l_feature pernr = pernr-pernr datum = l_begda IMPORTING wa_back = l_idcon_dest CHANGING struc_content = l_ecm01 EXCEPTIONS error = 1 OTHERS = 2.

H99L_PAL_PERNR_TEXT_ADD CALL FUNCTION 'H99L_PAL_PERNR_TEXT_ADD' EXPORTING im_pernr_node = g_log_nodes-pernr im_pernr = pernr-pernr im_msgty = 'E' im_text = text-e02 EXCEPTIONS error = 1 OTHERS = 2.

HR_MAINTAIN_MASTERDATA CALL FUNCTION 'HR_MAINTAIN_MASTERDATA' EXPORTING pernr = pernr-pernr actio = 'INS' * TCLAS = 'A' begda = l_begda endda = '99991231' * objps = p_objps * SEQNR = IMPORTING return = return return1 = return1 hr_return = hr_return TABLES proposed_values = propval.

H99L_PAL_PERNR_TEXT_ADD CALL FUNCTION 'H99L_PAL_PERNR_TEXT_ADD' EXPORTING im_pernr_node = g_log_nodes-pernr im_pernr = pernr-pernr im_msgty = 'E' im_text = l_msg EXCEPTIONS error = 1 OTHERS = 2.

HR_E_RE5E60 CALL FUNCTION 'HR_E_RE5E60' EXPORTING idcon = l_idcon_dest werks = l_ecm01-werks btrtl = l_ecm01-btrtl trfar = l_ecm01-trfar trfgb = l_ecm01-trfgb date = l_begda CHANGING wa_t5e60 = wa_t5e60 EXCEPTIONS no_entries_found = 1 OTHERS = 2.

H99L_PAL_PERNR_TEXT_ADD CALL FUNCTION 'H99L_PAL_PERNR_TEXT_ADD' EXPORTING im_pernr_node = g_log_nodes-pernr im_pernr = pernr-pernr im_msgty = 'E' im_text = l_msg EXCEPTIONS error = 1 OTHERS = 2.

HR_MAINTAIN_MASTERDATA CALL FUNCTION 'HR_MAINTAIN_MASTERDATA' EXPORTING pernr = pernr-pernr actio = 'COP' * TCLAS = 'A' begda = l_begda endda = '99991231' * objps = p_objps * SEQNR = IMPORTING return = return return1 = return1 hr_return = hr_return TABLES proposed_values = propval.

H99L_PAL_PERNR_TEXT_ADD CALL FUNCTION 'H99L_PAL_PERNR_TEXT_ADD' EXPORTING im_pernr_node = g_log_nodes-pernr im_pernr = pernr-pernr im_msgty = 'E' im_text = l_msg EXCEPTIONS error = 1 OTHERS = 2.

H99L_PAL_PERNR_TEXT_ADD CALL FUNCTION 'H99L_PAL_PERNR_TEXT_ADD' EXPORTING im_pernr_node = g_log_nodes-pernr im_pernr = pernr-pernr im_msgty = 'I' im_text = text-i01 EXCEPTIONS 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.

H99L_PAL_STATS_ADD_STNDRT_ROWS CALL FUNCTION 'H99L_PAL_STATS_ADD_STNDRT_ROWS' EXPORTING im_stndrt_stcnt = g_standard_stats im_stats_node = g_log_nodes-stats EXCEPTIONS error = 1 OTHERS = 2.

H99L_PAL_STATS_ADD_ROW CALL FUNCTION 'H99L_PAL_STATS_ADD_ROW' EXPORTING im_stats_node = g_log_nodes-stats im_icon = icon_view_form im_qinfo = 'Contratos generados'(002) im_text = 'Contratos generados'(002) im_stcnt = g_specific_stats-created_contracts EXCEPTIONS error = 1 OTHERS = 2.

HR_PAL_LOG_DISPLAY CALL FUNCTION 'HR_PAL_LOG_DISPLAY' * EXPORTING * I_S_DISPLAY_PROFILE = * I_S_FLAT_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 RPICMME0 or its description.