Skip to Content
Technical Articles
Author's profile photo Former Member

Enable Email Notification in Notification Channel Framework

Sometimes we need to trigger Email Notifications to User’s inbox in sync with FLP notification. This step by step approach helps to set up email notification in SAP Systems.

This feature is available in  SAP_GWFND 754 onwards  in SAP Gateway software component. Hence the prerequisite for Email notification is in or above SAP_GWFND 754 SP0.

Step 1 : Choose Notification Type for which you want to enable email Notification.

Step 2 : In the Notification Provider class, set the flag IS_EMAIL_ENBLD as below

It should be done in method GET_NOTIFICATION_TYPE.

When Notification will be triggered , the flag will be set in table /IWNGW/NTYPE.

 

Step 3: Go to transaction /IWNGW/VNPUSHP and activate the SAP_EMAIL push channel.

 

Step 4: Go to User settings in Fiori Launch Pad(FLP). Enable the email Notification in FLP as below and

Step 5: Now trigger notifications and you should get the email notification in your inbox

Conclusion:

This can be tested in demo transaction /IWNGW/BEP_DEMO , with provider ID /IWNGW/DEMO_EXT

Now the demo notification should appear in User’s Inbox.

Assigned Tags

      2 Comments
      You must be Logged on to comment or reply to a post.
      Author's profile photo Sumita Nagpal
      Sumita Nagpal

      Hello,

      I tried to test with demo transaction /IWNGW/BEP_DEMO with provider ID /IWNGW/DEMO_EXT.

      I got the notification in Fiori Launchpad but didn't get email notification.

      Can you help me how to get email notification?

      Thanks,

      Sumita

      Author's profile photo Jan Mattfeld
      Jan Mattfeld

      You might want to check the message queue via SOST. If the messages are still waiting, try sending them manually and/or create a background job.