cancel
Showing results for 
Search instead for 
Did you mean: 

Mail sending problem

Former Member
0 Kudos

Hi ,

I had a problem in sending mail . The mail id's are being picked properly from the method . But the mail is not sending to Receipent .

Could you please let me know , for what are the fields binding needs to be done when sending the mail ..

Thanks&regards

Srinivas

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

There could be a problem in any of the following.

1. as you said that the mail addresses are picked up from the method,check whether the mail id's are populated in the send mail step from the workflow log, if they are not populated then the problem should be in the binding.

2. if the mail id's are picked up correctly, then check whether the configuration in the SCOT has been done properly by checking with the Basis people.

you should be able to find the error in the workflow log. please check that and take action accordingly.

Regards,

Sam

Answers (2)

Answers (2)

Former Member
0 Kudos

Little more details....

are you using the send email method ?

if you use send email you dont really need any bindings just pass the email ID's

if you have multiple mail ids put it in a multiline element and then do it.

0 Kudos

Hi,

Many things:

1. Are you using the send mail step in the workflow builder to send the mails? If yes then check the workflow log... Once the workflow has been triggered just go to the event trace and check the log.

2. If you are not using the send mail and using the function module to send the mail then also check the workflow log for any errors.

3. In both the cases the system should be configured to send mails. Check the settings in SCOT and check this link to be sure that everything is in the right place:

/people/thomas.jung3/blog/2004/09/08/sending-e-mail-from-abap--version-610-and-higher--bcs-interface

http://help.sap.com/saphelp_nw2004s/helpdata/en/2b/d925bf4b8a11d1894c0000e8323c4f/frameset.htm

The binding requires the email addresses to whom the email has to be sent and the document content which consists of the email subject and email body.

Hope this helps,

Sudhi