2023 Aug 18 6:57 PM
when i create a badi implementation in se24 it would not reflect in se18 ? can anyone provide steps for this ?
2023 Aug 18 7:14 PM
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.
2023 Aug 19 1:50 PM
You must create the badi implementations via se19 (or se18 > menu implementation > create)