cancel
Showing results for 
Search instead for 
Did you mean: 

Performance management

Former Member
0 Kudos

HI Gurus,

We are working on Performance management we are facing a p[roblem in OPR over all performance rating Can any one help us where can we see the overall performance rating in R/3 like in which table OPR strores

Regards

Renuka

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Are you talking about the rating in appraisal templates?

If yes, please refer to HRHAP* tables. You can't see the data directly in these tables. You need to write a report to query these tables.

Regards,

Sankar.

Edited by: RSS on Nov 17, 2008 2:50 AM

Former Member
0 Kudos

HI Sankar,

Thanks for immediate Response I want to check where the overall performance rating stores /maintained in SAP R/3 ie. Table or Tcode which we can find the OPR details .

Please do the needful.

Cheer s

Renuka.v

Former Member
0 Kudos

I assume you mean the value class. You can create these using the t-code oohap_basic.

In performance managment all tables are in the HRHAP*

Former Member
0 Kudos

Hi Krishna,

I am very thankful for your updates .

Please help me in finding Table name of Overall performance rating of all employees status in detail.

Thanks & Regards

Renuka.v

Former Member
0 Kudos

Hello,

The final appraisal (OPR i guess) in an appraisal document is stored in column 'FAPP'.

You can read the value of the cell against column 'FAPP'.

The standard function module like HRHAP_DOCUMENT_GET_DETAIL give you all the data of one appraisal document. You can retrieve your relevant data about final appraisal from there.

One suggestion: Avoid directly hitting database table as you can end up reading invalid value from a process point of view. Use standard module specially if the document is not yet completed.

Thansk&Regards,

Narendra N Shukla

Former Member
0 Kudos

Hi,

Go to Tcode sa38.

Write the program name RHHAP_DISPLAY_DB.

Here you will find all the tables realated to Appraisals.

Samriddhi