Skip to Content
0
Former Member
Jan 03, 2012 at 06:47 AM

How to find a BADI call

375 Views

Hi,

I have come across a situation where the call of a BADI is missing after upgrade. I have been given a technical spec where I need to check if a BADI, EXEC_METHODCALL_PPF, is working as per the requirement. I could not find the BADI in the mentioned report. In fact I could not find its implemenation being used anywhere. I checked using cl_exithandler and I did not come across the BADI and then I checked the where-used list and found that the call of the BADI is missing. There should have been a standard program that calls all the implementations of the BADI. But somehow that is missing. So I think it has probably been removed during upgrade. However, the current problem is that I need to call that BADI, is there anyway I can find out where a BADI implementation needs to be called?