‎2008 Jun 30 9:50 AM
Hi,
How can i declare a global variable in BADI method ,for example " Count type I".Can any one let me know ...
Regards,
Veera
‎2008 Jun 30 9:57 AM
Hi,
BADI is a just an interface definition that needs to be implemented by the customer. The final implementation of a BADI is always found in a class.
You can define the variable as attribute and static if you want it to be accessed by all objects.
I hope this answers your question
Regards,
Saurabh
‎2008 Jun 30 9:59 AM
Hi Veerachamy ,
Goto SE19 -> enter your BADI name.
goto the interface name.
Double click on " Name of implementing class: ".
go to the attributes tab. Here you can add the variable.
&********Reward Point if helpful***********&