SAP Reports / Programs

RPCZKRN0 SAP ABAP Report - Electr. Notifications of Illness & Recovery: Request Response Messages







RPCZKRN0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The Dutch Employee Insurance Agency (UWV) has added an asynchronous communication service (Mededelingenservice) to be used for the Electronic Illness Reporting...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 RPCZKRN0 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_M05_CZKR - Request Response Messages


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 RPCZKRN0. "Basic submit
SUBMIT RPCZKRN0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPCZKRN0 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: SO_EXINS = D .
Selection Text: SO_MTYPE = D .
Selection Text: SP_BEGCH = D .
Selection Text: SP_ENDCH = D .
Title: Electr. Notifications of Illness & Recovery: Request Response Messages
Text Symbol: DEL = Log
Text Symbol: FM0 = Other Selections
Text Symbol: T01 = Detailed Data


INCLUDES used within this REPORT RPCZKRN0

INCLUDE: RPCZKRN0_D01.


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:

ENQUEUE_E_NL_EIR_ADM CALL FUNCTION 'ENQUEUE_E_NL_EIR_ADM' EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.

DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'.

HR_NL_GET_VALIDITY_OF_APPL CALL FUNCTION 'HR_NL_GET_VALIDITY_OF_APPL' EXPORTING imp_application = lc_appl_service_active imp_datum = ls_messages-itbeg imp_molga = lc_molga_nl IMPORTING exp_valid = lv_service_active.

DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'.

HR_REFRESH_STAT_LIST * CALL FUNCTION 'HR_REFRESH_STAT_LIST'. "GZA1747249

HR_APPEND_STAT_LIST * CALL FUNCTION 'HR_APPEND_STAT_LIST' * EXPORTING * selected = gv_procpernr * processed = gv_succpernr * rejected = gv_rejpernr.

HR_PAL_LOG_AND_ALV_DISPLAY CALL FUNCTION 'HR_PAL_LOG_AND_ALV_DISPLAY' EXPORTING i_callback_user_command = 'CALLBACK_USER_COMMAND' i_s_display_profile = ls_disp_prof i_callback_program = lv_repid i_structure_name = lc_struc_name i_grid_title = text-t01 is_layout = lv_layout i_save = 'A' i_default = abap_true is_variant = lv_variant TABLES t_outtab = gt_messages EXCEPTIONS program_error = 1 OTHERS = 2.

DD_DOMVALUES_GET CALL FUNCTION 'DD_DOMVALUES_GET' EXPORTING domname = 'P05EIR_MESSAGE_STATUS' text = 'X' langu = sy-langu TABLES dd07v_tab = st_status_texts.

HR_PAL_GENRL_MSG_ADD CALL FUNCTION 'HR_PAL_GENRL_MSG_ADD' EXPORTING i_msgid = p_msgid i_msgty = p_msgty i_msgno = p_msgno i_msgv1 = p_msgv1 i_msgv2 = p_msgv2 i_msgv3 = p_msgv3 i_msgv4 = p_msgv4 EXCEPTIONS program_error = 1 OTHERS = 2.

HR_PAL_EPERN_MSG_ADD CALL FUNCTION 'HR_PAL_EPERN_MSG_ADD' EXPORTING i_pernr = uv_pernr i_ename = uv_ename i_msgid = uv_msgid i_msgty = uv_msgty i_msgno = uv_msgno i_msgv1 = uv_msgv1 i_msgv2 = uv_msgv2 i_msgv3 = uv_msgv3 i_msgv4 = uv_msgv4 EXCEPTIONS program_error = 1 OTHERS = 2.

HR_NL_LA_ERROR_MESSAGE CALL FUNCTION 'HR_NL_LA_ERROR_MESSAGE' EXPORTING i_sy_subrc = uv_subrc i_fm_name = uv_fm_name i_sy_msgid = uv_msgid i_sy_msgty = uv_msgty i_sy_msgno = uv_msgno i_sy_msgv1 = uv_msgv1 i_sy_msgv2 = uv_msgv2 i_sy_msgv3 = uv_msgv3 i_sy_msgv4 = uv_msgv4.

DD_INT_TABL_GET CALL FUNCTION 'DD_INT_TABL_GET' EXPORTING tabname = p_strucname IMPORTING dd02v_a = l_dd02v EXCEPTIONS internal_error = 1 OTHERS = 2.

HR_PAL_CREATE_NODE_CATEG CALL FUNCTION 'HR_PAL_CREATE_NODE_CATEG' EXPORTING i_categ_id = p_categ_id i_structure_name = p_strucname i_save = 'A' "Standard- und Benutzerlayouts i_default = 'X' "LLEACRK015529 is_layout = l_layout i_s_print_options = l_print_options is_variant = ls_variant EXCEPTIONS program_error = 1 OTHERS = 2.

HR_PAL_NODE_ADD CALL FUNCTION 'HR_PAL_NODE_ADD' EXPORTING i_relatkey = c_root i_node_txt = p_text i_categ_id = p_categ_id IMPORTING e_node_key = l_node_key EXCEPTIONS program_error = 1 OTHERS = 2.

HR_PAL_NODE_ADD_ROW CALL FUNCTION 'HR_PAL_NODE_ADD_ROW' EXPORTING i_node_key = l_node_key i_row_data = p_table EXCEPTIONS program_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 RPCZKRN0 or its description.