PC217IN3 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 PC217IN3 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: Common Routines
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
HR_IN_CALC_MONTHS * call function 'HR_IN_CALC_MONTHS' * exporting * split_begda = p_begda * split_endda = p_endda * importing * split_months_factor = nomon.
HR_IN_CALC_MONTHS * call function 'HR_IN_CALC_MONTHS' * exporting * split_begda = p_begda * split_endda = end_date * importing * split_months_factor = nomonp.
RP_HIRE_FIRE call function 'RP_HIRE_FIRE' exporting beg = p_begda end = p_endda importing fire_date = FIRE_DATE HIRE_DATE = HIRE_DATE tables pphifi = phifi pp0000 = p0000 pp0001 = p0001 exceptions others = 1.
PYXX_READ_PAYROLL_RESULT CALL FUNCTION 'PYXX_READ_PAYROLL_RESULT' EXPORTING CLUSTERID = 'IN' EMPLOYEENUMBER = pernr-pernr SEQUENCENUMBER = p_rgdir-seqnr * READ_ONLY_BUFFER = ' ' * READ_ONLY_INTERNATIONAL = ' ' * ARC_GROUP = ' ' * CHECK_READ_AUTHORITY = 'X' * FILTER_CUMULATIONS = 'X' * CLIENT = * IMPORTING * VERSION_NUMBER_PAYVN = * VERSION_NUMBER_PCL2 = CHANGING PAYROLL_RESULT = result EXCEPTIONS ILLEGAL_ISOCODE_OR_CLUSTERID = 1 ERROR_GENERATING_IMPORT = 2 IMPORT_MISMATCH_ERROR = 3 SUBPOOL_DIR_FULL = 4 NO_READ_AUTHORITY = 5 NO_RECORD_FOUND = 6 VERSIONS_DO_NOT_MATCH = 7 ERROR_READING_ARCHIVE = 8 ERROR_READING_RELID = 9 OTHERS = 10 .
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.