cancel
Showing results for 
Search instead for 
Did you mean: 

Mass create appraisal documents (Flexible performance management)

Former Member
0 Kudos

How do you mass create appraisal documents? Is there a BAdi (if so, can you tell me which one). Also, do I need to create any custom table (object) to hold details, etc? Can you guide me?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Have a look at transaction phap_prepare_pa. Here you can mass create documents. But you can also create your own report.

you have your selection criteria done, then run following function modules in a loop over your selection results.

- HRHAP_TEMPLATE_GET_DETAIL

- HRHAP_DOCUMENT_CHANGE_STATUS (if you wnat to go from in prep to in proce for example)

- HRHAP_DOCUMENT_SAVE

- HRHAP_DOCUMENT_DEQUEUE (important, otherwise you will overflow you locking tables)

Hope this helps.

Regards and Groetjes,

Maurice Hagen

Former Member
0 Kudos

How about an LSMW/BDC for transaction code PHAP_CREATE_PA.

This should help in creating appraisal documents in mass.

Hope this helps.

Best Regards.

Karan.

Former Member
0 Kudos

Hi Karan / Kumarappa,

Can LSMW suffice the requirement of bulk creation of Appraisal forms?

Thanks

Shweta

Answers (0)