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 in sap

0 Kudos
254

when i create a badi implementation in se24 it would not reflect in se18 ? can anyone provide steps for this ?

2 REPLIES 2

manfred_reinart
Product and Topic Expert
Product and Topic Expert
178

SE24 is the ABAP CLASS editor if I am not mistaken.
in this tool you can create ABAP classes that can implement the interface as defined in a BAdI definition.

By mere creation of such ABAP class you have not (yet) created a 'BAdI' implementation - only a class that implements a certain interface.

In order to create a BAdI implementation you need to create one in corresponding tool - and use/reference the ABAP class implementing corresponding interface in it.

Sandra_Rossi
Active Contributor
178

You must create the badi implementations via se19 (or se18 > menu implementation > create)