cancel
Showing results for 
Search instead for 
Did you mean: 

Mass creation of Appraisals

Former Member
0 Kudos

Hi all,

I am writing a program to mass create Appraisal documents before every appraisal cycle by using function module HRHAP_DOCUMENT_CREATE. When I debug the program the function module is returning a new appraisal id for each employee procesed in the loop, however only one appraisal document is created in the database. Can anyone throw some light on this issue or has anyone created any mass generation program for appraisals.

Useful answers will be rewarded.

Regds

Thiru

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

why don't you use transaction PHAP_PREPARE?

Former Member
0 Kudos

Hi Andy,

We are not using org structure and are using a customised infotype for maintaining the hierarchy. If we use PHAP_PREPARE, we will still need to create a program which will be called via PHAP_PREPARE after implementing the BADI HRHAP00_DOC_PREPARE.

Regds

Thiru

Former Member
0 Kudos

which is still easier because you can reuse the standard functionality, you just have to change the appraiser and appraisee (from your infotype than)