SAP Reports / Programs

HKRCYEA0 SAP ABAP Report - The payment receipt of withholding income tax







HKRCYEA0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report prints out the payment receipt of withholding income tax that contains the result of year-end tax adjustment calculation...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 HKRCYEA0 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_YEA_RCT - Withholding income tax receipt


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 HKRCYEA0. "Basic submit
SUBMIT HKRCYEA0 AND RETURN. "Return to original report after report execution complete
SUBMIT HKRCYEA0 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: SUM_DT = Submitted on
Selection Text: PX_LFVAR = Form Variant
Selection Text: PX_LFORM = Form Name
Selection Text: LISTTYPE =
Selection Text: FORM =
Selection Text: DATAMED =
Title: The payment receipt of withholding income tax
Text Symbol: L07 = Jurisdi. num
Text Symbol: L06 = Representative
Text Symbol: L05 = Company name
Text Symbol: L04 = tax office
Text Symbol: L03 = seqence number
Text Symbol: L01 = Target period
Text Symbol: L00 = :
Text Symbol: H02 = Earned Income Tax Payment Statement Summary List - Per Employee
Text Symbol: H01 = Earned Income Tax Payment Statement Summary List - Per Tax Office
Text Symbol: E10 = Schl#ssel des Clusters KR:
Text Symbol: E09 = Please contact hotline to solve the current problem
Text Symbol: E08 = No payroll results found for data in cluster directory
Text Symbol: E07 = Inconsistencies between cluster directory and directory for payroll results
Text Symbol: E05 = Current version of cluster :
Text Symbol: E04 = List of Messages
Text Symbol: E03 = Imported version :
Text Symbol: E02 = is not current
Text Symbol: E01 = The imported version of the cluster
Text Symbol: L08 = BP regis.
Text Symbol: L09 = Postal code
Text Symbol: L10 = Address
Text Symbol: L11 = Num of C records
Text Symbol: L12 = Num of D records
Text Symbol: L21 = Biz place number
Text Symbol: L22 = TemSe object name / Error
Text Symbol: L23 = Company(Jurisdiction) name
Text Symbol: L32 = Pre. no.
Text Symbol: L33 = Generated file infomation
Text Symbol: L34 = The totalization per withholding tax paying obligator
Text Symbol: L35 = Detail infomation
Text Symbol: L40 = Total income





Text Symbol: L41 = Total income tax
Text Symbol: L42 = Total specail tax
Text Symbol: L43 = Total resident tax
Text Symbol: L44 = Total tax
Text Symbol: L45 = Print forms
Text Symbol: 002 = Adjustment Selection
Text Symbol: 003 = Year-end Tax Adjustment
Text Symbol: 004 = Retirement Tax Adjustment
Text Symbol: 005 = Output
Text Symbol: 006 = Receipt Print
Text Symbol: 007 = Data Medium File Creation
Text Symbol: 008 = Parameters for Output in Temse
Text Symbol: 009 = Name
Text Symbol: 010 = Object
Text Symbol: 011 = Create output file
Text Symbol: 012 = Script
Text Symbol: 013 = Use
Text Symbol: 014 = Form Name
Text Symbol: 015 = Not use
Text Symbol: 016 = Submitted Date
Text Symbol: 017 = Submit Date
Text Symbol: 020 = Submitter(Agent)
Text Symbol: 021 = Home Tax ID
Text Symbol: 022 = Dept. of Submitter
Text Symbol: 023 = Name of Submitter
Text Symbol: 024 = Do Not Print Resident Reg. No
Text Symbol: 025 = ( Employee )
Text Symbol: 026 = Print Personnel No & Org.Unit
Text Symbol: 027 = Print Language
Text Symbol: 028 = Employee Name Format
Text Symbol: 029 = Employer Name
Text Symbol: 030 = Employee Address Subtype
Text Symbol: 031 = Korean
Text Symbol: 032 = English
Text Symbol: 034 = Do Not Output Company Seal
Text Symbol: 035 = Year-End Adjustment
Text Symbol: 036 = Irregular Closing
Text Symbol: 037 = Leaving or Retirement
Text Symbol: 038 = Keep by Earner





Text Symbol: 039 = Keep by Issuer
Text Symbol: 040 = Report by Issuer
Text Symbol: 041 = Certificate Options
Text Symbol: 042 = Reason of Submission
Text Symbol: B01 = Business place
Text Symbol: CO1 = Tax Year
Text Symbol: CO2 = Retire Period
Text Symbol: CO3 = -
Text Symbol: E00 = Message Text


INCLUDES used within this REPORT HKRCYEA0

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