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: 

I am facing with an interesting problem

Former Member
0 Kudos

Hi all,

I have a function to send emails.

And I have sent email from this function via se37.

What is strange is that, I am using the same function in code and not able to send email!

What is the problem?

Thanks in advance.

deniz.

1 ACCEPTED SOLUTION

former_member181962
Active Contributor
0 Kudos

Use the following statement after the call to the function module to send mail.

SUBMIT rsconn01 AND RETURN.

Regards,

Ravi

2 REPLIES 2

former_member194669
Active Contributor
0 Kudos

Try to give COMMIT WORK after the function module call and check

and also check SCOT whether your mail still in the queue

former_member181962
Active Contributor
0 Kudos

Use the following statement after the call to the function module to send mail.

SUBMIT rsconn01 AND RETURN.

Regards,

Ravi