Application Development and Automation 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: 
Read only

Mailer Program Not Triggering Mail in ECC 6.0

Former Member
0 Likes
488

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
458

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.

3 REPLIES 3
Read only

Former Member
0 Likes
458

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.

Read only

Former Member
0 Likes
459

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.

Read only

Former Member
0 Likes
458

Rewarded points