SAP Reports / Programs | Payroll | Taiwan(PY-TW) SAP PY

HTWLCE00 SAP ABAP Report - Certificate for LI/NHI/SNHI payment







HTWLCE00 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for As to legal requirements in Taiwan, employer need to deduct from the monthly payroll the following premiums contributed by employees and pay it together with the portion of the employer contribution to the insurer: Premium contributed by employees both for Labor Insurance (LI) and National Health Insurance (NHI) Premium contributed by employees for NHI for family dependents, if any Supplementary premium contributed by employees for second-generation NHI Employer must submit annual certificates for withholding employees' LI, NHI, and supplementary NHI contributions to the Tax Bureau at the end of the tax 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 HTWLCE00 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_M42_LHCE - Print LI/NHI Certificate


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 HTWLCE00. "Basic submit
SUBMIT HTWLCE00 AND RETURN. "Return to original report after report execution complete
SUBMIT HTWLCE00 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: YEAR =
Selection Text: PX_LFVAR = Form Variant
Selection Text: PX_LFORM = Form Name
Title: Certificate for LI/NHI/SNHI payment
Text Symbol: F22 = Insurance period:
Text Symbol: F21 = The NHI/LI amount withholding by the company
Text Symbol: F20 = This is to certify
Text Symbol: F11 = Shift
Text Symbol: F10 = Departme
Text Symbol: F09 = EE Subgroup
Text Symbol: F08 = EE Group
Text Symbol: F07 = Personnel Subarea
Text Symbol: F06 = Personnel Area
Text Symbol: F05 = Date of bi
Text Symbol: F04 = Residence number
Text Symbol: F03 = Name
Text Symbol: F02 = Work No.
Text Symbol: F01 = Annual certificate for LI/NHI payment
Text Symbol: 300 = Persons selected
Text Symbol: 106 = Print SNHI forms
Text Symbol: 105 = Print SNHI form
Text Symbol: 104 = Print LI/NHI forms
Text Symbol: 103 = Print LI/NHI form
Text Symbol: 073 = Company Name
Text Symbol: 072 = Unified ID
Text Symbol: 071 = SNHI
Text Symbol: F23 = Since
Text Symbol: SRT = Print option
Text Symbol: S04 = To
Text Symbol: S03 = Range of payroll period
Text Symbol: S02 = By payday
Text Symbol: S01 = By payroll period
Text Symbol: F45 = SNHI amount:
Text Symbol: F44 = NHI amount:
Text Symbol: F43 = Address
Text Symbol: F42 = Withholder
Text Symbol: F41 = Unit ID
Text Symbol: F40 = Withholding agent





Text Symbol: F34 = ID number
Text Symbol: F33 = Employee's NHI contribution
Text Symbol: F32 = Relationship
Text Symbol: F31 = Date of birth
Text Symbol: F30 = Name of family member
Text Symbol: F29 = TWD
Text Symbol: F28 = Total NHI and LI premium (employee only):
Text Symbol: F27 = Total NHI premium (employee and family):
Text Symbol: F26 = Total LI premium:
Text Symbol: F25 = till December 31
Text Symbol: F24 = from January 1
Text Symbol: 070 = Family Average Process
Text Symbol: 034 = Date of birth
Text Symbol: 033 = Employed by the company
Text Symbol: 032 = This is to certify this employee
Text Symbol: 031 = ID Number
Text Symbol: 030 = Display insurance amount
Text Symbol: 029 = Birthday
Text Symbol: 028 = Name
Text Symbol: 027 = EE Total
Text Symbol: 026 = LI
Text Symbol: 025 = Per. No.
Text Symbol: 024 = Total reject persons
Text Symbol: 023 = Total error
Text Symbol: 022 = Total listed persons
Text Symbol: 021 = Total selected persons
Text Symbol: 019 = Update month/year
Text Symbol: 018 = Processing list ...
Text Symbol: 008 = Year of certificate
Text Symbol: 007 = Test:
Text Symbol: 006 = Certificate of LI/NHI payment
Text Symbol: 005 = Report date
Text Symbol: 004 = Form Types
Text Symbol: 003 = Foreigner
Text Symbol: 002 = National
Text Symbol: 001 = Form Selection
Text Symbol: 035 = NHI
Text Symbol: 069 = EI
Text Symbol: 068 = Passport No.





Text Symbol: 067 = Alien resident certificate No.
Text Symbol: 066 = Total amount
Text Symbol: 065 = TWD
Text Symbol: 064 = NHI
Text Symbol: 063 = LI
Text Symbol: 061 = :
Text Symbol: 060 = Annual NHI contribution by employee
Text Symbol: 057 = Total
Text Symbol: 056 = Fam. NHI
Text Symbol: 052 = LI/NHI Minimum Amount
Text Symbol: 047 = NHI contribution for family members
Text Symbol: 046 = ,
Text Symbol: 045 = Day
Text Symbol: 044 = Month
Text Symbol: 043 = Year
Text Symbol: 042 = Republic of China
Text Symbol: 041 = Person in charge
Text Symbol: 040 = Certified
Text Symbol: 039 = TWD
Text Symbol: 038 = Annual total premium amount (NHI and LI)
Text Symbol: 037 = Employment start date
Text Symbol: 036 = ID


INCLUDES used within this REPORT HTWLCE00

INCLUDE RPPPXD10.


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