Monday 12 September 2011

To send the mails from SOST to user

To send the mails from SOST to user u have to call one routine.
  FORM sendmail_from_sost .

  SUBMIT rsconn01
  WITH mode EQ 'INT'
  AND RETURN.

  MESSAGE text-001 TYPE 'I'.

  ENDFORM.  

If u call the above submit it will autometically send mails from the SOST.

No comments:

Post a Comment