cancel
Showing results for 
Search instead for 
Did you mean: 

Email Notification in web dynpro ABAP

Former Member
0 Kudos

Hi experts,

        I want to know small confirmation regarding the email notification in webdynpro.

       The requirement is once we save the data in web dynpro application a email should be sent to the particular users.  So when i am saving i could see email notification in SOST transaction  since my system doesn't have SMTP configuration i amm not sure wether the mail will be sent for eg gmail or yahoo mail. So please confirm wether the mail will be sent to particular mail once it is stored in SOST.

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi..kiran..,without proper SMTP router configuration we can't send mails to external ids. we can send mails from sap systems to external mail ids,but the router configuration must be done in scot for external mail ids For ALL Types of email ids.we can use following standard function module to send a mails to external server like yahoo or gmail any thing with FITV_POWL_SEND_EMAIL. once mail is sucessfully transferred to external server ,we can find status in SOST t code with success symbol.i am attaching image for your reference.this is success status of mail sent to external server like gmail or yahoo ...anything.

former_member184578
Active Contributor
0 Kudos

Hi,

I din't get what you are trying to say. That's what I replied, we can send to external mail IDs, like yahoo or gmail. But sometimes basis people will restrict sending mails only to client domain, like client.com. At that time if we send mail to gmail it will not deliver, Mails sent only to client.com domain will be sent.

Regards,

Kiran.

Former Member
0 Kudos

Hi Pawan,

So we can send emails to external mail ids(yahoo and google) with FM FITV_POWL_SEND_EMAIL without doing any configuration settings or we have to do any configuration settings.

Former Member
0 Kudos

Hii experts,

In email notification i was able to send only to one mail id (client's mail id).

Is it possible to send to the mail id such as gmail or yahoo.

Anyway i am doing development in my Client Development server.

I would like to know wether any settings has to be done for that.

former_member184578
Active Contributor
0 Kudos

Hi,

Yes, you can send to external mail IDs also. But I think in your server it is restricted to your client's domain. check SCOT settings.

Regards,

Kiran.

bharath_k6
Active Participant
0 Kudos

Hi Venkat,

If SMTP configuration is not present, how this being handled?

Hope, SMTP configuration and SCOT settings will be maintained by BASIS team. If you can see send requests in SOSTT-code, you should be able to see the mail-id to whom mail has been triggered in SOST t-code.

Regards,

Bharath.

Former Member
0 Kudos

Hi

Check the SCOT settings is fine, check right Ip address is assigned.

karthik.r