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

HFILCST0 SAP ABAP Report - HR-FI: Quarterly Enquiry of Labor Costs







HFILCST0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Use this report to obtain quarterly information on labor costs data related to a particular a line of business within an organization...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 HFILCST0 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_M44_LCST - Labor Cost Statistics


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 HFILCST0. "Basic submit
SUBMIT HFILCST0 AND RETURN. "Return to original report after report execution complete
SUBMIT HFILCST0 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: SER_SECT = Service Sector
Selection Text: SEL_DATE = Quarter Date
Selection Text: MON_EMP = Monthly Employee
Selection Text: LOB = Line of Business
Selection Text: IND_SECT = Industry Sector
Selection Text: HOU_EMP = Hourly Employee
Title: HR-FI: Quarterly Enquiry of Labor Costs
Text Symbol: SUB = Sub Question
Text Symbol: SPE = Statistical Period:
Text Symbol: SER = Service Sector
Text Symbol: SEC = Sector:
Text Symbol: QUE = Question
Text Symbol: QLC = Quarterly Labor Costs report
Text Symbol: PAR = Part Time Employees
Text Symbol: MON = Monthly Employees
Text Symbol: LOB = Line of Business:
Text Symbol: IND = Industry Sector
Text Symbol: HOU = Hourly Employees
Text Symbol: FUL = Full Time Employees
Text Symbol: 020 = 3.d) Other one-time payments or compensations ( e.g. vacation bonuses)
Text Symbol: 019 = 3.c) Bonus payments (company)
Text Symbol: 018 = 3.b) Salary paid for overtime
Text Symbol: 017 = 4. Social costs, tariff ( xx,yy %)
Text Symbol: 016 = 3.g) Other one-time payments or compensations ( e.g. vacation bonuses)
Text Symbol: 015 = 3.f) Bonus payments (company)
Text Symbol: 014 = 3.e) Salary paid for overtime
Text Symbol: 013 = 3.d) Salary paid for non-productive hours
Text Symbol: 012 = 3.c) Overtime and Sunday extras
Text Symbol: 011 = 3.b) Total gross for worked hours
Text Symbol: 010 = 3.a) Total taxable gross
Text Symbol: 009 = 3. Labor costs (in euros)
Text Symbol: 008 = 2.b) Number of worked hours
Text Symbol: 007 = 2. Worked hours (in full hours)
Text Symbol: 006 = 1.b) Part time employee
Text Symbol: 005 = 1.a) Full time employee
Text Symbol: 004 = 1. Number of employment relationships in the end statistical period
Text Symbol: 003 = Monthly employee
Text Symbol: 002 = Business





Text Symbol: 001 = Hourly employee
Text Symbol: 000 = Employee category


INCLUDES used within this REPORT HFILCST0

INCLUDE HFILCST0_DATA.
INCLUDE HFILCST0_SEL_SCREEN.


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:

RP_HIRE_FIRE CALL FUNCTION 'RP_HIRE_FIRE' EXPORTING beg = valid_begda end = valid_endda IMPORTING fire_date = fire_date hire_date = hire_date TABLES pphifi = phifi pp0000 = p0000 pp0001 = p0001.

HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING pernr = p0001-pernr infty = '0001' begda = it_lob-begda endda = it_lob-endda TABLES infty_tab = p0001.

HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING pernr = p0007-pernr infty = '0007' begda = it_lob-begda endda = it_lob-endda TABLES infty_tab = p0007.

HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING pernr = p0008-pernr infty = '0008' begda = it_lob-begda endda = it_lob-endda TABLES infty_tab = p0008.

HR_READ_INFOTYPE CALL FUNCTION 'HR_READ_INFOTYPE' EXPORTING pernr = p0016-pernr infty = '0016' begda = it_lob-begda endda = it_lob-endda TABLES infty_tab = p0016.



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