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

PCIEP45XP SAP ABAP INCLUDE - Include PCIEP45XP







PCIEP45XP 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 PCIEP45XP 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 PCIEP45XP. "Basic submit
SUBMIT PCIEP45XP AND RETURN. "Return to original report after report execution complete
SUBMIT PCIEP45XP VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Include PCIEP45XP


INCLUDES used within this REPORT PCIEP45XP

INCLUDE RPUMKC00.


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 = pn-begda end = pn-endda IMPORTING hire_date = phire_x fire_date = pfire_x TABLES pp0000 = p0000 "input pp0001 = p0001 "input pphifi = phifi_x. "output

GET_COMPANY_INFO CALL FUNCTION 'GET_COMPANY_INFO' EXPORTING er_regno = p0359-ernie IMPORTING er_ename = p45-er_name er_addr1 = p45detail-addr1 er_addr2 = p45detail-addr2 er_addr3 = p45detail-addr3 er_ernie = p45-ernie er_eunie = p45-eunie.

HR_IE_PCR_STATUS CALL FUNCTION 'HR_IE_PCR_STATUS' EXPORTING pay_area = pay_area IMPORTING status = status acc_period = acc_period acc_year = acc_year.

HR_FEATURE_BACKFIELD CALL FUNCTION 'HR_FEATURE_BACKFIELD' EXPORTING feature = 'IETRD' struc_content = lst_pmeic * KIND_OF_ERROR = IMPORTING back = death_ret * CHANGING * STATUS = EXCEPTIONS dummy = 1 error_operation = 2 no_backvalue = 3 feature_not_generated = 4 invalid_sign_in_funid = 5 field_in_report_tab_in_pe03 = 6 OTHERS = 7 .

ROUND CALL FUNCTION 'ROUND' EXPORTING decimals = 2 input = p_amount sign = '+' IMPORTING output = p_amount EXCEPTIONS OTHERS = 0.



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 PCIEP45XP or its description.