SAP Reports / Programs

RPCZKON0 SAP ABAP Report - Electronic Notifications of Illness and Recovery: Overview







RPCZKON0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You can use this report to do the following: Display a structured and detailed overview of the data reported in the Electronic Notifications of Illness and Recovery Access the SAP Netweaver Process Integration (PI) messages that were created for the notifications Change the status of single notifications, if you have the authorization to do so This report is based on the data reported with the Electronic Notifications of Illness and Recovery (RPTZKMN3) report and reuses part of the PI functions (the Monitor for Processed XML Messages function)...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 RPCZKON0 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_CZKO - elec. Illness & Rcvy: Overview


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 RPCZKON0. "Basic submit
SUBMIT RPCZKON0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPCZKON0 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: SO_STAT = D .
Selection Text: SP_BEGCH = D .
Selection Text: SP_ENDCH = D .
Selection Text: SP_FUNC = D .
Selection Text: SP_TECH = D .
Title: Electronic Notifications of Illness and Recovery: Overview
Text Symbol: 006 = Stop Processing of Notification
Text Symbol: 007 = Notification is already processed.
Text Symbol: 008 = Processing of Notification cannot be stopped.
Text Symbol: FCT = Log Display
Text Symbol: SEL = Additional Selections
Text Symbol: TTL = Selected Notifications


INCLUDES used within this REPORT RPCZKON0

INCLUDE: RPCZKON0_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:

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

REUSE_ALV_GRID_DISPLAY_LVC CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY_LVC' EXPORTING i_callback_program = lv_repid i_callback_pf_status_set = 'CALLBACK_PF_STATUS' i_callback_user_command = 'CALLBACK_USER_COMMAND' i_structure_name = lc_struc_name i_grid_title = lv_grid_title is_layout_lvc = ls_layout i_default = abap_true i_save = 'A' is_variant = ls_variant TABLES t_outtab = gt_overview EXCEPTIONS program_error = 1 OTHERS = 2.

REUSE_ALV_GRID_DISPLAY_LVC CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY_LVC' EXPORTING i_callback_program = lv_repid i_callback_user_command = 'CALLBACK_USER_COMMAND_TECH' i_callback_pf_status_set = 'CALLBACK_PF_STATUS' i_structure_name = lc_struc_name i_grid_title = lv_grid_title is_layout_lvc = ls_layout i_default = abap_true i_save = 'A' is_variant = ls_variant TABLES t_outtab = gt_overview 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 RPCZKON0 or its description.