cancel
Showing results for 
Search instead for 
Did you mean: 

Custom checks on appraisee selection

Former Member
0 Kudos

Hi all,

I'm using ECC 6 and appraisal catalog PHAP_CATALOG_PA.

I need to add some custom checks when selecting the appraisee on a custom

template when the appraiser clicks on the first pushbutton of the process (eg "Set

Improvemente needs") even if the option "Next status" is set to blank.

It seems I can't call the save BADI in that case, only if I click the save button

my checks will be used.

Any suggestion?

Thanks in advance, best regards.

Angelo

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Angelo,

You can make use of the Badi definition "HRHAP00_DOC_BC".

All your business checks can be done in this badi's implementation. Clone the standard implementation if available and do the checks in the method "DO_BUSINESS_CHECK".

Hope this helps you.

Regards,

Subbu.

Former Member
0 Kudos

Thanks, Subbu, I think this could be very helpful, but it seems there's no

standard implementation (am I right?) and I need to create it from the

scratch.

Kind regards.

Angelo

Former Member
0 Kudos

Hi Angelo,

Yes. There are no standard implementations for this Badi. Create the implementation manually and associate the appropriate filter value for this implementation and activate it.

Regards,

Subbu.

Former Member
0 Kudos

It works, thanks a lot!

Best regards.

Angelo

Answers (0)