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

scot tcode use

Former Member
0 Likes
5,992

Hi ,

what is the use of SCOT USE .. when we use???

and use of RSCONN01 prg ......when we use??

help me.

regards,

2 REPLIES 2
Read only

dhruv_shah3
Active Contributor
0 Likes
3,196

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

Read only

Former Member
0 Likes
3,196

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