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: 

(MIGO) Inconsistent table updation ------URGENT

Former Member
0 Kudos

hi experts,

I am struck up with seious problem.

I am updating the material document created during MIGO into my Ztable through MB_MIGO_BADI ( method: POST_DOCUMENT).

the issue here is , some documents are not get updated into Ztable while some gets updated. When i check in DEV & quality it goes fine.

The scenario here is some 10 plants with 3 machines each use MIGO at the same time. Is the problem due to concurrent access.........?

Pls guide me....URGENT

thank u

sarav

1 REPLY 1

Former Member
0 Kudos

Hi Sarav,

Are you using the COMMIT after the updation. If you are using the same then add

COMMIT AND WAIT FOR 2 SECONDS.

This should resolve your issue.

Regards,

Atish