SAP Reports / Programs | Payroll | Brazil(PY-BR) SAP PY

HBRFCOL0 SAP ABAP Report - Collective leave programming







HBRFCOL0 is a standard Executable ABAP Report 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 HBRFCOL0 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_M37_FCOL - Company vacation calculation


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 HBRFCOL0. "Basic submit
SUBMIT HBRFCOL0 AND RETURN. "Return to original report after report execution complete
SUBMIT HBRFCOL0 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: G_BEGFE = Beginning of leave
Selection Text: G_DATPG = Date of payment
Selection Text: G_ENDFE = End of leave
Selection Text: OCRSN = Special payment reason
Selection Text: PAYID = Payroll identifier
Selection Text: PAYTY = Payroll type
Selection Text: PRT_PROT = Display calculation log
Selection Text: P_DECTER = Pay first parcel of CA
Selection Text: P_SCHEMA = Time valuation schema
Selection Text: P_TOTALS = Error log by employee
Selection Text: RECI = Balance receipt variant
Selection Text: REM_ABC = Paid absence coll.
Selection Text: REM_ABS = Paid absence
Selection Text: SCHEMA = Calculation scheme
Selection Text: SPOOL = Spool output
Selection Text: VAC = Leave
Selection Text: COL_VAC = Collective leave
Selection Text: ANT_VAC = Anticipated leave
Selection Text: ANT_QT = Quota for anticipated leave
Title: Collective leave programming
Text Symbol: 006 = (check)
Text Symbol: 005 = (check)
Text Symbol: 004 = Maintain acquisit.period
Text Symbol: 003 = Create new acquisition period
Text Symbol: 002 = Time valuation
Text Symbol: 001 = Dates
Text Symbol: 034 = Test
Text Symbol: 033 = TEST
Text Symbol: 032 = Paid leave
Text Symbol: 031 = Collective leave
Text Symbol: 019 = Process time valuation
Text Symbol: 020 = Do not process time valuation
Text Symbol: 021 = CALCULATE
Text Symbol: 022 = Run
Text Symbol: 030 = Anticipated leave
Text Symbol: 029 = Proportional leave
Text Symbol: 028 = List of messages
Text Symbol: 027 = Outpt





Text Symbol: 026 = Special payment
Text Symbol: 025 = Situation regarding acquisition period
Text Symbol: 024 = Situation
Text Symbol: 023 = Collective leave calculation run
Text Symbol: 035 = Test with log
Text Symbol: 036 = Employee
Text Symbol: 037 = Types of absences
Text Symbol: E01 = Impossible to create screen control for employee list
Text Symbol: E02 = Impossible to create employee list fields
Text Symbol: E03 = Unidentified situation
Text Symbol: E20 = Impossible to determine employee hiring date
Text Symbol: E50 = Error in Flush
Text Symbol: PRC = (check)
Text Symbol: SEL = (check)
Text Symbol: T18 = Time valuation
Text Symbol: W17 = Employee returns after absence during collective leave
Text Symbol: 018 = Quota type for subgroup &1 in &2 not found
Text Symbol: 017 = Insufficient entitlement
Text Symbol: 016 = Absent employee during collective leave period
Text Symbol: 015 = Leave period:
Text Symbol: 014 = Collective leave
Text Symbol: 012 = (check)
Text Symbol: 011 = (check)
Text Symbol: 010 = Leave quota not found
Text Symbol: 009 = (check)
Text Symbol: 007 = (check)


INCLUDES used within this REPORT HBRFCOL0

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