SAP Reports / Programs

RPTZKMN2 SAP ABAP Report - Notifications of Sickness and Recovery







RPTZKMN2 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 to print forms required by the Employee Insurance Agency (UWV) and the Labor Conditions and Absenteeism Monitoring Body (Arbodienst) in relation to notifications of sickness and recovery...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 RPTZKMN2 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_ZKMN2 - Print Sickness/Recovery Notification


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 RPTZKMN2. "Basic submit
SUBMIT RPTZKMN2 AND RETURN. "Return to original report after report execution complete
SUBMIT RPTZKMN2 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 = Name of Batch Input Session
Selection Text: BTCIX = Create Batch Input Session
Selection Text: CODE = HI Indicators/Print Text
Selection Text: P1 = On Behalf of Employer
Selection Text: P2 = On Behalf of Arbodienst
Selection Text: PW_BIM = BIS for 13th Wk "Poortwachter"
Selection Text: P_ARBO_1 = Reporting Sick LCAMB
Selection Text: P_ARBO_2 = Notification of Recovery LCAMB
Selection Text: P_CONT = Contact Person
Selection Text: P_FUNC = Job
Selection Text: P_NAAM = Name
Selection Text: P_OTHER = Other person
Selection Text: P_UWV1A = D .
Selection Text: P_UWV_1 = Sickness Return Sickn.Ben.Act
Selection Text: USER = Batch input session created by
Selection Text: S_FORM_7 = Recovery Notif. "Arbodienst"
Selection Text: S_FORM_6 = Sickness Notif. "Arbodienst"
Selection Text: S_FORM_5 = Full Recovery after 13/8
Selection Text: S_FORM_4 = Patial Resumption of Work
Selection Text: S_FORM_3 = Complete Recovery after SBA
Selection Text: S_FORM_2 = Sickness Return 13/8
Selection Text: S_FORM_1 = Sickness Return Sickn.Ben.Act
Selection Text: S_FORM1A = D .
Selection Text: P_UWV_5 = Full Recovery after 13/8
Selection Text: P_UWV_4 = Patial Resumption of Work
Selection Text: P_UWV_3 = Complete Recovery after SBA
Selection Text: P_UWV_2 = Sickness Return 13/8
Title: Notifications of Sickness and Recovery
Text Symbol: P03 = Name
Text Symbol: REP = REPER
Text Symbol: T02 = Not. of Sickness & Rec.
Text Symbol: TB1 = General Data
Text Symbol: TB2 = UWV
Text Symbol: TB3 = Arbodienst
Text Symbol: TEL = Telephone Number
Text Symbol: U01 = Request Benefit SBA
Text Symbol: U02 = Long Term Sickness
Text Symbol: U03 = Fully after Sickness Ben. Act





Text Symbol: U04 = Partial Resumption of Work
Text Symbol: U05 = Fully aft. Long Term Sickness
Text Symbol: U1A = Compensation Regulation 55+
Text Symbol: W09 = SoFi No. Missing Between
Text Symbol: W10 = No Contact Found
Text Symbol: W11 = for
Text Symbol: W12 = Address Type
Text Symbol: W13 = w/
Text Symbol: P02 = Other Person
Text Symbol: E01 = Imported Version of the Cluster
Text Symbol: AD2 = ANKEY
Text Symbol: AD1 = ANART
Text Symbol: 050 = Print Sickness Codes and Descriptions
Text Symbol: 049 = BIS for Long Term Sickness
Text Symbol: 048 = Forms
Text Symbol: 047 = Parameters
Text Symbol: 046 = Notif.Recovery
Text Symbol: 045 = Sickness Notific.
Text Symbol: 044 = Please enter them manually.
Text Symbol: 043 = can be displayed.
Text Symbol: 042 = Note! More Previous Sickness Periods Exist Than
Text Symbol: 041 = use a relevant HI indicator (G6..-G9..).
Text Symbol: 040 = Maternity protection qualifies for sick pay;
Text Symbol: 038 = found in table T5N9P
Text Symbol: 034 = Notification of Recovery
Text Symbol: 031 = Notification of Absence
Text Symbol: 030 = Form completed by
Text Symbol: 028 = No address found in table T536C for
Text Symbol: 027 = Do not combine with chge in ability to work
Text Symbol: 026 = Incorrect HI Ind.
Text Symbol: 024 = Inconsistency:
Text Symbol: 023 = w/ STATUS
Text Symbol: P01 = Signed by:
Text Symbol: NAM =
Text Symbol: FWH = for Arbodienst or UWV!
Text Symbol: FWG = No employer address data for REPER
Text Symbol: FVR = No address data for repr. legal person
Text Symbol: FVP = Repr. Legal Person
Text Symbol: FAX = Fax Number





Text Symbol: F99 = General Error
Text Symbol: F5B = and no data in INFOTYPE 16
Text Symbol: F50 = Sickness ind. is different to previous record
Text Symbol: F0W = for UWV
Text Symbol: F0V = No registration no. for UWV in table T5N9R
Text Symbol: F0U = No repr. legal person for "UWV"
Text Symbol: F0C = for Arbodienst
Text Symbol: F0B = No Registration No. for Arbodienst in T5N9R
Text Symbol: F0A = No Repr. Legal Person for "Arbodienst"
Text Symbol: F08 = Payroll Results Unknown
Text Symbol: F05 = Entry DMWCT in Table t511k missing
Text Symbol: F04 = Entry DUKZG in Table t511k missing
Text Symbol: F02 = A: Entry MAX13 missing in table T511K
Text Symbol: EXI = External Agency
Text Symbol: EN1 = &
Text Symbol: E02 = is not the current Version


INCLUDES used within this REPORT RPTZKMN2

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_REFRESH_ERROR_LIST CALL FUNCTION 'HR_REFRESH_ERROR_LIST'.

HR_REFRESH_STAT_LIST CALL FUNCTION 'HR_REFRESH_STAT_LIST'.

HR_APPEND_STAT_LIST CALL FUNCTION 'HR_APPEND_STAT_LIST' EXPORTING selected = g_procpernr processed = g_succpernr rejected = g_rejpernr.

HR_PAL_LOG_DISPLAY CALL FUNCTION 'HR_PAL_LOG_DISPLAY' EXCEPTIONS program_error = 1 no_logs = 2 OTHERS = 3.



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