SAP Reports / Programs

RPIZKMN0 SAP ABAP Report - Electronic Notif. Illness and Recovery: Conversion from Old Reporting







RPIZKMN0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You use this report if you have used the Notifications of Sickness and Recovery (RPTZKMN2) report in the past and now want to use the Electronic Notifications of Illness and Recovery (RPTZKMN3) report for creating and submitting notifications to the corresponding authorities electronically...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 RPIZKMN0 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_IZKM - Data Conversion


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 RPIZKMN0. "Basic submit
SUBMIT RPIZKMN0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPIZKMN0 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: BTCIN = D .
Selection Text: BTCIX = D .
Selection Text: SP_DBT = D .
Selection Text: SP_TST = D .
Selection Text: USER = D .
Title: Electronic Notif. Illness and Recovery: Conversion from Old Reporting
Text Symbol: AS2 = Additional Data
Text Symbol: BI1 = Batch Input Map creation failed
Text Symbol: BI2 = No Batch Input Map created
Text Symbol: DEL = Log
Text Symbol: T01 = Processed Infotype 2001 Records


INCLUDES used within this REPORT RPIZKMN0

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

HR_REFRESH_ERROR_LIST CALL FUNCTION 'HR_REFRESH_ERROR_LIST'.

HR_REFRESH_STAT_LIST CALL FUNCTION 'HR_REFRESH_STAT_LIST'.

BDC_CLOSE_GROUP CALL FUNCTION 'BDC_CLOSE_GROUP' EXCEPTIONS not_open = 1 queue_error = 2.

HR_PAL_GENRL_MSG_ADD CALL FUNCTION 'HR_PAL_GENRL_MSG_ADD' EXPORTING i_msgid = '5N' i_msgno = '016' i_msgv1 = 'Batch Input Map creation failed'(bi1) EXCEPTIONS program_error = 1 OTHERS = 2.

HR_PAL_GENRL_MSG_ADD CALL FUNCTION 'HR_PAL_GENRL_MSG_ADD' EXPORTING i_msgid = '5N' i_msgno = '016' i_msgty = 'W' i_msgv1 = 'No Batch Input Map created'(bi2) EXCEPTIONS program_error = 1 OTHERS = 2.

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

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = lv_repid i_structure_name = lc_struc_name CHANGING ct_fieldcat = lt_fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.

HR_PAL_LOG_AND_ALV_DISPLAY CALL FUNCTION 'HR_PAL_LOG_AND_ALV_DISPLAY' EXPORTING i_s_display_profile = ls_disp_prof i_callback_program = lv_repid it_fieldcat = lt_fieldcat i_grid_title = text-t01 is_layout = lv_layout i_save = 'A' is_variant = lv_variant TABLES t_outtab = gt_disp_overview EXCEPTIONS program_error = 1 OTHERS = 2.

BDC_OPEN_GROUP CALL FUNCTION 'BDC_OPEN_GROUP' EXPORTING client = sy-mandt group = btcin user = user.

BDC_INSERT CALL FUNCTION 'BDC_INSERT' EXPORTING tcode = 'PA30' TABLES dynprotab = gt_bdc.

HR_PAL_EPERN_MSG_ADD CALL FUNCTION 'HR_PAL_EPERN_MSG_ADD' EXPORTING i_pernr = pernr-pernr i_ename = pernr-ename i_msgid = 'HRPANL_EN' i_msgty = 'S' i_msgno = '401' i_msgv1 = lv_msgv1 i_msgv2 = lv_msgv2 i_msgv3 = lv_msgv3 EXCEPTIONS program_error = 1 OTHERS = 2.

NUMBER_GET_NEXT CALL FUNCTION 'NUMBER_GET_NEXT' EXPORTING nr_range_nr = lc_interval_no object = lc_nr_object toyear = lv_nr_year IMPORTING number = cs_key_buffer-msgno EXCEPTIONS interval_not_found = 1 number_range_not_intern = 2 object_not_found = 3 quantity_is_0 = 4 quantity_is_not_1 = 5 interval_overflow = 6 buffer_overflow = 7 OTHERS = 8.

HR_PAL_EPERN_MSG_ADD CALL FUNCTION 'HR_PAL_EPERN_MSG_ADD' EXPORTING i_pernr = pernr-pernr i_ename = pernr-ename i_msgid = 'HRPANL_EN' i_msgty = 'W' i_msgno = '402' i_msgv1 = lv_msgv1 i_msgv2 = lv_msgv2 i_msgv3 = lv_msgv3 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 = 'HRPANL_EN' i_msgty = lv_msgty i_msgno = lv_msgno i_msgv1 = lv_msgv1 i_msgv2 = lv_msgv2 i_msgv3 = lv_msgv3 i_msgv4 = lv_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 = 'HRPANL_EN' i_msgty = 'W' i_msgno = '405' i_msgv1 = lv_msgv1 i_msgv2 = lv_msgv2 i_msgv3 = lv_msgv3 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 RPIZKMN0 or its description.