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

Former Member
0 Likes
1,378

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
Read only

Former Member
0 Likes
647

Hi Vicki ,

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

regards

Prabhu

Read only

0 Likes
647

Yes. MIGO

Read only

Former Member
0 Likes
647

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

Read only

0 Likes
647

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".