HVECVAC0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for External routine of the Absences Valuation (VEABS) function...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter HVECVAC0 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.
Selection Text: SAL_1 = Vacation pay
Selection Text: SAL_2 = Vacation pay
Selection Text: SAL_3 = Vacation pay
Selection Text: STYPE1 = Wage
Selection Text: STYPE2 = Wage
Selection Text: STYPE3 = Wage
Selection Text: WTYPE1 = Wage type
Selection Text: WTYPE2 = Wage type
Selection Text: WTYPE3 = Wage type
Selection Text: YEAR_1 = Quota year to valuate
Selection Text: YEAR_2 = Quota year to valuate
Selection Text: YEAR_3 = Quota year to valuate
Selection Text: NUMPER = Personnel number
Selection Text: ENDDA = Period end date
Selection Text: DAYS_3 = Total days in Quota
Selection Text: DAYS_2 = Total days in Quota
Selection Text: DAYS_1 = Total days in Quota
Selection Text: DAY3 = No. days
Selection Text: DAY2 = No. days
Selection Text: DAY1 = No. days
Selection Text: BEGDA = Period start date
Title: Valuation report on legal vacation in the payroll
Text Symbol: 017 = Wage type3 / Days3
Text Symbol: 016 = Wage type2 / Days2
Text Symbol: 018 = Year
Text Symbol: 019 = Calc. basis
Text Symbol: 020 = Quota (days)
Text Symbol: 021 = Val. basis
Text Symbol: 022 = Requested (days)
Text Symbol: 023 = Wage
Text Symbol: 025 = General data
Text Symbol: 040 = Total
Text Symbol: 052 = Calcul. basis
Text Symbol: 053 = Quota days
Text Symbol: 001 = Data of First Quota to valuate
Text Symbol: 002 = Data of Second Quota to valuate
Text Symbol: 003 = Data of Third Quota to valuate
Text Symbol: 004 = You must enter employee number
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
HRVE_READ_T512W_VKLAS CALL FUNCTION 'HRVE_READ_T512W_VKLAS' EXPORTING lgart = aux_vac_days-lgart endda = p_vac_input-per_endda pclas = c_pclass_vac_adv_num IMPORTING pvalu = pclass_value EXCEPTIONS not_found = 1 OTHERS = 2.
REUSE_ALV_LIST_DISPLAY * CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' *EXPORTING * I_BUFFER_ACTIVE = 'X' * I_CALLBACK_PROGRAM = G_repid * I_STRUCTURE_NAME = 'WA_ALV' *****Start of Change - Adding: c5056393 : 25.06.04*******************
HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING pernr = p_numper infty = '0001' begda = begda endda = endda IMPORTING subrc = subrc TABLES infty_tab = i0001 EXCEPTIONS infty_not_found = 1 OTHERS = 2.
BAL_LOG_MSG_ADD_FREE_TEXT CALL FUNCTION 'BAL_LOG_MSG_ADD_FREE_TEXT' EXPORTING i_log_handle = gs_log_handle i_msgty = gc_info i_probclass = gc_probclass i_text = iv_text EXCEPTIONS log_not_found = 1 msg_inconsistent = 2 log_is_full = 3 OTHERS = 4.
BAL_LOG_CREATE CALL FUNCTION 'BAL_LOG_CREATE' EXPORTING i_s_log = is_log IMPORTING e_log_handle = xs_log_handle EXCEPTIONS log_header_inconsistent = 1 OTHERS = 2.
BAL_DSP_PROFILE_NO_TREE_GET CALL FUNCTION 'BAL_DSP_PROFILE_NO_TREE_GET' IMPORTING e_s_display_profile = is_display_profile.
BAL_DSP_LOG_DISPLAY CALL FUNCTION 'BAL_DSP_LOG_DISPLAY' EXPORTING i_s_display_profile = is_display_profile EXCEPTIONS OTHERS = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
HVECVAC0 - Valuation report on legal vacation in the payroll HVECVAC0 - Valuation report on legal vacation in the payroll HVECTRA1 - Apprentices report (Ministry of Labour Art. 270 ) HVECTRA1 - Apprentices report (Ministry of Labour Art. 270 ) HVECTIU0 - File generation for the TIUNA system of the IVSS HVECTIU0 - File generation for the TIUNA system of the IVSS