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

T.code SOST

Former Member
0 Likes
1,501

Hi Friends,

When i execute my program , automatically the mail has to go. but it is stuck in SOST. again i want run the manually SOST. which do not like by end user.  how can i make automatically (immediately mail has to go).

Regards,

Muralidhar

7 REPLIES 7
Read only

Bharathi_M1
Explorer
0 Likes
1,357

Hi,

If you are using CL_BCS class, then use the method SET_SEND_IMMEDIATELY.

Thanks

Bharathi

Read only

Mohamed_Mukhtar
Active Contributor
0 Likes
1,357

Hello Muralidhar,

Schedule job for program"RSCONN01"  to send all unprocessed mails of your PRD system . In quality environment this program is not run in background to stop outgoing of mails .


Thanks

Read only

former_member201275
Active Contributor
0 Likes
1,357

You need to chat to your Basis team. I believe there is a program that is scheduled by them to run every 10 minutes or so to send these emails.

Read only

Former Member
0 Likes
1,357
Read only

Former Member
0 Likes
1,357

Hello Muralidhar,

please Schedule  program"RSCONN01"  ,it will push all mail according to the job schedule or if you are working any ZDEVELOPMENT THE TRY  LIKE THIS

SUBMIT RSCONN01 WITH MODE = 'INT' IF WANT OUTPUT = 'X'.

Thanks

Sam

Read only

former_member201275
Active Contributor
0 Likes
1,357

Hi Muralidhar,

Is your issue answered?

Read only

SwadhinGhatuary
Active Contributor
0 Likes
1,357

Hi,

SOST Tcode scheduled to executed on particular interval (Time Gap). And the time gap decided by BASIS so at end of your custom program use

SUBMIT RSCONN01 WITH MODE = 'INT' IF WANT OUTPUT = 'X'.   

which immediately dispatch ur mail , does not wait for time .