Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Filter Dependent BADI

Former Member
0 Likes
1,433

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 ?

2 REPLIES 2
Read only

RaymondGiuseppi
Active Contributor
0 Likes
1,051

Set filter value to "**"

Regards,

Raymond

Read only

ThangaPrakash
Active Contributor
0 Likes
1,051

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