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 inconcistent called

Former Member
0 Likes
440

Hello friends,

Does anyone have an idea on why a certain BADI is inconsistently called during the same process???

I'm trying to post GR using transaction MIGO and been wondering why does the BADI I used (MB_MIGO_BADI) is functioning as expected for the whole week, but then when I tried it again today, (same process, same data, same way on how I process it before) process is not passing that BADI anymore? So now I also doubt for the BADI I used in VL01n post GR (BADI DELIVERY_PUBLISH)...

Can anyone enlightened me about this? Many thanks!

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
414

check the BADI implementation active or not. may be some one deactivated it.

2 REPLIES 2
Read only

Former Member
0 Likes
415

check the BADI implementation active or not. may be some one deactivated it.

Read only

Former Member
0 Likes
414

Thanks a lot Vijay!