SAP Reports / Programs | Personnel Management | Personnel Administration | Netherlands(PA-PA-NL) SAP PA

RPTZKMN0_OLD SAP ABAP Report - Sickness Notifications







RPTZKMN0_OLD is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report can be used to produce the report required by the GAK with reference to notification of sickness on the first day of work incapacity...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 RPTZKMN0_OLD 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_ZKMN0_OLD - Notification of Sickness


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 RPTZKMN0_OLD. "Basic submit
SUBMIT RPTZKMN0_OLD AND RETURN. "Return to original report after report execution complete
SUBMIT RPTZKMN0_OLD 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: ZMDATUM = Notification Date
Selection Text: SUBTY = Type of Sickness
Selection Text: POS_REC = Positive Time Recording
Title: Sickness Notifications
Text Symbol: 013 = Special Employment Indicator |
Text Symbol: 012 = Postal Code/City Nursing Address |
Text Symbol: 011 = Nursing Address of the Insured |
Text Symbol: 010 = Work Incapacity: Date of Notification by the Insured |
Text Symbol: 009 = 1st day of Work Incapacity for the Insured |
Text Symbol: 008 = Postal Code/City of the Insured |
Text Symbol: 007 = Address of the Insured |
Text Symbol: 006 = Date of Birth |
Text Symbol: 005 = Name for Married Women) |
Text Symbol: 004 = Name and Initials of the Insured (Also Include Maiden |
Text Symbol: 003 = Personnel No. |
Text Symbol: 002 = Dutch Social Security and Tax ID Number (SoFi Number) |
Text Symbol: 001 = -------------------------------------------------------|
Text Symbol: 014 = Industrial Accident |
Text Symbol: 015 = If applicable, please submit an accident form. |
Text Symbol: 016 = Request for Maternity Leave |
Text Symbol: 022 = Yes X No
Text Symbol: 021 = X Yes No
Text Symbol: 020 = --------------------------------------------------------
Text Symbol: 019 = Leaving Date (if applicable) | Postage Date | Telephone No. Employer |
Text Symbol: 018 = Hire Date
Text Symbol: 017 = (attach notification of pregnancy) |


INCLUDES used within this REPORT RPTZKMN0_OLD

INCLUDE RPTZKDN0_OLD.


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:

No SAP FUNCTION MODULES are executed within this report code!



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