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: 

HRHAP00_DOC_SAVE BADI for Appraisal

Former Member
0 Kudos

Hi all,

I am trying to implement the above BADI for some processing to kick in when the appraisal is 'Saved' using transaction 'APPCREATE'.

So far this has not been succesful ! has anyone worked with this BADI ?. The BADI has a filter type which may have something to with the fact it is not hitting this BADI, does anyone know what this should be set to ? currently i have set this to DELETION_2_3_4 (in Planning/ In Review/In process)

any help on this BADI would be most appreaciated

Turlock Shubh

+44(0) 7973 267 250

1 REPLY 1

Former Member
0 Kudos

this badi uses interface IF_EX_HRHAP00_DOC_SAVE

the interface only is executed when function module HRHAP_DOCUMENT_CREATE or HRHAP_DOCUMENT_MODIFY is executed.

in transaction appcreate this code containing the function module is commented hence the badi is not getting called

I am also trying to use this badi and have analysed a bit. this doesn't work with transaction phap_admin_pa. If you have other intput that can help please suggest.

Edited by: Barin Desai on Dec 1, 2008 6:15 PM