‎2008 Apr 10 6:52 AM
Hi Experts,
We have upgarded from 4.6b to ECC 6.0,
In an program we are using function module
SO_NEW_DOCUMENT_ATT_SEND_API1
It was working fine 4.6b but In ECC it is not triggering mail to an internet address mentioned.
In SBWP I can see the mail in the out box, but the mail details are not appearing in SOST transaction.
Does any more specific setting required.
Even I am not getting any Exceptions while running the FM.
Thanks in Advacne,
Regards,
IFF
‎2008 Apr 10 6:58 AM
Check whether the domain is maitained in SCOT
goto settings -> Default Domain. there maintain ur domain stating xxxx.com
Then try with ur mail sending program.
hope this would help u.
Thanks and regards,
Venkat.
‎2008 Apr 10 6:58 AM
Hi,
Check if commit_work parameter of ur func module = 'X'.
Check the sy-subrc value after the FM.
In SOST in send status tab check all the check boxes n execute
in ur program add this piece of code...just below the FM SO_NEW_........
If sy-subrc = 0.
wait up to 1 seconds.
submit rsconn01 with mode = 'INT' and return.
endif.
.
Cheers,
jose.
‎2008 Apr 10 6:58 AM
Check whether the domain is maitained in SCOT
goto settings -> Default Domain. there maintain ur domain stating xxxx.com
Then try with ur mail sending program.
hope this would help u.
Thanks and regards,
Venkat.
‎2008 Apr 18 5:22 AM