SAP Reports / Programs | Payroll | Thailand(PY-TH) SAP PY

HTHCTX1A SAP ABAP Report - Income Tax Form 1A - Yearly report Thailand







HTHCTX1A is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The Income Tax Form 1A (ITF1A) Yearly Report (HTHCTX1A) This is a statutory report that displays the yearly summary of each employee's assessable income, deductible expense, personal allowances and income tax withheld in 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 HTHCTX1A 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_M26_CTX1A - Print Income Tax Form 1A


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 HTHCTX1A. "Basic submit
SUBMIT HTHCTX1A AND RETURN. "Return to original report after report execution complete
SUBMIT HTHCTX1A 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 = D .
Selection Text: PX_LFORM = D .
Title: Income Tax Form 1A - Yearly report Thailand
Text Symbol: TI5 = Additional Information
Text Symbol: TI4 = Termination pay
Text Symbol: TI3 = Income of codition 3
Text Symbol: TI2 = Income of codition 2
Text Symbol: TI1 = Income of codition 1
Text Symbol: 050 = Form
Text Symbol: 049 = Position
Text Symbol: 048 = Output Media
Text Symbol: 045 = Disk Download Path
Text Symbol: 044 = Floppy Disk
Text Symbol: 043 = Hard Copy
Text Symbol: 042 = Form of Address
Text Symbol: 040 = Personal Data
Text Symbol: 039 = Address
Text Symbol: 038 = taken as default for Address
Text Symbol: 037 = Infotype 0006 subtype 1
Text Symbol: 036 = taken as default for Name
Text Symbol: 035 = Infotype 0002
Text Symbol: 030 = Disk file
Text Symbol: 029 = write
Text Symbol: 028 = disk
Text Symbol: 027 = open
Text Symbol: 023 = AND
Text Symbol: 022 = ONLY
Text Symbol: 021 = STANG
Text Symbol: 020 = BAHT
Text Symbol: 018 = I.T.F.1A
Text Symbol: 017 = Only Cover Sheet
Text Symbol: 016 = Full Report
Text Symbol: 014 = Print Details
Text Symbol: 013 = Amount of Tax
Text Symbol: 010 = Authorised Person
Text Symbol: 009 = Paid Date
Text Symbol: 007 = 0185 (subtype - Sequence no.)
Text Symbol: 006 = C:\pnd1.txt





Text Symbol: 005 = Generating Report
Text Symbol: 004 = No record found and no Employee(s) processed
Text Symbol: 003 = Process Information
Text Symbol: 002 = Assessment Year
Text Symbol: 001 = Tax Period


INCLUDES used within this REPORT HTHCTX1A

INCLUDE PCTAXTH2_ALV. " DATA DEFINITIONS
INCLUDE PCCOMTH1_ALV. " GLOBAL FORM ROUTINES


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