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

HTHCTXF1 SAP ABAP Report - Income Tax Form 1 (ITF1) - Monthly Report for Thailand







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 (HTHCTXF1) This report generates the ITF1 report for a specified month, for which the payroll results exist...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 HTHCTXF1 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_CTXF1 - Run Tax Report for Income Tax Form 1


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 HTHCTXF1. "Basic submit
SUBMIT HTHCTXF1 AND RETURN. "Return to original report after report execution complete
SUBMIT HTHCTXF1 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: 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





Text Symbol: 018 = I.T.F.1
Text Symbol: 020 = BAHT
Text Symbol: 021 = STANG
Text Symbol: 022 = ONLY
Text Symbol: 023 = AND
Text Symbol: 027 = open
Text Symbol: 028 = disk


INCLUDES used within this REPORT HTHCTXF1

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