PCTRMTH0 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 PCTRMTH0 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: Termination Tax Calculation for Payroll Accounting (Thailand)
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RP_HIRE_FIRE CALL FUNCTION 'RP_HIRE_FIRE' EXPORTING * AAL6BK067546 - parameter beg no longer passed as the fire * date can also be from earlier payroll periods.
COMPUTE_YEARS_BETWEEN_DATES CALL FUNCTION 'COMPUTE_YEARS_BETWEEN_DATES' EXPORTING first_date = l_hire_date * MODIFY_INTERVAL = ' ' second_date = l_fire_date IMPORTING years_between_dates = l_ee_yrs_of_serv.
HR_TH_ROUND_AMOUNT_FEATURE CALL FUNCTION 'HR_TH_ROUND_AMOUNT_FEATURE' EXPORTING UNROUNDED_AMT = TERM_TAX ROUNDING_FEATURE = C_ROUND_FEATURE IMPORTING * GKL9CK047377, Note: 0391925 * ROUNDED_AMT = LVP_OUT_TERM_TAX ROUND_DIFF = LVP_ROUND_DIFF EXCEPTIONS OTHERS = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
PCTRMTH0 - Termination Tax Calculation for Payroll Accounting (Thailand) PCTRMQUN0_PBS - Include member NPO: Public sector for HDA PCTRMLA0_SELSCR - Top include for termination selection screen PCTRMLA0_SELMODULES - Modules for screens used in termination selection screen PCTRMLA0_SELFORMS - Form routines for termination selection screen PCTRMLA0_OUTSCR_CE - PCTRMLA0OUTSCRCE