‎2008 Mar 04 1:25 AM
Hi,
While creating/implementing a BADI what are the things that get generated?
Eg: i know that an interface gets created..like wise are there any methods, classes..etc .. get created..
pls suggest
thanks
Dan
‎2008 Mar 04 5:04 AM
Hi
One class get created. In that class we add our own code to
all the methods in interface.
Using SE19 create implementation for any badi def.
U goto Interface tab.In that tab,
U found the Name of implementing the class: Double click on that class and implement the required methods what eveer u want.
If that badi def has mend for multiple use.In this way u can provide n no.of implementation for a particular badi def.
SAP can not directly communicate the implemenation classes
directly.SAP communicate the implementation classes via business add-in class.
U can found business add-in class in badi def in attrybutes tab.
If it is helpful rewards points
Regards
Pratap.M
‎2008 Mar 04 5:04 AM
Hi
One class get created. In that class we add our own code to
all the methods in interface.
Using SE19 create implementation for any badi def.
U goto Interface tab.In that tab,
U found the Name of implementing the class: Double click on that class and implement the required methods what eveer u want.
If that badi def has mend for multiple use.In this way u can provide n no.of implementation for a particular badi def.
SAP can not directly communicate the implemenation classes
directly.SAP communicate the implementation classes via business add-in class.
U can found business add-in class in badi def in attrybutes tab.
If it is helpful rewards points
Regards
Pratap.M
‎2008 Mar 04 1:13 PM
Hi Pratap.M,
So you mean to say that while genertaing a BADI:
A class and an interface gets generated.
thanks
Dan
‎2008 Mar 04 1:15 PM