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

problem in creating new implementation for filter dependent badi

Former Member
0 Likes
1,428

Hi Experts,

I want to use badi NOTIF_EVENT_POST.It is a filter dependent badi. It is asking filter type while implementing thro se19. Could anyone pls tel me how to create new implementation for the filter dependent badi. Existing filter type is QMART. is there any problem if i change the filter type?

Thanks in Advance!

7 REPLIES 7
Read only

Former Member
0 Likes
1,157

This message was moderated.

Read only

0 Likes
1,157

Hi Ravi,

Thanks for ur reply. Now i have implemented one badi thro se19.Problem is not able to activate the badi. It is showing The error like "Specify filter type".Could u tel me how to resolve this?

Read only

0 Likes
1,157

Hi ,

NOTIF_EVENT_POST is filter dependent and filter values are based on QMART value in table TQ80. You need to specify the filter value ie : QMART value before implimentation , before that check all active implimentations for the same , if u have to impliment on same filter value , you need to deactivate the one which is implimented on same filter value .

You are not supposed to change the filter type.

Regards,

Vamsi

Edited by: CH. VAMSHI on Sep 29, 2009 11:58 AM

Read only

0 Likes
1,157

Hi vamshi,

Thanks fro ur reply. pls tel me Where should i specify the filter value of qmart.

Read only

0 Likes
1,157

On the properties tab click the 'Plus' button at the bottom of the (sub)screen for adding filter values....

Read only

0 Likes
1,157

Hi,

Thanks to all for ur quick responses.I have implemented a new badi successfully.

Read only

Former Member
0 Likes
1,157

Hi,

A Filter Dependent BADI is executed only under certain conditions. While creating an implementation you have to mention the condition for which the implementation has to be executed.

In NOTIF_EVENT_POST, you have to mention the Notification Type for which the implementation has to be executed. The list of notifications are available in table TQ80.

Regards,

Vipin