SAP Reports / Programs

HVECWHR0 SAP ABAP Report - Hours worked report







HVECWHR0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You use this report to generate the employment, hours worked and wages paid declaration form for the Ministry of Labor (MINTRA)...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 HVECWHR0 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_CWHR0 - Hours worked 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 HVECWHR0. "Basic submit
SUBMIT HVECWHR0 AND RETURN. "Return to original report after report execution complete
SUBMIT HVECWHR0 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: DEN_COM = Trade Name
Selection Text: E_DIREMP = Cafeteria Address
Selection Text: E_NOMEMP = Name of the Company
Selection Text: E_TARJET = Electronic Card
Selection Text: E_TICKET = Meal Tickets
Selection Text: E_TP_COM = Type of Cafeteria
Selection Text: FORM = Output form
Selection Text: HOUR_EXT = Overtime
Selection Text: LC_YEAR = Year
Selection Text: PX_LFORM = Form
Selection Text: PX_LFVAR = Form variant
Selection Text: QUARTER = Quarter
Selection Text: R1 = YES
Selection Text: R2 = NO
Selection Text: SSOID = D .
Title: Hours worked report
Text Symbol: E02 = Error on adding element to error list
Text Symbol: 044 = Has the Enrollment submitted to MINTRA been changed?
Text Symbol: 043 = Enrollment of the Company with the Ministry of Labor
Text Symbol: 042 = Cafeteria (External to Co.)
Text Symbol: 041 = (Daily Amount)
Text Symbol: 040 = Cafeter
Text Symbol: 039 = NO
Text Symbol: 038 = YS
Text Symbol: 037 = Do workers benefit from a food program?
Text Symbol: 036 = Food Program
Text Symbol: 035 = Other Data
Text Symbol: 001 = Report data
Text Symbol: 003 = Days worked, Work.Days (Day, Mixed or Night) and Hours Worked Weekly.
Text Symbol: 004 = Days, Work.Days and Hours Worked - Employees
Text Symbol: 005 = Days, Work.Days and Hours Worked - Workers
Text Symbol: 006 = 1st M. | 2nd M.| 3rd M. | of quarter
Text Symbol: 007 = Ist month of Quarter
Text Symbol: 008 = 2nd Month of Quarter
Text Symbol: 009 = 3rd Month of Quarter
Text Symbol: 010 = Days worked, working days (Day, Mixed or Night)
Text Symbol: 011 = Overtime Worked Weekly - Wage Types
Text Symbol: 012 = Establishment





Text Symbol: 013 = Days, Work. Days and Hours Worked
Text Symbol: 020 = M
Text Symbol: 021 = T
Text Symbol: 022 = T
Text Symbol: 023 = T
Text Symbol: 024 = F
Text Symbol: 025 = S
Text Symbol: 026 = D
Text Symbol: 027 = Day
Text Symbol: 028 = Mixed
Text Symbol: 029 = Night
Text Symbol: 030 = Days
Text Symbol: 031 = Work.dys
Text Symbol: 032 = Hours
Text Symbol: 033 = Number of Days
Text Symbol: 034 = No. of Work.Days


INCLUDES used within this REPORT HVECWHR0

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