Dear SAP Practitioners,
In this blog I would like to let you know the way to find an 'User Exist' & 'BADI' for a transaction code.
There are many ways to find user exists and below given method is one of them.
- Finding user exist for MM01
- Execute transaction code MM01
- Go to Menu 'System' and click on Status
- Double click on Program (SAPLMGMM)
- Go to Menu 'Goto' and click on Object Directory Entry
- Copy the Package name (MGA)
- Now execute transaction code SE84
- Expand Enhancement
- Expand Customer Exits
- Double click on Enhancements
- In right hand side enter the Package name (MGA) and execute
- You will get the relevant user exist for the transaction code.
- Finding BADI for MM01
- Execute transaction code MM01
- Go to Menu 'System' and click on Status
- Double click on Program (SAPLMGMM)
- Go to Menu ‘Goto’ and click on Object Directory Entry
- Copy the Package name (MGA)
- Now execute transaction code SE84
- Expand Enhancement
- Expand Business Add-ins
- Double click on Definitions
- In right hand side enter the Package name (MGA) and execute
- You will get the relevant BADI’s for the transaction code.
Thanks & Regards,
Narayana N