SAP Reports / Programs | Payroll | Portugal(PY-PT) SAP PY

RPCOVRP0 SAP ABAP Report - HR-PT: Overtime Record







RPCOVRP0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for HR-PT: Overtime Record The purpose of the Overtime Record is to generate a report of the overtime work performed by each employee in the company, substituting the overtime registration book...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 RPCOVRP0 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_M19_COVR - HR-PT: Overtime Record


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 RPCOVRP0. "Basic submit
SUBMIT RPCOVRP0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPCOVRP0 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: SE_YEAR = Year
Selection Text: SE_MONTH = Month
Title: HR-PT: Overtime Record
Text Symbol: UNK = Unknown error
Text Symbol: 062 = Period
Text Symbol: 038 = Visa of
Text Symbol: 037 = Selection period
Text Symbol: 036 = (days)
Text Symbol: 035 = I | T
Text Symbol: 034 = I | T | I | T | I | T
Text Symbol: 033 = Period |Increase
Text Symbol: 032 = current | basis | Extra charge | gross |
Text Symbol: 031 = previous|
Text Symbol: 030 = worker
Text Symbol: 029 = (hours)
Text Symbol: 028 = Total
Text Symbol: 027 = On months| On month| Remuner.
Text Symbol: 026 = complementary weekly mandat.
Text Symbol: 025 = Reason
Text Symbol: 024 = equalization
Text Symbol: 023 = rest rest
Text Symbol: 022 = Working days Pub.holidays
Text Symbol: 021 = Names
Text Symbol: 020 = equalization
Text Symbol: 019 = Rest
Text Symbol: 018 = Days of Days of
Text Symbol: 017 = rest
Text Symbol: 016 = Amount to pay
Text Symbol: 015 = Total hours
Text Symbol: 014 = Replacement
Text Symbol: 013 = Number of hours
Text Symbol: 012 = /
Text Symbol: 011 = Place of work :
Text Symbol: 010 = Public employer:
Text Symbol: 009 = of
Text Symbol: 008 = of
Text Symbol: 007 = Rendered on
Text Symbol: 006 = Page no.:





Text Symbol: 005 = OVERTIME RECORD
Text Symbol: 004 = in
Text Symbol: 003 = Process employee no.
Text Symbol: 002 = Catastrophe
Text Symbol: 001 = WorkIncrease


INCLUDES used within this REPORT RPCOVRP0

INCLUDE RPCTABP0.
INCLUDE RPUTILP0.
INCLUDE RPCOVRPO.


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_SET_NAME_FORMAT CALL FUNCTION 'RP_SET_NAME_FORMAT' EXPORTING REPID = sy-repid IMPORTING format = gv_ename_format.



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