‎2008 Mar 06 11:20 AM
Hi ,
what is the use of SCOT USE .. when we use???
and use of RSCONN01 prg ......when we use??
help me.
regards,
‎2008 Mar 06 11:24 AM
Hi,
SCOT is used to do the settings of the mail server and other things needed to send the mails
RSCONN01
-
This program starts the SAPconnect send process. You can find detailed
documentation in the online help under Basis -> Services -> Communication interfaces.
HTH
Regards,
Dhruv Shah
‎2008 Mar 06 11:26 AM
Hi
The SCOT is the transaction to custimize all comunication methods, in particular to send a mail from SAP.
The program RSCONN01 is to send the mail (or other kind of message) really, when a message is created, it's not sent but stored in a container with status "Ready to be sent". This container can be managed by scot.
The program RSCONN01 gets all messages from the container and send them.
It's usually created a period jobs in order to run RSCONN01.
Max