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: 

One Implementing Class for Multiple BADIs

Former Member
0 Kudos

Hi All,

I would like to know if an implementing class can be used for more than one badi. I have currently two kernel badi's and one classic badi and I want to know if I can implement all in one class. Thoeretically, this is a class subscribing to multiple interfaces so I initially thought its possible.

Please help and verify.

Thanks,

Tyken

1 REPLY 1

gaurav_sharan
Explorer
0 Kudos

Hi,

I am not 100% sure but I think you have to create separate class for each BADI implementation. SAP Automatically creates it as soon as you give implementation name. If you give any exiting it will throw error message. Maintenance point of view also you should have separate class for each for BADI.

Thanks & Regards,

Gaurav.