SAP Reports / Programs

HKRLEIAL0 SAP ABAP Report - List for Employment Insurance Eligibility Acquired and Lost







HKRLEIAL0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You run this report for the purpose of submitting the data medium (DME) file for employee's eligibility acquired/lost for unemployment insurance to the Social Insurance Corporation periodically...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 HKRLEIAL0 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_EIAL0 - List for EI Eligibility Aquired.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 HKRLEIAL0. "Basic submit
SUBMIT HKRLEIAL0 AND RETURN. "Return to original report after report execution complete
SUBMIT HKRLEIAL0 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: SELE_END =
Selection Text: SELE_BEG =
Title: List for Employment Insurance Eligibility Acquired and Lost
Text Symbol: GSL = Selection of subtype
Text Symbol: L11 = Temse object name
Text Symbol: L12 = Temse file information
Text Symbol: PU1 = Medical insurance
Text Symbol: PU2 = National pension
Text Symbol: S01 = Selection date
Text Symbol: S02 = to
Text Symbol: S03 = Last Changed date
Text Symbol: S11 = Medical Insurance
Text Symbol: S12 = National Pension
Text Symbol: S13 = Employment Insurance
Text Symbol: S21 = SAPscript
Text Symbol: S22 = Form name
Text Symbol: S23 = List print
Text Symbol: S24 = DME file creation
Text Symbol: S31 = Selection criteria
Text Symbol: S32 = Eligibility Acquired and Lost
Text Symbol: S34 = Acquisition
Text Symbol: S35 = Loss
Text Symbol: S41 = Office number
Text Symbol: SRT = Print option
Text Symbol: T01 = Pers. No.
Text Symbol: T02 = Reg. No.
Text Symbol: T03 = Employee Name
Text Symbol: T04 = SI Code
Text Symbol: T05 = Postal Code
Text Symbol: T06 = City
Text Symbol: T07 = Tel. No.
Text Symbol: T08 = Ded Flag
Text Symbol: T09 = HI. No
Text Symbol: T11 = Date :
Text Symbol: T12 = Representative PI
Text Symbol: T13 = Pens. Ins. Num.
Text Symbol: T14 = Temse object name
Text Symbol: T15 = Statistics





Text Symbol: 001 = List for the lost
Text Symbol: 002 = ****************************************
Text Symbol: 003 = List for the acquisition
Text Symbol: 011 = Biz.No
Text Symbol: 012 = Seq.No
Text Symbol: 013 = Name
Text Symbol: 014 = Register No
Text Symbol: 015 = Mon.income
Text Symbol: 018 = Acq.date
Text Symbol: 019 = Status
Text Symbol: 020 = Spe.Job
Text Symbol: 021 = Los.date
Text Symbol: 022 = Job
Text Symbol: 023 = English Name
Text Symbol: 025 = Recruit
Text Symbol: 026 = Office Num
Text Symbol: 027 = Report date
Text Symbol: 028 = Hire date
Text Symbol: 029 = Tele.Num1
Text Symbol: 030 = Tele.Num2
Text Symbol: 031 = Area code
Text Symbol: 032 = Zip code1
Text Symbol: 033 = Zip code2
Text Symbol: 034 = Detail address
Text Symbol: 035 = Detail reason
Text Symbol: 036 = Indicator
Text Symbol: 037 = Chg.Job
Text Symbol: 038 = Office Num
Text Symbol: 040 = Employment Type
Text Symbol: 041 = Unit of BP
Text Symbol: 042 = Name of BP
Text Symbol: 043 = Staying Eligiblity
Text Symbol: 044 = Contact Indicator
Text Symbol: 045 = Contact expired date
Text Symbol: 046 = President indicator
Text Symbol: 047 = Remarks
Text Symbol: BL1 = Selection Criterions
Text Symbol: BL2 = Additional information


INCLUDES used within this REPORT HKRLEIAL0

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:

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