cancel
Showing results for 
Search instead for 
Did you mean: 

Appraisal Template - Pre defined Objectives

Former Member
0 Kudos

Hello,

Can you please tell me if its possible to have a pick list of objectives for the employee / manager to select in the appraisal template. I have explored the feasibility of using a qualification group for the same purpose by using the enhancement for qualification however I am not sure if there is another way of providing a list a objectives from a drop down list.

Thanks!

Vinay

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Vinay,

Tou can achieve this by providing Badis.

You have the option of free and fixed enhancements for criterias. Maintain all the KRAs or Goals in a custom table.

Then implement the Badi - HRHAP00_ENHANCE_FIX For fixed enhacement.

Then implement the Badi - HRHAP00_ENHANCE_FREE for free enhacement.

Code in the implementation of the badi to query the goals from the custom table when the enhancement is chosen.

Check for any standard enhancements. Then create your own filter value and create a new implementation and then assign the enhancement to the template.

To assign new filter values in the template use the tcode OOHAP_BASIC.

Hope this helps you.

Regards,

Subbu.

Answers (1)

Answers (1)

Former Member
0 Kudos

Thanks Subbu for the detailed response. Fantastic job.

Regards,

Vinay