‎2016 Feb 24 12:29 PM
Hi,
I am working on BADI 'NOTIF_EVENT_SAVE'.
In this badi, QMART is defined as a filter criteria. I dont want to restrict the implementation to any specific notification type..
Is there any way to avoid this filter criteria ?
‎2016 Feb 24 3:32 PM
‎2016 Feb 25 7:12 AM
Hello Shruti,
You won't be able to disable the filters as SAP has delivered it as Filter dependent.
Instead you can set a Generic value like below, so that the implementation will be accounted for all Notification types or Add all the notification types in the filter.
Regards,
Thanga