cancel
Showing results for 
Search instead for 
Did you mean: 

Email Triggering upon employee updation of Personnel Info in ESS

Former Member
0 Kudos

Hi Gurus,

I have configured a new infotype 22 in Personnel info through that employee can update his educational details through ESS and it will update the infotype 22. I have done with this discussion

Now I want a modification to this so that once a employee update a information in Personnel info in ESS, a mail should trigger to the manager and HR admin.

Please suggest me what to do.

Regards,

Namsheed.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Check this blog:

http://scn.sap.com/community/erp/hcm/blog/2012/05/06/ess-personal-information-record-with-locked-sta...         
         
"RFC's used for add/change/update are as follows :

HRXSS_PER_P0021_IN
HRXSS_PER_DELETE_P0021_IN
HRXSS_PER_EDIT_P0021_IN
HRXSS_PER_MODIFY_P0021_IN
HRXSS_PER_NEW_P0021_IN
HRXSS_PER_READ_P0021_IN.

"

Regards

Former Member
0 Kudos

Hi Wilman,

Thanks for the detailed link.

In my case I don't want to lock the data entered by the employee. I just want to send a mail to HR Head once employee update his data.

Also I have used enhancements and added infotype 22 to the personnel info. So all these Badis, FMs etc will work in my case..?

Regards,

Namsheed

Former Member
0 Kudos

Hi.

This link apply for you. You have that modify you code. You can check this with you  SAP ABAP consultant

You can create an enhacement in this :

HRXSS_PER_EDIT_P0021_IN

HRXSS_PER_MODIFY_P0021_IN

Check this function modules for more help.

http://scn.sap.com/thread/1805034

http://scn.sap.com/thread/507394

http://scn.sap.com/thread/3490671

Regards