Application Development and Automation 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: 
Read only

BADI Implementation won't be called

Former Member
0 Likes
7,498

Hi experts,

I implemented a BADI on development (ZLE_SHP_GOODMOVEMENT). Its implementation is working fine on developement. I transported that BADI implementation to Quality server. Runtime Behaviour on quality shows as 'The implementation will not be called'. I checked in SPRO settings:
spro->SAP Reference img->logistics execution->Shipping->system modification->business add ins->badi for posting goods movement.
On development the z implementation was present in a list of implementations for the same badi. While on quality it was not there in the list.

On quality there was no entry for ZLE_SHP_GOODMOVEMENT.
Thanks in advance.

1 ACCEPTED SOLUTION
Read only

VenkatRamesh_V
Active Contributor
0 Likes
3,619

Hi Pranav.

Goto SE18-> Enter Badi Name. Check the  properties(Regarding multiple use  ) /  implementation is active or not.

Hope it helpful,

Regards,

Venkat.

2 REPLIES 2
Read only

VenkatRamesh_V
Active Contributor
0 Likes
3,620

Hi Pranav.

Goto SE18-> Enter Badi Name. Check the  properties(Regarding multiple use  ) /  implementation is active or not.

Hope it helpful,

Regards,

Venkat.

Read only

0 Likes
3,619

Hi Venkatramesh,

Thanks for your response.

The solution was, the enhancement implementation was in local package, which was not transported to quality.

Regards.