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

MIGO: Transfer Posting error

Former Member
0 Likes
543

Hi,

I am trying to transfer the material in MIGO using 'BAPI_GOODSMVT_CREATE' with GM code '04' and it creating material document number but when I am going to MIGO to see the Mat.Doc it says 'Mat.Doc is not posted in 2009'. The Mat.Doc getting generated but there is no transfer in quantity.

Please do the needful by helping me to resolve the issue.

Thanks & Regards

Hi,

I am trying to transfer the material in MIGO using 'BAPI_GOODSMVT_CREATE' with GM code '04' and it creating material document number but when I am going to MIGO to see the Mat.Doc it says 'Mat.Doc is not posted in 2009'. The Mat.Doc getting generated but there is no transfer in quantity.

Please do the needful by helping me to resolve the issue.

Thanks & Regards

2 REPLIES 2
Read only

former_member611181
Participant
0 Likes
469

04 means transfer posting. Try to check with transaction MB1B with same data as you are passing thru BAPI.

Also see any warning in return table.

If you are still getting errors, post the data what you are filling in BAPI.

Edited by: Sriram K on Sep 15, 2009 2:21 PM

Read only

Former Member
0 Likes
469

Hey did you use BAPI_TRANSACTION_COMMIT after the BAPI_GOODSMVT_CREATE Call.