‎2008 Nov 20 9:58 AM
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.
‎2008 Nov 20 10:03 AM
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.
‎2008 Nov 20 10:03 AM
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
‎2008 Nov 20 10:03 AM
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.
‎2008 Nov 20 10:20 AM
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
‎2008 Nov 20 10:23 AM
Hi All,
Thanks for the reply. Got my doubt cleared.
Regards to all.