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_badi

Former Member
0 Likes
540

Dear Esther Pastorino,

please help me, I am having the same problem as u faced with migo.

I have to use the bapi_acc_document_post,any where I give it is effecting the MB_posting_goods

and raising the dump at message X

I used the badi mb_document_badi --- update method

and called bapi in that.

If i keep breakpoint in it also it is not triggering . and after posting . if i click to any other transaction system msg is triggered saying " Update is Terminated".

Thanks & Regards,

Srilakshmi.

Dear Esther Pastorino,

please help me, I am having the same problem as u faced with migo.

I have to use the bapi_acc_document_post,any where I give it is effecting the MB_posting_goods

and raising the dump at message X

I used the badi mb_document_badi --- update method

and called bapi in that.

If i keep breakpoint in it also it is not triggering . and after posting . if i click to any other transaction system msg is triggered saying " Update is Terminated".

Thanks & Regards,

Srilakshmi.

2 REPLIES 2
Read only

Former Member
0 Likes
484

Dear Srilakshmi,

Please check whether any COMMIT WORK is used in the BAPI. The UPDATE method of MB_DOCUMENT_BADI has a COMMIT WORK in it. So if COMMIT WORK is called twice then the update process terminates. If this is the reason, you may use another method of MB_DOCUMENT_BADI.

Regards,

Renjith Michael.

Read only

Former Member
0 Likes
484

Thank you very mich