PCAHPIE1 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 PCAHPIE1 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: Include PCAHPIE1
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
HR_IE_CALCULATE_TAX call function 'HR_IE_CALCULATE_TAX' EXPORTING PRDYR = txin-prdyr PRDNM = txin-prdnm CALC_DATE = aper-chkdt PAYROLL_CALL = 'X' PAY_FREQ = t549r-zeinh SW_PROT = sw_prot join_date = join_date P_PERNR = pernr-pernr calc_currency = calc_currency * late_starter = ' ' IMPORTING PAYE = ietax TABLES IT = it tax_it = tax_it P_0359 = p0359 p_0387 = p0387 OCRT = lt_ocrt hrgdir = hrgdir tax_log = ietax_ptext EXCEPTIONS NO_TAX_RECORD = 1 INVALID_TAX_BASIS = 2 OTHERS = 3.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.