cancel
Showing results for 
Search instead for 
Did you mean: 

Regarding Appraisal Detail in TO DO list in ESS

puneet
Active Participant
0 Kudos

Hi,

I am working on Appraisals in PD. I have generated Appraisal Templates in TO Do list. System is showing Appraisee Type, Appraisee Name, Appraisal Templates, Appraisal Document Type, Appraisal Doucment Status and period details in To DO list details but my client wants to display Appraisee ID also so that they can identify if they have to do appraisal of persons with same name.

If i select one document with more details then also i can't see but if final Appraiser fills the documents then he can see Person organization details.

how we can see appraisee ID in to do list or if i select one appraisal document ? Could you please help me ?

Thanks and Best Regards

Puneet

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Puneet,

You need to copy BSP appliction HAP_DOCUMENT as ZHAP_DOCUMENT and make the relevant changes in documents_todo page.

In the documents_todo page under new BSP application please go to the following point in code:

<htmlb:tableView id = "<% =CL_BSP_HAP_DOCUMENT_CS=>c_bsp_documents_todo %>">

T_DOCUMENTS_TODO structure already has appraisal ID field in it.

Add the following column :

<htmlb:tableViewColumn columnName="APPRAISAL_ID">

Make this new BSP application default via implementing BADI HRHAP00_BSP_TMPL_ST1.

Regards,

Dilek

Edited by: Dilek Adak on Apr 8, 2011 4:17 PM