HTHCTXF1 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 1 (ITF1) Monthly Report (
If you would like to execute this report or see the full code listing simply enter HTHCTXF1 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
PC00_M26_CTXF1 - Run Tax Report for Income Tax Form 1
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.
Selection Text: FULL_RPT = FULL REPORT
Selection Text: CVR_SHT = COVER SHEET
Title: Income Tax Form 1 (ITF1) - Monthly Report for Thailand
Text Symbol: 030 = Disk file
Text Symbol: 035 = .Infotype 0002
Text Symbol: 036 = taken as default for Name
Text Symbol: 037 = Infotype 0006 subtype 1
Text Symbol: 038 = taken as default for Address
Text Symbol: 039 = Address
Text Symbol: 040 = Personal Data
Text Symbol: 042 = Form of Address
Text Symbol: 043 = Hard Copy
Text Symbol: 044 = Floppy Disk
Text Symbol: 045 = Disk Download Path
Text Symbol: 048 = Output Media
Text Symbol: 049 = Position
Text Symbol: 050 = Authorised Person
Text Symbol: 051 = Paid Date
Text Symbol: TI1 = Income of Condition 1
Text Symbol: TI2 = Income of condition 2
Text Symbol: TI3 = Income of condition 3
Text Symbol: TI4 = Termination Payment
Text Symbol: 029 = write
Text Symbol: 001 = Declaration
Text Symbol: 002 = No Records Found
Text Symbol: 003 = No Records Processed and no Employee(s) Selected
Text Symbol: 004 = Income of condition 1
Text Symbol: 005 = Income of condition 2
Text Symbol: 006 = Income of condition 3
Text Symbol: 007 = Tax Period
Text Symbol: 008 = Month/Year
Text Symbol: 009 = C:\pnd1.txt
Text Symbol: 010 = 0185 (subtype - Sequence no.)
Text Symbol: 012 = Date of Payment
Text Symbol: 013 = Amount of Tax
Text Symbol: 014 = Print Details
Text Symbol: 016 = Full Report
Text Symbol: 017 = Only Cover Sheet
INCLUDE PCTAXTH2_ALV. " DATA DEFINITIONS
INCLUDE PCCOMTH1_ALV. " GLOBAL FORM ROUTINES
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
HTHCTXF1 - Income Tax Form 1 (ITF1) - Monthly Report for Thailand HTHCTXF1 - Income Tax Form 1 (ITF1) - Monthly Report for Thailand HTHCTX91 - Income Tax Reconciliation Worksheet (PIT91) HTHCTX91 - Income Tax Reconciliation Worksheet (PIT91) HTHCTX5B - Income Tax Form 50 Bis - Yearly report Thailand HTHCTX5B - Income Tax Form 50 Bis - Yearly report Thailand