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

reg:program RSCONN01

Former Member
0 Likes
375

what is the use of the program RSCONN01.

and also it is used along with FM SO_OBJECT_SEND.

can any one help me.

with regards

1 REPLY 1
Read only

Former Member
0 Likes
314

It is the equivalent of doing a Utilities->Start Send Process in SOST Transaction.

Sometimes, the mails get blocked in the queue. In order to send the mails from the buffer area, we have to submit this program.

This program basically starts the send process.

after the call to the Fm SO_OBJECT_SEND.

If the call is successful, then yo can submit RSCONN01 program.

SUBMIT rsconn01 WITH mode = 'INT'

WITH output = 'X'

AND RETURN.

Regards,

ravi