Application Development and Automation 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: 
Read only

User exit

Former Member
0 Likes
544

Is there a User exit / BADI which could be used to send e-mails to multiple addresses...

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
517

Hi,

There will be no User-Exit or a BADI with a predefined functionality. You can include a FM that sends mail in any of the BADI's or User exits.

Basically BADIs or User exits are places where you can write code customizations as the Process requires. You need to include your own code there. In there you can include a FM to send mail.

Regards,

Pramod

3 REPLIES 3
Read only

Former Member
0 Likes
517

In which T-code you want?

Read only

Former Member
0 Likes
518

Hi,

There will be no User-Exit or a BADI with a predefined functionality. You can include a FM that sends mail in any of the BADI's or User exits.

Basically BADIs or User exits are places where you can write code customizations as the Process requires. You need to include your own code there. In there you can include a FM to send mail.

Regards,

Pramod

Read only

Former Member
0 Likes
517

Hi,

ya there is a method to send e-mails.watch this thread: