Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

BADI not getting called in QA environment

Former Member
0 Kudos

Hi All,

We have a peculiar problem. We have a BADI with mutliple implementations.

Our implementation works fine in Dev. We moved our code to QA now and our BADI is not getting called at all. While debugging we found that during the CL_EXITHANDLER method, no instance gets returned. The instance is null !!

We deactivated & re-activated our implementation and transported it from Dev to QA, still no luck.

In the BADI IMP. Attributes tab, I found -

BADI Migrated to enhancement spot <enhancement spot name>

Impl. migrates to enhancement < some other implementation name>

I would also like to add - the classic BADI was migrated to the New BADI (enhancement spot). However I have implemented the classic BADI ( i missed seeing the enhacement spot earlier). Pls advise how to proceed.

Thanks! Liz

Edited by: Liz.... on Jun 30, 2011 8:17 AM

1 REPLY 1

Former Member
0 Kudos

I migrated my implementation from the BADI to the enhancement spot, so the implementation is getting called now.