SAP Reports / Programs

RPTZKSN2 SAP ABAP Report - Analysis of Absences Due to Sickness







RPTZKSN2 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report creates statistics on absences for the period of one year...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 RPTZKSN2 into the relevant SAP transactions such as SE38 or SE80


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 RPTZKSN2. "Basic submit
SUBMIT RPTZKSN2 AND RETURN. "Return to original report after report execution complete
SUBMIT RPTZKSN2 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: ABS_REL = Abs.(A), Perc.(P), Cases(G)
Selection Text: AWART = Absence Type
Selection Text: DAGEN = Workdays/Calendar Days
Selection Text: DUURKORT = Max. Dur.of Sickn. Cat. Short
Selection Text: DUURMIDL = Max. Dur.of Sickn. Cat. Averg.
Selection Text: LENGTE = Select.Dur.of Sickn.
Selection Text: MND_JR = End Month/Year (MMYYYY)
Selection Text: PD = Text Pos./Org. Unit from PD
Selection Text: P_PSARB = Full Sick Day as of % of
Selection Text: SELEKTIE = Split according to
Selection Text: VERVOLG = Subseq. Sickn. (No. of Days)
Title: Analysis of Absences Due to Sickness
Text Symbol: PS2 = Pers.Subarea
Text Symbol: STU = Scale
Text Symbol: T01 = Cases
Text Symbol: T02 = Sick Days
Text Symbol: T03 = Avg. Pct.
Text Symbol: T04 = Jan
Text Symbol: T05 = Feb
Text Symbol: T06 = Mar
Text Symbol: T07 = Apr
Text Symbol: T08 = May
Text Symbol: T09 = Jun
Text Symbol: T10 = Jul
Text Symbol: T11 = Aug
Text Symbol: T12 = Sep
Text Symbol: T13 = Oct
Text Symbol: T14 = Nov
Text Symbol: T15 = Dec
Text Symbol: TOT = Total
Text Symbol: TTL = Absenteeism
Text Symbol: ZC1 = W/Out Ind.
Text Symbol: ZKO = Descriptn of Sickn.
Text Symbol: 001 = No std.perc. for master data selection report
Text Symbol: 003 = Actual
Text Symbol: 004 = Unknown
Text Symbol: 090 = Internal Error: FIELD_CHOICE failed
Text Symbol: 091 = Choose selection fields





Text Symbol: 092 = Selection Fields
Text Symbol: 093 = Selection Options
Text Symbol: 101 = Other Selections
Text Symbol: 102 = Calculatn
Text Symbol: 103 = Presentatn
Text Symbol: AF1 = Absence Type
Text Symbol: ALT = Age
Text Symbol: D01 = Shrt
Text Symbol: D02 = Average
Text Symbol: D03 = Long
Text Symbol: DU1 = Dur.Sickn.
Text Symbol: G_1 = M
Text Symbol: G_2 = F
Text Symbol: JOB = Job
Text Symbol: KP2 = Cost Center
Text Symbol: LEN = Dur. of Sickness Short/Average
Text Symbol: M01 = Jan. Feb. March
Text Symbol: M02 = April May June
Text Symbol: M03 = July Aug. Sept.
Text Symbol: M04 = Oct. Nov. Dec.
Text Symbol: MG2 = EE Group
Text Symbol: MNT = Month
Text Symbol: MS2 = EE Subgroup
Text Symbol: MW1 = Employee
Text Symbol: M_F = M/F
Text Symbol: NR1 = Pers.No.
Text Symbol: ORG = Org.Unit
Text Symbol: PGB = Pers.Area


INCLUDES used within this REPORT RPTZKSN2

INCLUDE RPTZKFN2.


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