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: MB_DOCUMENT_UPDATE

Former Member
0 Kudos

I have implemented this BADI, however, when I do a posting of a material document, this BADI is not being triggered. Does anyone have experience in using this BADI and how can I trigger this BADI, just give me an example steps, so that I can know if the BADI implemented is activated.

Thanks,

Vicki

4 REPLIES 4

Former Member
0 Kudos

Hi Vicki ,

which Transaction u are using to tigger this BADI ? try with MIGO.

regards

Prabhu

0 Kudos

Yes. MIGO

Former Member
0 Kudos

just put a break point in this badi and test whether this badi solves your concern or you need to look for other alternative

~hitesh

0 Kudos

I implemented another similar BADI - MB_DOCUMENT_BADI, and found that only the method "MB_DOCUMENT_BEFORE_UPDATE" is called, but not the "MB_DOCUMENT_UPDATE". I have given up to trigger from "MB_DOCUMENT_UPDATE".