Application Development 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: 

Problem with SOST transaction

Former Member
0 Kudos
179

Hi Gurus,

Can anyone please suggest what might be the problem to the scenario that occurred which is explained below...

I have tried to send the Mail via program , the SOST has been Configured to send the Mail in a couple of days say 10 days or so to the required destination, but the mails which i had sent had reached to the destination immediately without even getting stored in the SOST transaction.

Please suugest me as to what might be the problem , that such a scenario had occured.

Thanks and regards,

VIJAYB.

6 REPLIES 6

g_srivastava
Active Contributor
0 Kudos
115

Hi Vijay,

Can you please let us know bit more about the modules you used in the code.

Have a best day ahead.

Former Member
0 Kudos
115

HI Srivastav,

SD module is the answer to your question, Can you please suggest the problem to this?

Thanks

VIJAYB.

0 Kudos
115

Hi Vijay,

I think that the job scheduling has some issues. I am sending you a link for the mail setup. Please have a look.

Link:[Mail|http://www.sdn.sap.com/irj/scn/weblogs;jsessionid=(J2EE3417400)ID0849720150DB00598078931924295320End?blog=/pub/wlg/789]

Have a best day ahead.

0 Kudos
115

Hi,

Check if you are using send immediate option in the program.

KR Jaideep,

0 Kudos
115

when your output type is generated does send immediately is checked?

Former Member
0 Kudos
115

Hi,

First of all you can not set the timing for selected mails only but in broder way you can set the settings for how much time you want to take to send mails the procedure is as follows

GO To SOST--->under period tab>click on utilitities>select send job-->one pop upwindow will appear

in that mention as follows

JOB--->SEND SAPCONNECT INT

ADDRTYPE---->INT

PERIOD---->as per your requirement

with this settings you can achieve your requirement even when in your program you are mentioning send immediately.