Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Objective Setting & Appraisals

Former Member
0 Kudos

Hi,

I have to design a Custom Smartform for Objective Setting & Appraisals.

Is there any option to attach the custom form replacing the standard form also how to get the data and which tables the data is stored.

Regards,

Ramu N.

1 REPLY 1

Former Member
0 Kudos

Hi Ramu,

There is a BADI to attach custom smartforms to the appraisal document.

You can search that in transaction SE18. It should be HRHAP00_SMARTFORM.

The data is stored in HRHAP* tables and you can see them using a report RHHAP_DISPLAY_DB. The primary key for all af them is Appraisal_ID, so you can easily read data.

Only thing I do not know is how to read data from HRHAP_NOTES table (this is a sap script table).

Regards

Raghu