Technical Articles
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.
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.
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
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.