SAP Reports / Programs

HVECOL00 SAP ABAP Report - Collective vacations report







HVECOL00 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Main program for the processing of collective leave in the company...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 HVECOL00 into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

PC00_M17_COL00 - Collective vacations report


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


Text pool values


Selection Text: SPOOL = Spool output
Selection Text: SCHEMA = Schema
Selection Text: BONDT = Vacation payment date
Selection Text: AWART = Absence category
Title: Collective vacations report
Text Symbol: 023 = 'HR_INITIALIZE_BUFFER'
Text Symbol: 022 = 'HR_READ_INFOTYPE' for Infotype 2013
Text Symbol: 021 = 'HR_READ_INFOTYPE' for Infotype 2006
Text Symbol: 020 = 'HR_ABS_ATT_TIMES_AT_ENTRY'
Text Symbol: 019 = 'HR_PERSONAL_WORK_SCHEDULE'
Text Symbol: 018 = for selected data
Text Symbol: 017 = for selected absence category
Text Symbol: 016 = P0001
Text Symbol: 014 = 'DAY_IN_WEEK'
Text Symbol: 013 = Trigger payroll
Text Symbol: 012 = Time schema
Text Symbol: 011 = Pers. calc.schema
Text Symbol: 010 = Spool output
Text Symbol: 008 = Vacation payment date
Text Symbol: 007 = Absence category
Text Symbol: 006 = Reason for off-cycle payr. run
Text Symbol: 005 = Additional data
Text Symbol: 004 = Assign vacation without transfer
Text Symbol: 003 = Transfer of quota cumulated up until today
Text Symbol: 002 = Quota transfer
Text Symbol: 001 = Vacation data
Text Symbol: 024 = Payroll report
Text Symbol: 025 = for the validity period of the given absence
Text Symbol: 026 = Error in the maintenance of the regular leave quota
Text Symbol: E02 = Error on adding element to error list
Text Symbol: F02 = Test/Display log
Text Symbol: F01 = Execute process
Text Symbol: E12 = Number of payrolls to run:
Text Symbol: E11 = Number of payrolls run:
Text Symbol: E10 = Number of selected employees:
Text Symbol: E09 = Payroll error
Text Symbol: E08 = Settled
Text Symbol: E07 = Start date





Text Symbol: E06 = Run date
Text Symbol: E05 = Name
Text Symbol: E04 = Evaluation period: $1 to $2
Text Symbol: E03 = Date:


INCLUDES used within this REPORT HVECOL00

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:

No SAP FUNCTION MODULES are executed within this report code!



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