‎2008 Aug 05 1:41 AM
hi,all
when i use this function module to send external email ,a strange problem has been encountered. After executing this FM,i find that the return parameters SY-SUBRC = 0 . but when i use tcode SCOT to check the email in SAP email box,nothing has been found.
could anyone please give me a clue about where the error occur ?
‎2008 Aug 05 1:47 AM
you can try using commit work fter sy-subrc check.
and also Try calling this Function module SO_DEQUEUE_UPDATE_LOCKS
if sy-subrc eq 0.
commit work.
call function 'SO_DEQUEUE_UPDATE_LOCKS'.
endif.
‎2008 Aug 05 2:16 AM
HI,
it's really fantasic~~~i add thoes code in this program ,now it works well ~~~
thanks a lot~~~