cancel
Showing results for 
Search instead for 
Did you mean: 

Appraisals Workflow

Former Member
0 Kudos
42

Hi,

My HR Consultant has configured Appraisals. The Employee goes to Infotype 25 and enters the appraisal rating and saves, than the Appraisal goes to the Manager there he can change the ratings and complete the process.

Now my client wants an intimation to the manager by mail when the employee fills the Ratings. I have Switch on the event trace and created a Appraisal now no event has been captured.

How can I send my to the manager when an employee creates an Appraisal.

Regards,

Ramu N.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

The object you will be using will be BUS7026. You may have to extend via a delegate.

Regards

Gareth

Former Member
0 Kudos

Hi,

I have Maintained entries in SWEHR1 and SWEHR2. I have used BO BUS7026 and event CompletedAppraisal.

Now I have created new Appraisal for an employee. I have than checked the Event Trace. No event trace has been captured. Is there any thing I should maintain other than SWEHR1 and SWEHR2.

Regards,

Ramu N.

former_member186746
Active Contributor
0 Kudos

Hi Ramu,

In SWEHR3, you can customize that a change on a particular infotype triggers a check function module to determine which event should get raised.

I think in your case, you have to place a break-point (if this doesn't work use an endless loop and debug in SM50) in the FM you're using, to check if the logic works for determining the event.

Kind regards, Rob Dielemans

Answers (1)

Answers (1)

KjetilKilhavn
Active Contributor
0 Kudos

You probably need to set up the event creation first. Search the forum for previously answered questions, use keyword SWEHR3. That should give you enough information to get started and probably solve the problem.