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: 

BAPI_GOODSMVT_CREATE :error

Former Member
0 Kudos
157

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.

4 REPLIES 4

Sm1tje
Active Contributor
0 Kudos
111

So why would you want to call it too?

Former Member
0 Kudos
111

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.

Sm1tje
Active Contributor
0 Kudos
111

well don't you have a method xxxx_after_update, or even another BAdI which is called after update is ready..

Former Member
0 Kudos
111

Hi Mike,

There is a BADI but it is not getting trigered(MB_DOCUMENT_UPDATE)while posting documents.

Thanks,Thanks for responding.