cancel
Showing results for 
Search instead for 
Did you mean: 

Multiple implimentation of BBP_DOC_CHECK_BADI based on filter values

Former Member
0 Kudos

Hi All,

I want to impliment BBP_DOC_CHECK_BADI based on 2 filter values for shopping cart and PO and the multiple use check box is not checked for multiple implimentation so can we use the same badi for multiple implimentation .

Thanks & Regards,

Ruchi Tiwari

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Solved

Former Member
0 Kudos

Hi Ruchi,

In BADI BBP_DOC_CHECK_BADI you can have mulitiple implementation based on the Filter Value.

Like BUS2121 for Shopping cart,

BUS2203 for Receipts

BUS2202 for Bids.

So while implementig you have to give the filer value.

Hope this will help.

Thanks

Venkatesh P

Former Member
0 Kudos

Hi,

Now there are two proposed solution for your current business requirement.

1. In BBP_DOC_CHECK_BADI define two filter values BUS2121 and another for local PO. Inside method check the filter value for which this BADI is been triggered. And under that code the required logic.

2. Use Both BBP_DOC_CHECK_BADI and BBP_ITEM_CHECK_BADI separately, One for shopping cart checks and another for PO level checks. This method is more suitable. If business requirement is satisfied with this method then go for this solution.

Hope this solves your query.

Regards,

Brajvir