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

Sending Email

Former Member
0 Likes
278

Hi all,

I am sending mail.

But I am getting one dialog box when I send the email from my program.

" SAP Connect : List Sending Process".

How to avoid that.

Hi all,

I am sending mail.

But I am getting one dialog box when I send the email from my program.

" SAP Connect : List Sending Process".

How to avoid that.

1 REPLY 1
Read only

Former Member
0 Likes
258

Hi,

Check if this helps...

instead of SUBMIT rsconn01.

try putting SUBMIT rsconn01 WITH output = ' ' AND RETURN.

Cheers,

Jose.

Edited by: Jose on Jun 23, 2008 2:25 PM