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
Below is a list of transaction codes which are relevant to this SAP report
PC00_M17_CWHR0 - Hours worked report
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: 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
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.