HFILTEL0_PAYROLL_DATA 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 HFILTEL0_PAYROLL_DATA 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 HFILTEL0_PAYROLL_DATA
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
HR_FI_RETRODIFF_GET CALL FUNCTION 'HR_FI_RETRODIFF_GET' EXPORTING persnr = pernr-pernr from = p_begda to = p_endda appl = application IMPORTING salary_org = itab_payroll[] EXCEPTIONS no_employer_identification = 1 no_tax_reference_number = 2 no_payroll_results = 3 no_entry_found_on_cu = 4 import_error = 5 OTHERS = 6.
CU_READ_RGDIR CALL FUNCTION 'CU_READ_RGDIR' EXPORTING persnr = pernr-pernr TABLES in_rgdir = rgdir EXCEPTIONS no_record_found = 1 OTHERS = 2.
PYXX_GET_EVALUATION_PERIODS CALL FUNCTION 'PYXX_GET_EVALUATION_PERIODS' EXPORTING clusterid = 'FI' "National employeenumber = pernr-pernr bonus_date = wa_rgdir-bondt inper_modif = wa_rgdir-permo inper = wa_rgdir-inper pay_type = wa_rgdir-payty pay_ident = wa_rgdir-payid * READ_ONLY_INTERNATIONAL = TABLES * RGDIR = evaluated_periods = evp_periods EXCEPTIONS no_payroll_results = 1 no_entry_found_on_cu = 2 import_error = 3 OTHERS = 4.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
HFILTEL0_PAYROLL_DATA - Include HFILTEL0_PAYROLL_DATA HFILTEL0_MASTER_DATA - Include HFILTEL0_MASTER_DATA HFILTEL0_GRID_OUTPUT - Include HFILTEL0_GRID_OUTPUT HFILTEL0_GENERAL - Include HFILTEL0_GENERAL HFILTEL0_DATA_DEF - Include HFILTEL0_DATA_DEF HFILTEL0 - TEL employment and year statement (Finland)