Hi Sam,
Try below code it might help.
DATA: status_mail type bcs_stml.
status_mail = 'N'.
CALL METHOD send_request->set_status_attributes
EXPORTING
I_requested_status = status_mail
I_status_mail = status_mail.
SEND_REQUEST->set_send_immediately('X').
CALL METHOD SEND_REQUEST->send().
set send immediately will skip SOST where all the mail stores. if this work then fine or you can ask BASIS guys to set in profile .
Thanks
Paul.
Hi Sam,
Does those user maintained outlook email address in SU01?
Please refer notes(455140): https://websmp130.sap-ag.de/sap(bD16aCZjPTAwMQ==)/bc/bsp/sno/ui_entry/entry.htm?param=69765F6D6F64653D3030312669765F7361…
regards,
Archer
Add a comment