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

RPUINEE0 SAP ABAP Report - Evaluation of INEM responses







RPUINEE0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This program allows the processing of the answers obtained from the INEM to the hiring communications that have been sent previously...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RPUINEE0 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_M04_RESP_INEM - Evaluation of INEM responses


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 RPUINEE0. "Basic submit
SUBMIT RPUINEE0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPUINEE0 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_PROD = Live run
Selection Text: R_TRANSF = Transformations
Selection Text: R_PRORRO = Extension
Selection Text: R_LLAMAM = Call
Selection Text: R_COPIAB = Basic Copy
Selection Text: R_CONTRA = Contract
Selection Text: P_FILE = Input file
Title: Evaluation of INEM responses
Text Symbol: T70 = Data assignment problems, basic copy type
Text Symbol: T68 = Data assignement problems, extension type
Text Symbol: T66 = Data assignment problems, response
Text Symbol: T64 = Data assignement problems, company use
Text Symbol: T62 = Data assignement problems, contract
Text Symbol: T60 = Data assignment problems, send
Text Symbol: T54 = File data was read correctly
Text Symbol: T52 = Unable to determine any data in the file
Text Symbol: T51 = Stack for schema XML generated succesfully
Text Symbol: T50 = Error on generating stack for schema XML
Text Symbol: T46 = Comm.
Text Symbol: T44 = Total contracts processed
Text Symbol: T42 = Contracts processed successf.
Text Symbol: T40 = Contracts rejected
Text Symbol: T39 = Error while updating master data
Text Symbol: T30 = Included
Text Symbol: T22 = Others Error...
Text Symbol: T21 = Upload Error...
Text Symbol: T20 = Upload successful!!
Text Symbol: T12 = Run in test mode.
Text Symbol: T11 = Unable to determine personnel no. Interaction:
Text Symbol: T10 = Unable to determine personnel number
Text Symbol: T05 = Error on selecting personnel number
Text Symbol: T04 = Error when attempting to read contract data
Text Symbol: T03 = No contract master data to be maintained was found
Text Symbol: T02 = Employee's status does not allow master data maintenance
Text Symbol: T01 = Problems when assigning data.
Text Symbol: S05 = File loaded
Text Symbol: S04 = File not loaded
Text Symbol: S03 = Load File





Text Symbol: E02 = Response to be processed
Text Symbol: E01 = Notification type


INCLUDES used within this REPORT RPUINEE0

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 = p_pernr infty = '0480' begda = p_begda endda = p_endda * IMPORTING * SUBRC = TABLES infty_tab = l_p0480_tab EXCEPTIONS infty_not_found = 1 OTHERS = 2 .

SDIXML_XML_TO_DOM **CALL FUNCTION 'SDIXML_XML_TO_DOM' ** EXPORTING ** xml = *** SIZE = *** IS_NORMALIZING = 'X' *** IMPORTING *** DOCUMENT = *** EXCEPTIONS *** INVALID_INPUT = 1 *** OTHERS = 2 ** .

HR_PAL_LOG_DISPLAY CALL FUNCTION 'HR_PAL_LOG_DISPLAY' EXPORTING i_s_display_profile = l_display_profile * I_S_FLAT_PROFILE = EXCEPTIONS program_error = 1 no_logs = 2 OTHERS = 3 .

HR_PAL_NODE_ADD CALL FUNCTION 'HR_PAL_NODE_ADD' EXPORTING i_relatkey = 'ROOT' i_node_txt = 'Total contratos procesados'(t44) i_icon = icon_employee i_expand = 'X' IMPORTING e_node_key = empleados_procesados_node EXCEPTIONS program_error = 1 OTHERS = 2.

HR_PAL_NODE_MSG_ADD CALL FUNCTION 'HR_PAL_NODE_MSG_ADD' EXPORTING i_node_key = empleados_aceptados_node i_msgid = 'BL' i_msgty = 'I' i_msgno = '001' i_msgv1 = msg i_context = msg_table_line-pernr EXCEPTIONS program_error = 1 OTHERS = 2.

HR_PAL_STATS_MSG_ADD CALL FUNCTION 'HR_PAL_STATS_MSG_ADD' EXPORTING i_stcnt = calculados i_msgid = 'BL' i_msgno = '001' i_msgv1 = 'Total contratos procesados'(t44) EXCEPTIONS program_error = 1 OTHERS = 2.

HR_PAL_STATS_MSG_ADD CALL FUNCTION 'HR_PAL_STATS_MSG_ADD' EXPORTING i_stcnt = aceptados i_msgid = 'BL' i_msgno = '001' i_msgv1 = 'Contratos procesados con éxito'(t42) EXCEPTIONS program_error = 1 OTHERS = 2.

HR_PAL_STATS_MSG_ADD CALL FUNCTION 'HR_PAL_STATS_MSG_ADD' EXPORTING i_stcnt = rechazados i_msgid = 'BL' i_msgty = 'E' i_msgno = '001' i_msgv1 = 'Contratos rechazados'(t40) EXCEPTIONS program_error = 1 OTHERS = 2.

HR_PAL_NODE_ADD CALL FUNCTION 'HR_PAL_NODE_ADD' EXPORTING i_relatkey = 'ROOT' i_node_txt = 'Comunicación'(t46) i_icon = icon_sym_log_server i_categ_id = 'MSGS' i_expand = 'X' IMPORTING e_node_key = comunicacion_node EXCEPTIONS program_error = 1 OTHERS = 2.

HR_PAL_NODE_MSG_ADD CALL FUNCTION 'HR_PAL_NODE_MSG_ADD' EXPORTING i_node_key = comunicacion_node i_msgid = 'BL' i_msgty = l_msgty i_msgno = '001' i_msgv1 = msg i_context = msg_table_line-pernr EXCEPTIONS program_error = 1 OTHERS = 2.

HR_PAL_NODE_ADD CALL FUNCTION 'HR_PAL_NODE_ADD' EXPORTING i_relatkey = p_emp_proc_node i_node_txt = 'Contratos rechazados'(t40) i_categ_id = 'RESULT' i_expand = 'X' IMPORTING e_node_key = empleados_rechazados_node EXCEPTIONS program_error = 1 OTHERS = 2.

HR_PAL_NODE_MSG_ADD CALL FUNCTION 'HR_PAL_NODE_MSG_ADD' EXPORTING i_node_key = empleados_rechazados_node i_msgid = 'BL' i_msgty = 'E' i_msgno = '001' i_msgv1 = msg i_context = wa_rechazados-pernr EXCEPTIONS program_error = 1 OTHERS = 2.

HR_PAL_NODE_ADD CALL FUNCTION 'HR_PAL_NODE_ADD' EXPORTING i_relatkey = empleados_rechazados_node i_node_txt = wa_rechazados-pernr i_categ_id = 'MSGS' i_expand = 'X' IMPORTING e_node_key = empleado_node EXCEPTIONS program_error = 1 OTHERS = 2.

HR_PAL_NODE_MSG_ADD CALL FUNCTION 'HR_PAL_NODE_MSG_ADD' EXPORTING i_node_key = empleado_node i_msgid = 'BL' i_msgty = 'E' i_msgno = '001' i_msgv1 = msg i_context = wa_rechazados-pernr EXCEPTIONS program_error = 1 OTHERS = 2.

HR_PAL_NODE_ADD CALL FUNCTION 'HR_PAL_NODE_ADD' EXPORTING i_relatkey = p_proc_node i_node_txt = 'Contratos procesados con éxito'(t42) i_icon = icon_led_green i_categ_id = 'RESULT' i_expand = 'X' IMPORTING e_node_key = p_acep_node EXCEPTIONS program_error = 1 OTHERS = 2.

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.






WS_FILENAME_GET CALL FUNCTION 'WS_FILENAME_GET' EXPORTING mask = ',*.*,*.*.' "Listar todos los archivos

WS_QUERY CALL FUNCTION 'WS_QUERY' EXPORTING filename = file query = 'FE' winid = ' ' IMPORTING return = result EXCEPTIONS inv_query = 1 no_batch = 2 OTHERS = 3.

HR_99S_UPLOAD * CALL FUNCTION 'HR_99S_UPLOAD' * EXPORTING * p_initial_directory = '' * p_filename = file ** DEFAULT_EXTENSION = ** P_FILETYPE_NO_SHOW = ' ' * P_FILETYPE = 'BIN' * p_fsdialog = '' ** IMPORTING ** P_FILELENGTH = * TABLES * data_tab = p_xml_table * EXCEPTIONS * upload_error = 1 * OTHERS = 2 * .

HR_99S_UPLOAD * CALL FUNCTION 'HR_99S_UPLOAD' * EXPORTING * p_initial_directory = '' * p_filename = file ** DEFAULT_EXTENSION = ** P_FILETYPE_NO_SHOW = ' ' * P_FILETYPE = 'BIN' * p_fsdialog = '' ** IMPORTING ** P_FILELENGTH = * TABLES * data_tab = p_xml_table * EXCEPTIONS * upload_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 RPUINEE0 or its description.