cancel
Showing results for 
Search instead for 
Did you mean: 

ESS - Performance Mangement

Former Member
0 Kudos

Hi All,

I am working in Performnace Management - Appraisal Document. In the tab Individual Target when I save the rating description , can you kindly tell me in which table this gets saved and also is ther FM to retrieve the appraisal details based on the user id.

Thanks,

KM

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi KM,

You may use the FM HRHAP_DOCUMENT_GET_DETAIL for appraisal document data,but again you have to pass the document ID to retrieve the information.For your requirement:

a)Find PERNR from PA0105(Input User ID)

b)Pass PERNR in HRHAP_APPEE and retrieve the document ID

c)PAss the document iD in FM

Hope this info will help..

Thanks & Regards,

Sushil

siddharthrajora
Product and Topic Expert
Product and Topic Expert
0 Kudos

You can use the badi HRHAP00_VAL_DET.

HRHAP_DOC_FINAL_READ_VALUE

SELECT * FROM hrhap_final INTO lw_final

for reading the ratig

Use program RHHAP_Display_DB (TCode SE38). Once you execute this program, you will find the list of tables.

To get the Rating for specific PERNR, logic will be:

1. Get the Appraisal document ID from HRHAP_APPEE.

2. Form this Appraisal document ID go to table HRHAP_Final and fetch the value of the performance rating.

HRHAP_APPEE

HRHAP_APPER

HRHAP_BASIC

HRHAP_FINAL

HRHAP_FURTHER

HRHAP_OBJECT

HRHAP_OTHERS

HRHAP_PART

HRHAP_PROCESS

HRHAP_P_APPER

HRHAP_T