Simple way to find implemented BADI for a TCode in SAP
First We have to find the Package for the transaction.
1. Go to that particular transaction you want to find the implementations for. Let’s pick ME29N for example.2. Click on “System->Status” from top menu bar.
3. Double Click on Program Name.
5. We found the package name. It’s ‘ME’.
6. Now that we have the package name. Let’s find the BADI’s associated with it. Go to Transaction ‘SE84’. And open enhancements->Business-Add-ins -> Definitions from the Repository tree.
Double Click on the Highlighted Name –
It will take us to the Enhancement spot.
There are 5 implementations for this particular BADI. It’s showing all of them. You can navigate by double clicking on them to get more details.
There are several ways to find BADI information for a TCode. This is one of the easiest.