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: 

Mail triggering while a PA30 absences (infotype 2001) deletion

former_member217176
Participant
0 Kudos

Hi experts,

I want send mail from system to employee while his applied leave is deleted from system

in PA30 infotype 2001 .

Please suggest me the correct BADI or exit for this.

Regards

Jayaraj

3 REPLIES 3

GauthamV
Active Contributor
0 Kudos

Use this exit.

PBAS0001

shafiq_rehman3
Active Contributor
0 Kudos

above mentioned user exit has two functions, you need to pick EXIT_SAPFP50M_002

or you can also try this badi HRPAD00INFTY, user exits are becoming old news now.

Former Member
0 Kudos

Hi,

You can also use Dynamic Actions' to send an e-mail

Table T588Z for dynamic actions

Create an entry in T588Z by SM30 view V_T588Z

infotype : 2001

subtype :

Fname: <Field_name>

OPERA: Operation

VINFO : NEFZG_AWART(RPLSVDA0) where NEFZG_AWART is a sub routine in program RPLSVDA0

Regards

Krishna