‎2006 Jun 13 6:41 AM
Hi Guys,
I have a BadI method call inside an event handler of a class. I want to raise an event of this same class inside this BAdI method. Is this possible? Is the instance of the the class available inside the BAdI method?
Thanks in advance,
Saurabh
‎2006 Jun 13 8:20 AM
Hi Saurabh,
I have not tried it, but Just having a thought..
By making class of BADI As Friend of your main class, it can refer attributes of main class inside BADI
OR
Your event handler method can import the reqd obj ref from triggering method.
The same info, you can pass to BADI method.
Regds,
Akshay