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

RPUMCGE0 SAP ABAP Report - Contract mass generation







RPUMCGE0 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 RPUMCGE0 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 RPUMCGE0. "Basic submit
SUBMIT RPUMCGE0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPUMCGE0 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_CHANGE = D .
Selection Text: S_COPIA = D .
Selection Text: S_FORM = D .
Selection Text: S_STATS = D .
Title: Contract mass generation
Text Symbol: 001 = Form
Text Symbol: 010 = Infotype
Text Symbol: T01 = Contract registry not available
Text Symbol: T02 = Form
Text Symbol: T03 = generated for start date
Text Symbol: T04 = Warning messages
Text Symbol: T05 = Generated contracts
Text Symbol: T06 = The selected form and
Text Symbol: T07 = the infotype form do not match
Text Symbol: T08 = Form already saved or delivered
Text Symbol: T09 = It is not possible to overwrite it in IT


INCLUDES used within this REPORT RPUMCGE0

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 = 'W' im_text = 'Registro de contrato no disponible'(t01) 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 = l_text 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 = 'W' im_text = l_text 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 = l_text 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.

HR_PAL_NODE_ADD CALL FUNCTION 'HR_PAL_NODE_ADD' EXPORTING i_relatkey = 'ROOT' i_node_txt = 'Mensajes de advertencias'(t04) i_categ_id = 'MSGS' i_icon = '@5D@' IMPORTING e_node_key = l_warning EXCEPTIONS program_error = 1 OTHERS = 2.

HR_PAL_NODE_MSG_ADD CALL FUNCTION 'HR_PAL_NODE_MSG_ADD' EXPORTING i_node_key = l_warning i_msgid = '5E' i_msgty = 'W' i_msgno = '468' 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'(t05) im_text = 'Contratos generados'(t05) im_stcnt = g_specific_stats-created_forms 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 .

HR_MAINTAIN_MASTERDATA CALL FUNCTION 'HR_MAINTAIN_MASTERDATA' EXPORTING pernr = p_pernr actio = 'MOD' * TCLAS = 'A' begda = p_wa_0480-begda endda = p_wa_0480-endda * objps = p_objps * SEQNR = IMPORTING return = return return1 = return1 hr_return = hr_return TABLES proposed_values = propval[].



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