‎2006 Aug 23 1:39 PM
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
‎2006 Aug 23 1:45 PM
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