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 table updation.

Former Member
0 Kudos

Hi all,

I have one problem with SOST. When ever I try to send a mail through my program, its working fine. But its not updating the status in the table SOST. Did any body have idea??

Simply how NAST will update the same way this SOST also will update right. But how we can do that..??

Please let me know. Points awarded.

1 REPLY 1

former_member223537
Active Contributor
0 Kudos

In the program after calling the FM to send mails,

write the following code:

*To force mails programmatically :

WAIT UP TO 1 SECONDS.

SUBMIT rsconn01 WITH mode = 'INT'

WITH output = 'X'

AND RETURN.