SAP Reports / Programs | Payroll | Finland(PY-FI) SAP PY

HFICVAE0 SAP ABAP INCLUDE - Finnish Vacation function- providing details on technical wagetypes







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


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


Text pool values


Title: Finnish Vacation function- providing details on technical wagetypes


INCLUDES used within this REPORT HFICVAE0

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:

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.



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