How to Find User Exits or BADI in SAP ?

User-Exits or BADI allows users to add their own functionality to SAP standard screen without being have to modify the standard program.

This document helps people to find the corresponding user exit or BADI that are tied to SAP standard transaction code using [CMOD], [SMOD] and [SE18] transactions. . Following methods are explained in this tutorial;

  • Method 1: (User Exits)
  • Method 2: (Function Module Exit)
  • Method 3: (Identifying BADI)

Read more

How to Define & Implement BADI in SAP

Business add-ins [BADI] in SAP are enhancements to the standard version of the system. They can be inserted into the SAP System to accommodate user requirements too specific to be included in the standard delivery.

This document describes required steps for defining and implementing BADIs in SAP with screenshots..

Read more