SAP Reports / Programs

HKRCMIS0 SAP ABAP Report - List for Health Insurance Lost







HKRCMIS0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for List for Health Insurance Lost You use this report to generate a list of employees who lose theirs health insurance eligibility when they leave the company...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 HKRCMIS0 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_M41_CMIS - List for Health Insurance Lost


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 HKRCMIS0. "Basic submit
SUBMIT HKRCMIS0 AND RETURN. "Return to original report after report execution complete
SUBMIT HKRCMIS0 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: PX_LFVAR = Form Variant
Selection Text: PX_LFORM = Form Name
Title: List for Health Insurance Lost
Text Symbol: S02 = to
Text Symbol: S21 = Form print
Text Symbol: S23 = List Print
Text Symbol: S24 = DME File Creation
Text Symbol: SRT = Print option
Text Symbol: T01 = Key Date:
Text Symbol: T02 = List for the Lost
Text Symbol: T03 = Seq.No.
Text Symbol: T04 = Pers.No.
Text Symbol: T05 = Employee Name
Text Symbol: T06 = Register No.
Text Symbol: T07 = Telephone No.
Text Symbol: T08 = SI No.
Text Symbol: T09 = Los.Date
Text Symbol: T10 = Los.Code
Text Symbol: T11 = Avg.Comp.of Last 3 Months bef.Retired
Text Symbol: T12 = Curr.Compensation
Text Symbol: T13 = Curr.Adj.Months
Text Symbol: T14 = Prev.Adj.Type
Text Symbol: T15 = Prev.Compensation
Text Symbol: T16 = Prev.Adj.Months
Text Symbol: T17 = Temse File Infomation
Text Symbol: T18 = Temse Object Name
Text Symbol: T19 = Statistics
Text Symbol: S01 = Selection date
Text Symbol: 001 = Period selection
Text Symbol: 002 = List for modification of compensation amount in separation
Text Symbol: 003 = Modification list
Text Symbol: 004 = Acq.date
Text Symbol: 005 = Sep.date
Text Symbol: 006 = Paid premium
Text Symbol: 007 = Annual compensation
Text Symbol: 008 = Work months
Text Symbol: 009 = Monthly compensation
Text Symbol: 010 = Calc.premium





Text Symbol: 011 = Ded.premium
Text Symbol: 012 = Determined premium
Text Symbol: 013 = Total share
Text Symbol: 014 = Employee share
Text Symbol: 015 = Employer share
Text Symbol: AL1 = Personal number
Text Symbol: E00 = Message Text
Text Symbol: E01 = The imported version of the cluster
Text Symbol: E02 = is not current
Text Symbol: E03 = Imported version :
Text Symbol: E04 = List of Messages
Text Symbol: E05 = Current version of cluster :
Text Symbol: E07 = Inconsistencies between cluster directory and directory for payroll results
Text Symbol: E08 = No payroll results found for data in cluster directory
Text Symbol: E09 = Please contact hotline to solve the current problem
Text Symbol: E10 = Schl#ssel des Clusters KR:
Text Symbol: L08 = Print forms


INCLUDES used within this REPORT HKRCMIS0

INCLUDE HKRPAYDATA_O.
INCLUDE PCMISKR1_ALV.
INCLUDE PCMISKR2_ALV.
INCLUDE PCMISKR3_ALV.


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