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

while BADI generation

Former Member
0 Likes
530

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
504

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

3 REPLIES 3
Read only

Former Member
0 Likes
505

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

Read only

0 Likes
504

Hi Pratap.M,

So you mean to say that while genertaing a BADI:

A class and an interface gets generated.

thanks

Dan

Read only

0 Likes
504

Yes.

A class and inerface get created.

Regards,

Atish