2008 May 22 12:58 PM
Hi,
My proble is I am calling BAPI_GOODSMVT_CREATE in a BADI with the name MB_DOCUMENT_BEFORE_UPDATE(MIGO)but standard transaction is already calling it implicitly
so it is throwing an error saying that BAPI goodsmvt create is called twice with out commit.
Helpful answer will be rewarded with double points.
2008 May 22 1:19 PM
2008 May 22 2:19 PM
Hi,
The requirement is in such a way that once Posting is done using MIGO,the data has to deleted i.e it has to be reversed.
Thanks for sending reply.
2008 May 22 2:35 PM
well don't you have a method xxxx_after_update, or even another BAdI which is called after update is ready..
2008 May 22 2:48 PM
Hi Mike,
There is a BADI but it is not getting trigered(MB_DOCUMENT_UPDATE)while posting documents.
Thanks,Thanks for responding.