cancel
Showing results for 
Search instead for 
Did you mean: 

program "RSCONN01"

Former Member
0 Kudos

Dear Experts,

I have a question regarding the program "RSCONN01". Is this the right program for sending e-mail messages from SAP to outside? Meaning i want to send e-mail messages to other domain name like yahoo.com etc.... If it is the right program? Kindly advise to me proper procedure on how to configure it.

Another question, while sending e-mail messages outside using program "RSCONN01" is there any table in SAP affected. Affected in a way that table becomes bigger in size.

Regards,

Accepted Solutions (0)

Answers (1)

Answers (1)

raguraman_c
Active Contributor
0 Kudos

Hi,

RSCONN01 is the correct program. Go Ahead and use it, But you don't have to do anything special. Just configure SCOTT job.

As for Table entry is concerned. It won't cause much concern. It will just store the sent details.

This will solve your problem. Feel free to revert back.

--Ragu

Former Member
0 Kudos

Hello Ragu,

What specific table name is affected in this process?

Regards,

Former Member
0 Kudos

You can investigate this for yourself using ABAP trace transaction ST05. Activate the SQL trace for the program affected, and force a execution of the RSCONN1. After that deactivate the TRACE and you will be able to display the tables affected in the sending of emails.

You should also force the creation of an email (with option System --> Short Message) in SCOT while the TRACE is active, so as you can see in which tables the emails are stored.

regards

Antonio

raguraman_c
Active Contributor
0 Kudos

Hi,

I really wonder why you go so much indepth for just sending mails!!! Have you got any reporting requirement. Please elaborate or else close this thread.

Feel free to revert back.

--Ragu

Former Member
0 Kudos

Ragu,

The reason why i need to know those tables is because it it part of our on-going project here. We need to determine what tables affected?

Regards,