PCTAXTH4 is a standard ABAP INCLUDE available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.
If you would like to execute this report or see the full code listing simply enter PCTAXTH4 into the relevant SAP transactions such as SE38 or SE80
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.
Title: Main routines for Income Tax Form 1
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RP_EDIT_NAME CALL FUNCTION 'RP_EDIT_NAME' EXPORTING FORMAT = '01' LANGU = SYST-LANGU MOLGA = '26' "EDEAHRK007100 PP0002 = P0002 * PP0021 = ' ' * PP0148 = ' ' IMPORTING EDIT_NAME = TAX_DTLS-EE_NAME.
POPUP_TO_INFORM CALL FUNCTION 'POPUP_TO_INFORM' EXPORTING TITEL = TEXT-002 TXT1 = TEXT-003 TXT2 = SPACE.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
PCTAXTH4 - Main routines for Income Tax Form 1 PCTAXTH3 - Local Routines for Income Tax 1 - Monthly Tax Report Thailand PCTAXTH2_ALV - Data definitions for Income Tax Form 1/1A (Thailand) PCTAXTH2 - Data definitions for Income Tax Form 1/1A (Thailand) PCTAXTH1 - Table and Infotype Definitions for Income Tax Forms 1 and 1A Thailand PCTAXTH0 - Tax Calculation for Payroll Accounting (Thailand)