How to Find BADI in SAP ABAP

Mayank Chourasia
2 min readDec 20, 2021

--

ABAP Series Part-9.

In this blog, I will discuss How to Find BADI in SAP ABAP. Check out my Blog Enhancement in SAP ABAP if you didn't know about What BADI is?

There are different ways to find a BADI.

  1. Debugging.
  2. Search in a Program.

Debugging

Go to the Tcode SE24 then we have to give Class Name CL_EXITHANDLER, In the Method GET_INSTANCE.

In this we have call method cl_exithandler=>get_class_name_by_interface.

All the BADI are passed through this that's why we can put a Break-Point here.

Then we need to Enter a Tcode in the command prompt and execute it.

It will stop if there is a BADI call, the BADI name can be found out from the variable EXIT_NAME.

For the Documentation part of a particular BADI, we can check at Tcode SE18.

Conclusion

In the article, how we can find BADI in SAP ABAP using debugging.

Thanks for reading.

If you Want to Connect with Me:

LinkedIn: https://www.linkedin.com/in/mayank-chourasia-38421a134/

Twitter: https://twitter.com/ChourasiaMayank.

YouTube: https://youtube.com/channel/UCo7iSPDHeg9iFObGNE9lFMA

Thank you, stay safe, stay healthy.

Stay tuned till the next blog.

@SAP SAP Conversational AI

--

--

Mayank Chourasia
Mayank Chourasia

Written by Mayank Chourasia

Hey, My name is Mayank Chourasia. Currently I am working on SAP Utilities as a SAP ABAP Developer. I had written a blogs on SAP ISU, SAP ABAP, Google Cloud .

No responses yet