cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

BBP_DOC_CHECK_BADI with 2 filter values

Former Member
0 Kudos
144

Hi all,

I have a requirement where i need to impliment badi BBP_DOC_CHECK_BADI for shopping cart and purchase order for some validation using filter values BUS2121 & BUS2201 ....

Can anybody have idea how to do so because when i am creation implimentation it's giving error " Define filter Value"

How to define two filter values ?

Thanks ,

Ruchi

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Ruchi,

You need to create two active implementation of BBP_DOC_CHECK_BADI using filter value as BUS2121 & BUS2201.

For filter dependent BADI, filter value is mandatory at the time implementation. As per your requirement, create two separate implementation which will triggerred onthe basis of filter value.

Hope this will solve your problem.

Regards,

Brajvir

Answers (2)

Answers (2)

Former Member
0 Kudos

answered self

Former Member
0 Kudos

Hi,

You have to create 2 implementations with filter values.

Filters values can be given in the Attributes tab.

Thanks

Venkatesh P