Application Development 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: 

Badi implementation

Former Member
0 Kudos

Hello,

I want to implement this badi BUPA_NUMBER_GROUP , how do i achieve this?

regards,

Muralidhar Prasad.C

2 REPLIES 2

uwe_schieferstein
Active Contributor
0 Kudos

Hello Muralidhar

You have to create an implementation of your BAdI (transaction <b>SE19</b>), e.g.:

- name of implementation = <b>ZBUPA_NUMBER_GROUP</b>

Within transaction <b>SE19 </b>the system will propose a name for the implemention class. Either you accept this name or you change it. Save the implementation and double-click on the class.

The system goes to the class builder (SE24) where you implement the coding for the interface methods.

Regards

Uwe

Former Member
0 Kudos

Hi Muralidhar Prasad Chatna ,

The following websites describe how to implement a BADI :

Implementing a BAdI in an Enhancement Project (CMOD)

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/d0456c54-0901-0010-f0b3-cd765fb9...

How to implement a BAdI And How to Use a Filter

/people/thomas.weiss/blog/2006/04/18/how-to-implement-a-badi-and-how-to-use-a-filter--part-4-of-the-series-on-the-new-enhancement-framework

cheers!

gyanaraj

****Pls reward points if u find this helpful