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

Program running background

Former Member
0 Likes
495

Hi all,

I have a program running background and trying to send email.

But it is not sendind email, they are all at 'No entry in queue yet'

What could be the problem?

It is sending email while running normally.

Thanks a lot.

Deniz.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
460

Hi Deniz,

Write this code after the email FM and checkout any luck

SUBMIT rsconn01

WITH mode = 'INT'

WITH output = ' '

AND RETURN.

4 REPLIES 4
Read only

Former Member
0 Likes
460

After the mail sending function call

Call this Function SO_DEQUEUE_UPDATE_LOCKS

CALL FUNCTION 'SO_DEQUEUE_UPDATE_LOCKS'.

Read only

Former Member
Read only

Former Member
0 Likes
461

Hi Deniz,

Write this code after the email FM and checkout any luck

SUBMIT rsconn01

WITH mode = 'INT'

WITH output = ' '

AND RETURN.

Read only

Former Member
0 Likes
460

Hi,

Check this links:

Regards

Adil