PCAHPIE3 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 PCAHPIE3 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 PCAHPIE3
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 BEG = t549q-begda END = l_enddt IMPORTING FIRE_DATE = l_fdate HIRE_DATE = join_date TABLES pphifi = phifi pp0000 = p0000 pp0001 = p0001.
HR_IE_LAST_PAY_PERIOD CALL FUNCTION 'HR_IE_LAST_PAY_PERIOD' EXPORTING PAYROLL_AREA = aper-abkrs CALENDAR_YEAR = USCIN-prdyr IMPORTING LAST_PAY_PERIOD = l_last_p.
HR_IE_CALCULATE_USC CALL FUNCTION 'HR_IE_CALCULATE_USC' EXPORTING PRDYR = USCIN-prdyr PRDNM = USCIN-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 ABKRS = aper-abkrs fire_date = l_fdate TABLES IT = it usc_it = usc_it P_0359 = p0359 p_0387 = p0387 ocrt = crt hrgdir = hrgdir usc_log = ieusc_ptext USC_THRESHOLD_AMT = USC_THRESHOLD_AMT EXCEPTIONS NO_TAX_RECORD = 1 OTHERS = 3.
HR_IE_CALCULATE_USC_GE_2012 CALL FUNCTION 'HR_IE_CALCULATE_USC_GE_2012' EXPORTING prdyr = uscin-prdyr prdnm = uscin-prdnm calc_date = aper-chkdt payroll_call = 'X' pay_freq = t549r-zeinh sw_prot = sw_prot p_pernr = pernr-pernr join_date = join_date calc_currency = calc_currency abkrs = aper-abkrs fire_date = l_fdate usc_basis_override = usc_basis_override usc_basis_modified = usc_basis_modified usc_latepayment_check = usc_latepayment_check p_late_pay_curyear = p_late_pay_curyear p_late_pay_next_yr = p_late_pay_next_yr lv_firedate = lv_firedate count_no_per_to_levin_per = count_no_per_to_levin_per existence_of_p2c = existence_of_p2c hol_periods = hol_periods TABLES it = it usc_it = usc_it p_0359 = p0359 ocrt = crt hrgdir = hrgdir p_0387 = p0387 usc_log = ieusc_ptext usc_threshold_amt = usc_threshold_amt leaver_rt = leaver_rt leaver_crt = leaver_crt CHANGING usc_data_it0359 = usc_data_it0359 pt_usc_cluster = pt_usc_cluster EXCEPTIONS no_tax_record = 1 OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.