How to find BADI for transaction

Problem: you need to find a BADI for specific action in some transaction.

Solution: Easiest way to do it, is to put break point in FM SXV_GET_CLIF_BY_NAME. Then execute the action you wish to find BADI for. Each time system stops at your break point, write down the value of the name input parameter. This is the name of the executed BADI. Most probably there will be many of them so system will stop few times at your break point.

Komentowanie jest zakończone.