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

Can we create two implementations using the same BADI definition?

Former Member
0 Likes
1,101

Hi All,

I have created two implementations ZME_PROCESS_REQ_CUST and ZME_PROCESS_REQ_CUS1

using the BADI Definition, ME_PROCESS_REQ_CUST.

Can we do like this? Because, I see that the first implementation, ZME_PROCESS_REQ_CUST , I created is active. But the second one ZME_PROCESS_REQ_CUS1 which I created later is going into inactive state as soon as I come out of the Implementation. Is there anything wrong which am I doing.

Please suggest.

Regards,

Adapala M.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
827

Hi,

The badi ME_PROCESS_REQ_CUST can have one active implimentation at the one time. As the Multiple use and Filter-Depend. is not checked in the atttribute part of the badi.

4 REPLIES 4
Read only

Former Member
0 Likes
827

Hi ,

You can have a number of BADI implementations if it allows multiple use..

You can check this checkbox in the BADI definition --> Attibutes...

But your case the BAdI ME_PROCESS_REQ_CUST can have only one active implementation.

Thanks

Pradeep

Read only

Former Member
0 Likes
828

Hi,

The badi ME_PROCESS_REQ_CUST can have one active implimentation at the one time. As the Multiple use and Filter-Depend. is not checked in the atttribute part of the badi.

Read only

SuhaSaha
Product and Topic Expert
Product and Topic Expert
0 Likes
827

Hello Adapala,

If you check in SE18 with the BAdi Definition under the block "Type" you can clearly see that "Multiple Use" checkbox is not checked.

So you cannot create multiple implementations for the BAdI. As the BAdI is not "Filter Dependent" so you can have only 1 ACTIVE implementation at a time.

BR,

Suhas

Read only

Former Member
0 Likes
827

Hi All,

Thanks for the reply. Got my doubt cleared.

Regards to all.