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

BAPI_GOODSMVT_CREATE :error

Former Member
0 Likes
644

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

Sm1tje
Active Contributor
0 Likes
598

So why would you want to call it too?

Read only

Former Member
0 Likes
598

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.

Read only

Sm1tje
Active Contributor
0 Likes
598

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

Read only

Former Member
0 Likes
598

Hi Mike,

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

Thanks,Thanks for responding.