Skip to Content
0
Former Member
Nov 21, 2012 at 12:53 PM

Send mail without COMMIT WORK

519 Views

Hello.

I need send a mail during a creation of an action (for example, a hiring, saving first the infotype 0000, next the 0001...)

I try with two module functions, SO_DOCUMENT_SEND_API1 and HR_FBN_GENERATE_SEND_EMAIL, but both of them needs to make a commit work. This commit work doesn't works fine during an action (and is dangerous, I'm not sure if I should do it).

Is there any module function to send mails that not need the commit work?

Thanks.