cancel
Showing results for 
Search instead for 
Did you mean: 

Create MBO appraisals with own report

Former Member
0 Kudos

Hi,

I need to create a report that automatically creates appraisals with the new appraisal model in MBO for several object.

My idea was to use a text file as input and use functions or BADIs/BAPIs to create the appraisal. And there is my problem: I can't find any BAPI or function that does this.

Does anyone has a similar problem or a solution for me?

Thanks

Michael

Message was edited by: Michael Fecke

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hello Michael,

The previous mentioned BAPI is not working for OSA.

For OSA to create a document do following steps

Call FM HRHAP_TEMPLATE_GET_DETAIL

maybe do a status change depending on your process via

HRHAP_DOCUMENT_CHANGE_STATUS

save the document

HRHAP_DOCUMENT_SAVE

Unlock it

HRHAP_DOCUMENT_DEQUEUE.

That should do the trick.

You can also have a look at our standard preparation reports (transaction phap_prepare_pa) which do something simular.

Regards and Groetjes,

Maurice

Former Member
0 Kudos

Hi Michael,

Try Using BAPI BAPI_APPRAISAL_CREATE

-Bharat