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

MB_DOCUMENT_UPDATE not triggering inside MB_DOCUMENT_BADI

sivaganesh_krishnan
Contributor
0 Likes
6,013

Hi everyone,

I found out that we can use the method MB_DOCUMENT_UPDATE in the badi  MB_DOCUMENT_BADI  which will be triggered after the database commit after posting in MIGO transcation . Can you help me out how to make the method MB_DOCUMENT_UPDATE to get trigger . How possibly can it be done.

Or is there any exits availabe which is called after the database commit after posting in MIGO. I tried searching for this solution in lot of discussions but could'nt able to get one .. Could you please help me out.



Regards,

Sivaganesh

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
3,578

once you have your badi implementation active, this method should be called. Is it active? Did you place a breakpoint there?

Hi everyone,

I found out that we can use the method MB_DOCUMENT_UPDATE in the badi  MB_DOCUMENT_BADI  which will be triggered after the database commit after posting in MIGO transcation . Can you help me out how to make the method MB_DOCUMENT_UPDATE to get trigger . How possibly can it be done.

Or is there any exits availabe which is called after the database commit after posting in MIGO. I tried searching for this solution in lot of discussions but could'nt able to get one .. Could you please help me out.



Regards,

Sivaganesh

4 REPLIES 4
Read only

Former Member
0 Likes
3,578

This message was moderated.

Read only

Former Member
0 Likes
3,579

once you have your badi implementation active, this method should be called. Is it active? Did you place a breakpoint there?

Read only

0 Likes
3,578

that badi is active and break point is set inside both the method. MB_DOCUMENT_BEFORE_UPDATE method is getting called but not

MB_DOCUMENT_UPDATE ?

Read only

0 Likes
3,578

hi everyone ,

I just found the issue .

MB_DOCUMENT_UPDATE 

Method would get triggered in Update debugging mode. After setting the update debugging it would work .

Regards,

sivaganesh