SAP Reports / Programs | Payroll | Norway(PY-NO) SAP PY

RPOVTMV0 SAP ABAP Report - Norway Overtime Reporting







RPOVTMV0 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 generate information on overtime hours worked by an employee...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 RPOVTMV0 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_M20_OVTM - Overtime Reporting


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 RPOVTMV0. "Basic submit
SUBMIT RPOVTMV0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPOVTMV0 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: P_VAR = D .
Title: Norway Overtime Reporting
Text Symbol: S16 = Overtime Limit Hours
Text Symbol: S17 = Overtime Date
Text Symbol: S18 = Limit Hours Per Day
Text Symbol: S19 = Limit Hours Per Month
Text Symbol: S20 = Limit Hours
Text Symbol: S21 = Contract Working Hours
Text Symbol: S22 = Total Working Hours
Text Symbol: S23 = Total More Time
Text Symbol: S24 = Total Overtime Hours
Text Symbol: S25 = Exemption Indicator
Text Symbol: S26 = Status
Text Symbol: S27 = Limit Hours Per 52 / 26 Weeks
Text Symbol: S28 = Seriousness
Text Symbol: S30 = INFO: This employee has manag/indep exemption
Text Symbol: S31 = Name
Text Symbol: S32 = ID Number
Text Symbol: S36 = This employee has health exemption
Text Symbol: S98 = Pre-Sort Based On Periodicity
Text Symbol: S99 = Pre-Sort Based On Seriousness
Text Symbol: T01 = Confirmation
Text Symbol: S15 = End Date
Text Symbol: S14 = Begin Date
Text Symbol: S13 = Agreement Type
Text Symbol: S12 = Personnel Number
Text Symbol: S11 = ERROR: Health Reason Exemption Present For Employee
Text Symbol: S10 = This employee is exempted from overtime work
Text Symbol: S09 = On
Text Symbol: S08 = Output
Text Symbol: S07 = Yearly Report ( 52 or 26 Weeks )
Text Symbol: S06 = Monthly Report ( 4 Weeks )
Text Symbol: S05 = Weekly Report ( 7 Days )
Text Symbol: S04 = Daily Report
Text Symbol: S03 = Report Types
Text Symbol: S01 = Agreement Details
Text Symbol: S00 = Norway Overtime Reporting
Text Symbol: I02 = Do you want to leave the list display?





Text Symbol: E02 = Error in work schedule, please check!
Text Symbol: E01 = Error In Feature
Text Symbol: 003 = Seriousnes
Text Symbol: 002 = More Hrs
Text Symbol: 001 = Contract Hours


INCLUDES used within this REPORT RPOVTMV0

INCLUDE RPOVTMV0_TYPES.
INCLUDE RPOVTMV0_DATA.
INCLUDE RPOVTMV0_SCREEN.
INCLUDE RPOVTMV0_MAIN.
INCLUDE RPOVTMV0_FORMS.


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