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

TrCode : SOST

Former Member
0 Likes
3,075

Hi Frendz,

Using SOST tccode, we can see successful (Green ) and Fail (Red) (Email not send) , ? before they were manually resending the error messages , now the requirement is to create a program to resend this Red status email ? so for this requirement can u give me any ideas to develop ?

points for sure..

Regards

Srini

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
2,580

Srini,

See the report program <b>RSCONN01</b>, this is the one which is working in sap to send mails. you may find related tables over there.

rgds,

TM

12 REPLIES 12
Read only

Former Member
0 Likes
2,580

hi

use ST05...activate the trace and run the sost ..after that deactivate the trace ..goto overview..it'll list u all the tables..

wont b easy task...

Reward points if it helps

regards

Gunjan

Read only

Former Member
0 Likes
2,581

Srini,

See the report program <b>RSCONN01</b>, this is the one which is working in sap to send mails. you may find related tables over there.

rgds,

TM

Read only

Former Member
0 Likes
2,580

Hi srini,

Resend to the User or again to the receipient ?

I hope you can send the waiting mails not the Error ones.

Whatevr time u exe the program it always ends with errors.

Thru some light on <b> RSCONN* pgms </b>

Rgds,

Jothi.

Read only

0 Likes
2,580

hi jothi,

i want to resend the messages which has Red Status ( error ), which has to resend to reciepeint again ? and this messages has to be submitted in background (batch job/ program that is scheduled periodically )? can u give me some ideas

Read only

0 Likes
2,580

I got another idea,

Write a program for SOST with BDC, selecting only Error Transmissings from the Selection Screen. Schedule it as a job.?

Will that fit for you?

rgds,

TM.

Read only

0 Likes
2,580

USe the repeat send option in SOST for Error Document.

This will trigger the error documents once again.

Major problem with SCOT is sender address should be maintained in the user master.

Read only

0 Likes
2,580

Hi Ajay,

can u tell me how to use repeat send option in SOST in Error Document ? Thanks in advance...

Read only

0 Likes
2,580

Hi Srini,

Call transaction SOST. Sort the list using column

Status. Select the row with the Red symbol and click

on the button Repeat Send which is 4 button (next to Trace button) . This will automatically send

the document out to SCOT.

Note : SCOT transaction must be scheduled to send the document. or go to scot and send the document from there.

Regards

Ajay

Read only

Former Member
0 Likes
2,580

Hi Srini,

You have to execute the program RSCONN01 to pick up the entries from SOST transaction.

You run this program. We had the same problem and got it done this way.

Thanks & Regards,

YJR.

Read only

Former Member
0 Likes
2,580

Hi,

I have an issue.

In Transaction SU01, Parameter Tab, There is a Parameter called SOST.- User settings

It has value as "XXXX X X3XXX XX"

What does it mean? How this setting for each user will affect the user ?

Thanks,

Sam

Read only

Former Member
0 Likes
2,580

Hello Srini

I have the same problem to resend messages with red status.

Do you have a solution to this?

Thanks,

Maurício Flauto

Read only

Former Member
0 Likes
2,580

Use below table :

SOOS

SOST

look at SOST table when you have message type - 'E' then resend email.