PCTAXTH8 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 PCTAXTH8 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: Local routines for Certificate of Tax Deduction Report
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
HRCA_COMPANYCODE_GETDETAIL CALL FUNCTION 'HRCA_COMPANYCODE_GETDETAIL' EXPORTING COMPANYCODE = P_P0001-BUKRS LANGUAGE = SY-LANGU IMPORTING COMP_NAME = HRCA_COMPANY-COMP_NAME * CITY = * COUNTRY = * CURRENCY = * LANGU = * CHRT_ACCTS = * FY_VARIANT = * FI_MANAGEMENTAREA = * JURISDICTION = * RATE_DEVIATION = ADDRESS = adrnr * TABLES * APPENDIX = EXCEPTIONS NOT_FOUND = 1 OTHERS = 2.
ADDR1_EXTRACT_TABLES CALL FUNCTION 'ADDR1_EXTRACT_TABLES' TABLES T_ADDRESS_KEYS = addr_key T_ADRC = adrc * T_ADRCT = * T_ADR2 = * T_ADR3 = * T_ADR4 = * T_ADR5 = * T_ADR6 = * T_ADR7 = * T_ADR8 = * T_ADR9 = * T_ADR10 = * T_ADR11 = * T_ADR12 = * T_ADR13 = * T_ADRT = * EXCEPTIONS * EMPTY_TABLE = 1 * OTHERS = 2 .
CD_READ_LAST * CALL FUNCTION 'CD_READ_LAST' * EXPORTING * BEGIN_DATE = PYEAR_BEGDA * END_DATE = PYEAR_ENDDA * IMPORTING * OUT_SEQNR = LCP_SEQNR * TABLES * RGDIR = RGDIR * EXCEPTIONS * NO_RECORD_FOUND = 1 * OTHERS = 2.
SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING PERCENTAGE = PERCENT TEXT = 'Generating Report'(004).
SPELL_AMOUNT CALL FUNCTION 'SPELL_AMOUNT' EXPORTING AMOUNT = COND_DTLS-TOTTAX CURRENCY = 'THB' FILLER = SPACE LANGUAGE = SY-LANGU IMPORTING IN_WORDS = SPELL EXCEPTIONS NOT_FOUND = 1 TOO_LARGE = 2 OTHERS = 3.
RP_BEGDA_ENDDA_PAYROLL_YEAR_TH CALL FUNCTION 'RP_BEGDA_ENDDA_PAYROLL_YEAR_TH' EXPORTING ABKRS = P0001-ABKRS YEAR = YEAR IMPORTING BEGDA = PYEAR_BEGDA ENDDA = PYEAR_ENDDA.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
PCTAXTH8 - Local routines for Certificate of Tax Deduction Report PCTAXTH7_ALV - Data definition for Certificate of Tax Deduction Report PCTAXTH7 - Data definition for Certificate of Tax Deduction Report PCTAXTH6 - Local Routines for Income Tax 1 - Monthly Tax Report Thailand PCTAXTH5 - Main Program for Income Tax Form 1A PCTAXTH4 - Main routines for Income Tax Form 1