HFICVAE0 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 HFICVAE0 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: Finnish Vacation function- providing details on technical wagetypes
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
HR_PAYROLL_PERIODS_GET CALL FUNCTION 'HR_PAYROLL_PERIODS_GET' EXPORTING get_begda = tmp_date get_permo = aper-permo TABLES get_periods = lt_t549q EXCEPTIONS no_period_found = 1 no_valid_permo = 2 OTHERS = 3.
CD_READ_RGDIR CALL FUNCTION 'CD_READ_RGDIR' EXPORTING persnr = pernr-pernr TABLES in_rgdir = local_rgdir EXCEPTIONS no_record_found = 1 OTHERS = 2.
PYXX_READ_RGDIR_PAYRESULTS CALL FUNCTION 'PYXX_READ_RGDIR_PAYRESULTS' EXPORTING clusterid = 'FI' employeenumber = pernr-pernr TABLES rgdir = regular_rgdir imported_periods = regular_results EXCEPTIONS import_error = 1 OTHERS = 2.
HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING pernr = pernr-pernr infty = '2006' IMPORTING subrc = subrc_2006 TABLES infty_tab = vac_quota EXCEPTIONS infty_not_found = 1 OTHERS = 2.
HR_FI_QUOTA_FROM_AWART CALL FUNCTION 'HR_FI_QUOTA_FROM_AWART' EXPORTING i_pernr = pernr-pernr i_moabw = t001p-moabw i_mozko = t001p-mozko "MS927515 i_mopgk = t503-konty i_subty = ab-awart i_datum = ab-begda * I_CTYPE = 'Q' * I_QTYPE = 'A' IMPORTING s_val_rul = val_rul "KB1375367 TABLES e_quota = vac_quotas EXCEPTIONS no_entry_in_t554s = 1 no_entry_in_t556c = 2 no_entry_in_t556r = 3 OTHERS = 4 .
HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING pernr = pernr-pernr infty = '2006' IMPORTING subrc = subrc_2006 TABLES infty_tab = vac_quota EXCEPTIONS infty_not_found = 1 OTHERS = 2.
HR_PAYROLL_PERIODS_GET CALL FUNCTION 'HR_PAYROLL_PERIODS_GET' EXPORTING get_begda = twd_ab-begda get_endda = twd_ab-endda get_permo = twd_permo * IMPORTING * GET_PABRJ = * GET_PABRP = TABLES get_periods = twd_periods EXCEPTIONS no_period_found = 1 no_valid_permo = 2 OTHERS = 3 .
HR_PERSONAL_WORK_SCHEDULE CALL FUNCTION 'HR_PERSONAL_WORK_SCHEDULE' EXPORTING pernr = pernr-pernr begda = twd_begda endda = twd_endda TABLES perws = twd_ptpsp EXCEPTIONS error_occured = 1 abort_occured = 2 OTHERS = 3.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
HFICVAE0 - Finnish Vacation function- providing details on technical wagetypes HFICVAC0 - Off-cycle payroll run for vacation payment HFICVAC0 - Off-cycle payroll run for vacation payment HFICTAX0_SELECTION - Selection screen for Finnish wage type report. HFICTAX0_FORMS - Forms for Finnish wage type report. HFICTAX0_DATA - Data Include for Finnish wage type report.