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

Error BAPI_GOODSMVT_CREATE when using movtype 281 reservation

Former Member
0 Likes
1,340

Hi gurus,

I'm trying to use BAPI_GOODSMVT_CREATE to execute MIGO transaction with movement type 281 (Consumption for network from warehouse), informaing reservation number and item. But the BAPI returns the following message:

E M7 096 Goods movement not possible with mvmt type 281

I've found that the BAPI selected the table T158B with TCODE=MB01 and BWART=281 and not found any record, so returned the error.

Does anyone know where the problem is?

Thank you,

Chang

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
905

Are you passing "03" to the GOODSMVT_CODE. check it once.

I think you are passing other than "03".

2 REPLIES 2
Read only

Former Member
0 Likes
906

Are you passing "03" to the GOODSMVT_CODE. check it once.

I think you are passing other than "03".

Read only

0 Likes
905

Hi Vijay,

I changed to '03' and it works.

Thank you very much.

Chang