SAP Reports / Programs | Payroll | Ireland(PY-IE) SAP PY

PCTCLIE0 SAP ABAP INCLUDE - RPCTCLG0:INCLUDE-MEMBER for Tax Calculation - Ireland.







PCTCLIE0 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 PCTCLIE0 into the relevant SAP transactions such as SE38 or SE80


ABAP code to call this SAP report using the submit statement

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.






SUBMIT PCTCLIE0. "Basic submit
SUBMIT PCTCLIE0 AND RETURN. "Return to original report after report execution complete
SUBMIT PCTCLIE0 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: RPCTCLG0:INCLUDE-MEMBER for Tax Calculation - Ireland.


INCLUDES used within this REPORT PCTCLIE0

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

RP_HIRE_FIRE call function 'RP_HIRE_FIRE' EXPORTING BEG = t549q-begda END = aper-chkdt * IMPORTING * FIRE_DATE = * HIRE_DATE = tables pphifi = phifi pp0000 = p0000 pp0001 = p0001.

HR_ENTRY_DATE *CALL FUNCTION 'HR_ENTRY_DATE' * EXPORTING * PERSNR = pernr-pernr ** RCLAS = * BEGDA = '20010406' * ENDDA = aper-endda ** VARKY = * IMPORTING * ENTRYDATE = j_date ** TABLES ** ENTRY_DATES = * EXCEPTIONS * ENTRY_DATE_NOT_FOUND = 1 * PERNR_NOT_ASSIGNED = 2 * OTHERS = 3 * .

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 FIRE_DATE = pfire_x IMPORTING PAYE = ietax TABLES IT = it tax_it = tax_it P_0359 = p0359 p_0387 = p0387 p_0000 = p0000 ie_tax = ie_tax * OCRT = lt_ocrt "note 793666 OCRT = crt "note 793666 hrgdir = hrgdir tax_log = ietax_ptext ORT = ort EXCEPTIONS NO_TAX_RECORD = 1 INVALID_TAX_BASIS = 2 OTHERS = 3.

RP_HIRE_FIRE CALL FUNCTION 'RP_HIRE_FIRE' EXPORTING beg = '18000101' end = lv_in_enddate TABLES PP0000 = P0000 "input PP0001 = P0001 "input pphifi = lt_phifi.

HR_PAYROLL_PERIOD_GET call function 'HR_PAYROLL_PERIOD_GET' EXPORTING PAYROLL_AREA = APER-ABKRS DATE = PFIRE_X IMPORTING PAYROLL_YEAR = PRDYR PAYROLL_PERIOD = PRDNM EXCEPTIONS NO_ENTRY_T549A = 1 NO_ENTRY_T549Q = 2.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name PCTCLIE0 or its description.