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: 

Program running background

Former Member
0 Kudos

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

Former Member
0 Kudos

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

former_member188685
Active Contributor
0 Kudos

After the mail sending function call

Call this Function SO_DEQUEUE_UPDATE_LOCKS

CALL FUNCTION 'SO_DEQUEUE_UPDATE_LOCKS'.

Former Member
0 Kudos

Hi Deniz,

Write this code after the email FM and checkout any luck

SUBMIT rsconn01

WITH mode = 'INT'

WITH output = ' '

AND RETURN.

former_member705122
Active Contributor
0 Kudos

Hi,

Check this links:

Regards

Adil