SAP Reports / Programs | Personnel Time Management(PT) SAP PT

RPTCMP00 SAP ABAP Report - Time Leveling







RPTCMP00 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report creates a list of employees for time leveling...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 RPTCMP00 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

PW61 - Time Leveling


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 RPTCMP00. "Basic submit
SUBMIT RPTCMP00 AND RETURN. "Return to original report after report execution complete
SUBMIT RPTCMP00 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: ZEITART = Time type for Time Recording
Selection Text: TAG_LIST = Day view
Selection Text: SW_LLERG = Display
Selection Text: SW_DIFF = Display
Selection Text: SHOWONLY = Display data only
Selection Text: PER_LIST = Period view
Selection Text: DIFF = Minimum difference (hours)
Selection Text: BEL_LIST = Document View
Title: Time Leveling
Text Symbol: 126 = Result: Status
Text Symbol: 152 = Description
Text Symbol: 153 = Color
Text Symbol: 160 = Minor shortfalls/excesses in min./max. results
Text Symbol: 161 = Major shortfalls/excesses in min./max. results
Text Symbol: 162 = Documented times fall short of the planned working time
Text Symbol: 163 = Documented times exceed the planned working time
Text Symbol: 164 = Symbol
Text Symbol: S10 = Initial list
Text Symbol: S11 = Level 1: period view
Text Symbol: S12 = Level 2: day view
Text Symbol: S13 = Level 3: document view
Text Symbol: S20 = Time recording
Text Symbol: S21 = Time type for productive hours
Text Symbol: S30 = Difference (documented time - working time)
Text Symbol: S31 = Display difference
Text Symbol: S32 = Minimum
Text Symbol: S33 = hours
Text Symbol: S34 = Hide employees
Text Symbol: S40 = Values from Incentive Wages
Text Symbol: S41 = Display planned time
Text Symbol: S42 = Display result
Text Symbol: 125 = Difference: Status
Text Symbol: 001 = Incorrect version of cluster L1!
Text Symbol: 002 = Incorrect version of cluster B1
Text Symbol: 003 = Incorrect version of cluster B2
Text Symbol: 004 = Imported version:
Text Symbol: 005 = Version of this report:
Text Symbol: 008 = Display





Text Symbol: 009 = Create
Text Symbol: 010 = Administrator
Text Symbol: 018 = A
Text Symbol: 019 = A
Text Symbol: 020 = No evaluation for employees as of here
Text Symbol: 021 = Employee not yet evaluated
Text Symbol: 022 = Employees not active from this point
Text Symbol: 023 = Employees active from this point
Text Symbol: 024 = Employees not active at this point
Text Symbol: 025 = No employees selected
Text Symbol: 031 = Wk.time
Text Symbol: 032 = Doc.
Text Symbol: 033 = Target time
Text Symbol: 034 = Difference
Text Symbol: 035 = Result
Text Symbol: 070 = You are already processing the first employee
Text Symbol: 071 = You are already processing the last employee
Text Symbol: 111 = Period view
Text Symbol: 112 = Period
Text Symbol: 113 = Key date
Text Symbol: 116 = Day view
Text Symbol: 118 = Person
Text Symbol: 121 = PerNo
Text Symbol: 122 = Day
Text Symbol: 123 = Name


INCLUDES used within this REPORT RPTCMP00

INCLUDE RPPPXD00.
INCLUDE RPPPXD10.
INCLUDE RPPPXM00.
INCLUDE RPC1L100.
INCLUDE RPC1G100.
INCLUDE RPC1B100.
INCLUDE RPC2B200.
INCLUDE MP53LT30.
INCLUDE RPUMKC00. "K11K082677
INCLUDE RPTL9510.
INCLUDE RPTL9610.
INCLUDE MPZDAT02. "P30K051585
INCLUDE FP51TPRT. "P30K051585


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:

RS_SUBMIT_INFO CALL FUNCTION 'RS_SUBMIT_INFO' "P30K033131 IMPORTING "P30K033131 P_SUBMIT_INFO = P_SUBMIT_INFO. "P30K033131

TELEPHONY_ACTIVE_GET CALL FUNCTION 'TELEPHONY_ACTIVE_GET' "ALRK000603 IMPORTING "ALRK000603 ACTIVE = TELEPHONY_ACTIVE. "ALRK000603

HR_DETAIL_PICK CALL FUNCTION 'HR_DETAIL_PICK' EXCEPTIONS OTHERS = 1.

HR_COMMON_UCOMM CALL FUNCTION 'HR_COMMON_UCOMM' EXPORTING UCOMM = SY-UCOMM SHOW_ONLY = SHOW_ONLY IMPORTING UCOMM_RESULT = UCOMM_RESULT TABLES PERNRS_FOR_UCOMM = PNRLIST_UCOMM EXCEPTIONS OTHERS = 1.

HR_COMMON_UCOMM CALL FUNCTION 'HR_COMMON_UCOMM' EXPORTING UCOMM = SY-UCOMM SHOW_ONLY = SHOW_ONLY IMPORTING UCOMM_RESULT = UCOMM_RESULT TABLES PERNRS_FOR_UCOMM = PNRLIST_UCOMM EXCEPTIONS OTHERS = 1.

HR_DETAIL_UCOMM CALL FUNCTION 'HR_DETAIL_UCOMM' EXPORTING UCOMM = SY-UCOMM IMPORTING UCOMM_RESULT = UCOMM_RESULT TABLES PERNRS_PROTOCOL = PNRPROT EXCEPTIONS OTHERS = 1.

HR_DETAIL_HEADER CALL FUNCTION 'HR_DETAIL_HEADER' EXCEPTIONS OTHERS = 1.

HR_DETAIL_HEADER CALL FUNCTION 'HR_DETAIL_HEADER' EXCEPTIONS OTHERS = 1.



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